GNU bug report logs - #1463
Document/implement local-unset-map

Previous Next

Package: emacs;

Reported by: jidanni <at> jidanni.org

Date: Mon, 1 Dec 2008 18:10:03 UTC

Severity: wishlist

Tags: wontfix

Merged with 1462, 1464, 1465

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: jidanni <at> jidanni.org
To: bug-gnu-emacs <at> gnu.org
Cc: cyd <at> stupidchicken.com, oub <at> mat.ucm.es
Subject: Re: Document/implement local-unset-map
Date: Tue, 02 Dec 2008 02:00:27 +0800
I see, one can only have one local map. OK, doing this instead in ~/.emacs-w3m

(autoload 'wikipedia-mode "wikipedia-mode.el")
(add-hook
 'w3m-form-input-textarea-mode-hook
 (lambda nil
   (turn-off-auto-fill)
   (wikipedia-mode)
   (longlines-mode nil)
   (define-key wikipedia-mode-map "\C-c\C-c" 'w3m-form-input-textarea-set)
   (define-key wikipedia-mode-map "\M-u" 'upcase-word)
   ))





This bug report was last modified 14 years and 142 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.