help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: debug eshell init


From: Peter Dyballa
Subject: Re: debug eshell init
Date: Mon, 21 Sep 2009 20:30:32 +0200


Am 21.09.2009 um 19:29 schrieb Fabio:

That way, it works in terms of mapping, but ehelp is not able to
handle this vector. I used this vector syntax for *special* keys like
Function keys, e.g. [f6] or the windows-key, e.g. [?\s-f] etc. Is
there is a better way to do that?


This should also work:

        (global-set-key (kbd "C-_")   'help-command)
        (global-set-key (kbd "A-<")        'other-frame)
        (global-set-key (kbd "ESC <M-left>") 'tabbar-backward-group)

--
Greetings

  Pete

               (This space left blank for technical reasons.)







reply via email to

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