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: Drew Adams
Subject: RE: (debug) backtrace: how to show source code at current location.
Date: Wed, 5 Jan 2011 19:55:46 -0800

> 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







reply via email to

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