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

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

Re: binding key for tags command


From: Kevin Rodgers
Subject: Re: binding key for tags command
Date: Wed, 30 Apr 2003 11:59:01 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Seong-Kook Shin wrote:

Hi,

I use tag command heavily, espcially "M-.", "C-u M-.", and "C-u - M-.".
And I want to change the 2nd and the 3rd to other key combination since
it's too time consuming to press those keys.

But the problem is that there is no specific funtion matching
"C-u M-." and "C-u - M-.". I realize those commands actually pass
some argument to find-tag lisp function, but I'm not familar to lisp.

All I want is:

  - I want to use "M-[" for "C-u M-.", and
  - I want to use "M-]" for "C-u - M-."

Of course, I tried to use global-set-key function but failed since those
commands are not real function.

Define a keyboard macro, name it, save it in your ~/.emacs file, and then

bind your shortcut to it.  See the "Keyboard Macros" node of the Emacs manual.

--
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;";>Kevin Rodgers</a>



reply via email to

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