emacs-wiki-discuss
[Top][All Lists]
Advanced

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

[emacs-wiki-discuss] Re: Prevent the TAB & SHIFT-TAB Keybinding?


From: Michael Olson
Subject: [emacs-wiki-discuss] Re: Prevent the TAB & SHIFT-TAB Keybinding?
Date: Fri, 13 May 2005 17:19:39 -0500
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

"Raymond Zeitler" <address@hidden> writes:

> I prefer that Planner / Emacs-Wiki not bind TAB and SHIFT-TAB to
> next reference and previous reference, respectively.  Is there a way
> in my .emacs to prevent the keybinding from taking place?  Or do I
> have to keep commenting out those keybinding statements every time I
> upgrade?

Try putting the following in your .emacs after the (require 'planner)
line.

(define-key emacs-wiki-mode-map (kbd "TAB") nil)
(define-key emacs-wiki-mode-map (kbd "S-TAB") nil)
(define-key planner-mode-map (kbd "TAB") nil)
(define-key planner-mode-map (kbd "S-TAB") nil)

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Jabber: mwolson_at_hcoop.net -- IRC: mwolson on freenode.net: #muse, #pulug
  /` |\ | | |
 |_] | \| |_|   Interests: anime, Debian GNU/Linux, XHTML, wiki, Emacs Lisp

Attachment: pgpA7qMwkkLGq.pgp
Description: PGP signature


reply via email to

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