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

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

Re: Remapping the Tab Key?


From: William Reardon
Subject: Re: Remapping the Tab Key?
Date: 21 Nov 2005 00:25:50 -0800
User-agent: G2/0.2

Ah, good to know.  Thanks Harald.

I actually only want to do this in cperl, but simplified it to
eliminate any problems w/ the mode hook (and make it easier to post
:-).  Unfortunately, still no luck when trying the following:

(add-hook 'cperl-mode-common-hook
          (function (lambda ()
                      (local-set-key [tab] (quote indent-or-complete))
                      )))

-Bill



reply via email to

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