unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: Emacs Devel <emacs-devel@gnu.org>
Subject: Please add S-tab to button-buffer-map
Date: Wed, 19 Mar 2008 20:44:24 +0100	[thread overview]
Message-ID: <47E16D18.2010209@gmail.com> (raw)

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.")




             reply	other threads:[~2008-03-19 19:44 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-19 19:44 Lennart Borgman (gmail) [this message]
2008-03-19 22:16 ` Please add S-tab to button-buffer-map 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47E16D18.2010209@gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).