all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Fabio <phaebz@googlemail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: debug eshell init
Date: Mon, 21 Sep 2009 20:30:32 +0200	[thread overview]
Message-ID: <EA694C16-94D5-438D-B27A-206092A5BEEC@Web.DE> (raw)
In-Reply-To: <be4d1bca-09b5-4ef8-9a98-06f5ef65bcf7@m20g2000vbp.googlegroups.com>


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	other threads:[~2009-09-21 18:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-16 23:07 debug eshell init Fabio
2009-09-17  9:21 ` Peter Dyballa
     [not found] ` <mailman.6857.1253179338.2239.help-gnu-emacs@gnu.org>
2009-09-17 12:17   ` Fabio
2009-09-17 17:04     ` Eli Zaretskii
2009-09-18  3:09     ` Kevin Rodgers
     [not found]     ` <mailman.6876.1253207067.2239.help-gnu-emacs@gnu.org>
2009-09-21 17:29       ` Fabio
2009-09-21 18:30         ` Peter Dyballa [this message]
     [not found]         ` <mailman.7144.1253558160.2239.help-gnu-emacs@gnu.org>
2009-09-22  9:15           ` Fabio
2009-09-22  9:16           ` Fabio

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

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

  git send-email \
    --in-reply-to=EA694C16-94D5-438D-B27A-206092A5BEEC@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=phaebz@googlemail.com \
    /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 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.