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 21:50:01 -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 20:53, Larry Evans wrote:
[snip]
> I remember searching some files in site-lisp for somewhere else
> for the symbol:
> 
>   'tab
>   'iso-left-tab
> 
> however, that was long ago and I can't remember how I found those
> symbols.
> 
[snip]

In /usr/share/emacs/23.1/lisp/progmodes/grep.el, found:

    (define-key map [backtab] 'compilation-previous-error)

so, used that in my init.common.el and it seems to work.

-Larry




reply via email to

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