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

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

Unable to Rebind Tab Key in cperl-mode


From: wdr1
Subject: Unable to Rebind Tab Key in cperl-mode
Date: 6 May 2007 22:51:46 -0700
User-agent: G2/1.0

Any ideas why none of these work:

(add-hook 'cperl-mode-hook
          (function (lambda ()
                      (local-set-key (kbd "<tab>") 'indent-or-
complete)
                      (local-set-key [tab] 'indent-or-complete)
                      (local-set-key (kbd "TAB") 'indent-or-complete)
                      )))

I'm using emacs 21.2.1.

Thanks,
-Bill



reply via email to

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