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

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

Re: How to binding key Ctrl-TAB to 'indent-relative


From: Edmond Halley
Subject: Re: How to binding key Ctrl-TAB to 'indent-relative
Date: Tue, 9 Jun 2009 21:55:50 +0800

Thanks to Jeff and Pete!
Both method work well.

Usually I try some codes in *scratch* buffer by "C-x C-e". However, I come to elisp just a few weeks, I know little about this language, and am often obsessed with the backtrace.

It is very lucky to have a comprehensive references/docs/codes, and an active mail-group.

2009/6/9 Peter Dyballa <Peter_Dyballa@web.de>

Am 09.06.2009 um 04:04 schrieb Edmond Halley:


(local-set-key [C-TAB] 'indent-relative)


This is close, you just need to write "tab" in lower-case letters.

Have you learned that you can "test" Elisp statements in the *scratch* buffer? You can also try them interactively in mini-buffer and upon success find this command with C-x Esc Esc (and then cursor up if necessary).

--
Greetings

 Pete

Specifications are for the weak and timid!





reply via email to

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