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: Dan Pomohaci
Subject: [emacs-wiki-discuss] [bug #2641] gnus mail link
Date: Wed, 20 Jul 2005 15:47:17 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4

Follow-up Comment #3, bug #2641 (project muse-el):

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]

    _______________________________________________________

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]