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

>> > 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().

The question is: where is it called from and is there a place where it
should be called but isn't (or is, but too late)?

> 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?

Maybe, or rather move the CHECK_CHARACTER to some later time when the
mapping has taken place.


        Stefan




  reply	other threads:[~2008-02-26  4:46 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
2008-02-26  4:46       ` Stefan Monnier [this message]
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=jwv8x18ib7m.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.org \
    --cc=ken.manheimer@gmail.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.