emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] [bug #2641] gnus mail link


From: Michael Olson
Subject: [emacs-wiki-discuss] [bug #2641] gnus mail link
Date: Tue, 03 Jan 2006 02:44:56 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051007 Galeon/2.0.0 (Debian package 2.0.0-1)

URL:
  <http://gna.org/bugs/?func=detailitem&item_id=2641>

                 Summary: gnus mail link
                 Project: The Emacs Muse
            Submitted by: dpom
            Submitted on: Wednesday 07/13/05 at 02:16
                Category: planner-muse
                Priority: 5 - Normal
                Severity: 4 - Important
                  Status: Ready For Test
                 Privacy: Public
             Assigned to: mwolson
        Originator Email: 
             Open/Closed: Closed

    _______________________________________________________

Details:

When I click on a mail link it tries to open the link in a web browser
instead of opening gnus (like the "old" planer :).
Example of a task with a gnus mail:

#B   _ Testing gnus mail link :
[[gnus://gmane.emacs.wiki.general/<address@hidden>][Post
from Michael W. Olson on gmane.emacs.wiki.general]] ([[[[Emacs]]]])


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wednesday 07/20/05 at 09:22   By: Dan Pomohaci <dpom>
I already have this option in my muse-project-alist. But for me
the workaround with planner-follow-name-at-point is enough and
you can close the bug.

-------------------------------------------------------
Date: Wednesday 07/20/05 at 08:59   By: Michael Olson <mwolson>
The problem might be that you have to add ":visit-link planner-visit-link" to
your muse-project-alist.

Example:

        ("Plans"
         ("~/proj/wiki/plans/"
          :default "TaskPool"
          :major-mode planner-mode
          :visit-link planner-visit-link)

         (:base "xhtml"
                :path "~/proj/notmine/planner-out"))

I'll tentatively close this bug; feel free to re-open if this doesn't fix
your problem.


-------------------------------------------------------
Date: Wednesday 07/20/05 at 08:47   By: Dan Pomohaci <dpom>
Solution:

I create a function:

(defun planner-follow-name-at-point ()
  (interactive)
    (let ((link (muse-link-at-point)))
    (if link
        (planner-visit-link link)
      (error "There is no valid link at point"))))

and link it locally to [enter]

-------------------------------------------------------
Date: Tuesday 07/19/05 at 02:25     By: Dan Pomohaci <dpom>
I retested with new version:
muse - patch-159
planner-muse - patch-34
The bug persist.
The problem is that in a planner page when I press enter on a link it calls
the function  muse-follow-name-at-point which is not planner related.

-------------------------------------------------------
Date: Saturday 07/16/05 at 17:49    By: Michael Olson <mwolson>
I haven't experienced this error recently.  Can you re-test with the latest
versions of planner-muse and Muse, and let me know if it's still an issue?





    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
dpom                                | 




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?func=detailitem&item_id=2641>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]