emacs-devel
[Top][All Lists]
Advanced

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

Is there a canonical key for S-tab?


From: Leo
Subject: Is there a canonical key for S-tab?
Date: Sun, 04 Mar 2012 17:37:49 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (Mac OS X 10.6.8)

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




reply via email to

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