GNU bug report logs -
#4922
<control>
Previous Next
Reported by: Per Starbäck <per.starback <at> gmail.com>
Date: Fri, 13 Nov 2009 21:05:06 UTC
Severity: minor
Tags: confirmed
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
emacs -q
C-x 8 RET < TAB RET
completes to "<control>" which inserts \237.
I didn't expect "<control>" to be a valid completion there.
The reason is that control characters have "<control>" in the second field in
admin/unidata/UnicodeData.txt (and \237 is the last such character.
Suggestion: Skip the <control> names in unidata-gen-table.
When I looked around for this I noticed a very minor thing in
ucs-names in mule-cmds.el.
It says
(dotimes-with-progress-reporter (c #xEFFFF)
but I think the limit ought to be #xF0000, which is where Plane 15
starts, since dotimes-with-progress-reporter
has that as an exclusive limit. (In practice it doesn't matter. At
least not for the time being.)
This bug report was last modified 11 years and 146 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.