all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Is there a canonical key for S-tab?
@ 2012-03-04  9:37 Leo
  2012-03-04 10:05 ` Andreas Schwab
  0 siblings, 1 reply; 9+ messages in thread
From: Leo @ 2012-03-04  9:37 UTC (permalink / raw)
  To: emacs-devel

In em-cmpl.el, there is

  (if (featurep 'xemacs)
      (define-key eshell-mode-map [iso-left-tab] 'pcomplete-reverse)
    (define-key eshell-mode-map [(shift iso-lefttab)] 'pcomplete-reverse)
    (define-key eshell-mode-map [(shift control ?i)] 'pcomplete-reverse))

and none of the bindings works on OSX.

Leo




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

end of thread, other threads:[~2012-03-15  8:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-04  9:37 Is there a canonical key for S-tab? Leo
2012-03-04 10:05 ` Andreas Schwab
2012-03-04 10:19   ` Antoine Levitt
2012-03-04 10:31     ` Andreas Schwab
2012-03-04 10:52       ` Antoine Levitt
2012-03-14  6:19         ` Chong Yidong
2012-03-14  9:25           ` Andreas Schwab
2012-03-14 13:07             ` Stefan Monnier
2012-03-15  8:10               ` Ivan Andrus

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.