unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Please add S-tab to button-buffer-map
@ 2008-03-19 19:44 Lennart Borgman (gmail)
  2008-03-19 22:16 ` Jason Rumney
  0 siblings, 1 reply; 22+ messages in thread
From: Lennart Borgman (gmail) @ 2008-03-19 19:44 UTC (permalink / raw)
  To: Emacs Devel

Didn't we decide to add S-tab to button-buffer-map? Could someone please 
add this (the binding is the same used in Info-mode-map):

(defvar button-buffer-map
   (let ((map (make-sparse-keymap)))
     (define-key map [?\t] 'forward-button)
     (define-key map [(shift tab)] 'backward-button)
     (define-key map "\e\t" 'backward-button)
     (define-key map [backtab] 'backward-button)
     map)
   "Keymap useful for buffers containing buttons.
Mode-specific keymaps may want to use this as their parent keymap.")




^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2008-03-21 14:28 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-19 19:44 Please add S-tab to button-buffer-map Lennart Borgman (gmail)
2008-03-19 22:16 ` Jason Rumney
2008-03-19 22:19   ` Drew Adams
2008-03-19 22:28     ` Jason Rumney
2008-03-19 22:57       ` Andreas Schwab
2008-03-19 23:20         ` Jason Rumney
2008-03-19 23:33           ` Lennart Borgman (gmail)
2008-03-19 23:55             ` Jason Rumney
2008-03-20  0:18               ` Lennart Borgman (gmail)
2008-03-20 20:25     ` Eli Zaretskii
2008-03-20 20:43       ` Drew Adams
2008-03-20 20:59         ` Jason Rumney
2008-03-20 21:04           ` Lennart Borgman (gmail)
2008-03-20 21:26           ` Drew Adams
2008-03-20 21:33             ` Jason Rumney
2008-03-20 21:49               ` Drew Adams
2008-03-20 22:00                 ` Lennart Borgman (gmail)
2008-03-20 21:47           ` Lennart Borgman (gmail)
2008-03-21  1:35         ` Stefan Monnier
2008-03-21  4:19           ` Drew Adams
2008-03-21 12:26         ` Eli Zaretskii
2008-03-21 14:28           ` Drew Adams

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).