all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: carsten <carsten.dominik@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Meta and Escape
Date: Mon, 25 May 2009 12:58:28 +0200	[thread overview]
Message-ID: <D92A18F4-7FBB-4ED3-BFEF-2FB4333D5A07@Web.DE> (raw)
In-Reply-To: <c2e25f17-b972-4cbb-812c-24ca597afc85@g37g2000yqn.googlegroups.com>


Am 25.05.2009 um 12:37 schrieb carsten:

>  A binding to [(meta ?a)]  will also affect ESC-a
>  A binding to [(meta return)] will not cause Esc-return to be defined.


Maybe you've discovered a bug, maybe it happens that your system's  
locale (or windowing system) does or does not translations of 8-bit  
control characters ...

M-<something> is meant to be adequate to ESC-<something>. To find out  
what might be causing it you could try to bind the key combination in  
different ways, for example:

	(define-key map "\e\r"     'whatever)

and also check what you see when you type, for example in *scratch*  
buffer, C-q M-RET.

--
Mit friedvollen Grüßen

   Pete

Genius may have its limitations, but stupidity is not thus handicapped.
				– Elbert Hubbard







      reply	other threads:[~2009-05-25 10:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-25 10:37 Meta and Escape carsten
2009-05-25 10:58 ` Peter Dyballa [this message]

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=D92A18F4-7FBB-4ED3-BFEF-2FB4333D5A07@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=carsten.dominik@gmail.com \
    --cc=help-gnu-emacs@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 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.