emacs-devel
[Top][All Lists]
Advanced

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

Re: identifying meta-key bound functions from last-command-char?


From: Kenichi Handa
Subject: Re: identifying meta-key bound functions from last-command-char?
Date: Tue, 26 Feb 2008 12:59:49 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

In article <address@hidden>, Stefan Monnier <address@hidden> 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
address@hidden




reply via email to

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