help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: define a keybinding for "find next alternate definition of lasttag s


From: Burkhard Schultheis
Subject: Re: define a keybinding for "find next alternate definition of lasttag specified"
Date: Thu, 28 Feb 2013 09:31:18 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3

Am 27.02.2013 20:23, schrieb Drew Adams:

Second, the function body is no good.  This is what I would do:

(defun find-next-tag ()
   "..."
   (interactive)
   (find-tag t))


I've tried now

(defun find-next-tag ()
    "..."
    (interactive)
    (find-tag 0 t))

and this works as desired!

Thank you and Jambunathan, too!

Regards
Burkhard


reply via email to

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