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

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

Re: (debug) backtrace: how to show source code at current location.


From: Larry Evans
Subject: Re: (debug) backtrace: how to show source code at current location.
Date: Wed, 05 Jan 2011 22:50:12 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Lightning/1.0b1 Thunderbird/3.0.6

On 01/05/11 21:55, Drew Adams wrote:
>> I just have to figure out the corresponding correction for:
>> (define-key c++-mode-map 'iso-left-tab 'c-insert-my-shift-tab)
> 
> (define-key c++-mode-map [iso-left-tab] 'c-insert-my-shift-tab)
> 
> You need to learn how to fish.  The manual is your friend.
> C-h i
> m Elisp
> i define-key
> 
Thanks Drew.
Doing that got me to an info page with:

     If KEY is `[t]', this sets the default binding in KEYMAP.  When an
     event has no binding of its own, the Emacs command loop uses the
     keymap's default binding, if there is one.

but that doesn't tell me what are the possible values for t in `[t]'.
How did you know that "iso-left-tab" was a possible value for t?
As mentioned in my other post, I found grep.el had "backtab" instead
of "iso-left-tab".  I tried fishing through several info files after
the define-key one; however, none I viewed showed what the possible
values were for the t in [t].  Where is this information?

TIA.

  -regards,
  Larry





reply via email to

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