all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: ken.manheimer@gmail.com, emacs-devel@gnu.org
Subject: Re: identifying meta-key bound functions from last-command-char?
Date: Tue, 26 Feb 2008 12:59:49 +0900	[thread overview]
Message-ID: <E1JTqyr-00036f-1m@etlken.m17n.org> (raw)
In-Reply-To: <jwvhcfwih53.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Mon, 25 Feb 2008 21:33:50 -0500)

In article <jwvhcfwih53.fsf-monnier+emacs@gnu.org>, Stefan Monnier <monnier@iro.umontreal.ca> writes:

> > The related problem is when to change, for instance, (' ' |
> > CTRL_MASK) to '\0'.

> Traditionally Emacs has mapped CTRL_MASK + CHAR to the corresponding
> ASCII control char, if it exists.  Looks like this mapping is now
> missing somewhere.

The routine doing that mapping still exists; char_string().
But, before reaching that function, the macro
CHECK_CHARACTER rejects such an integer value.

Should we implement something like
CHECK_CHARACTER_RESOLVE_MODIFER and use it instead of
CHECK_CHARACTER at proper places?

---
Kenichi Handa
handa@ni.aist.go.jp




  reply	other threads:[~2008-02-26  3:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-26  0:30 identifying meta-key bound functions from last-command-char? Ken Manheimer
2008-02-26  2:07 ` Stefan Monnier
2008-02-26  2:21 ` Kenichi Handa
2008-02-26  2:33   ` Stefan Monnier
2008-02-26  3:59     ` Kenichi Handa [this message]
2008-02-26  4:46       ` Stefan Monnier
2008-02-26  6:08 ` Miles Bader
2008-02-26  6:28   ` Ken Manheimer
2008-02-26 15:13     ` Stefan Monnier
2008-02-26 22:57       ` Ken Manheimer
2008-02-27  2:10         ` Stefan Monnier

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=E1JTqyr-00036f-1m@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    --cc=ken.manheimer@gmail.com \
    --cc=monnier@iro.umontreal.ca \
    /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.