unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#4922: <control>
@ 2009-11-13 20:58 Per Starbäck
  2011-09-18  9:07 ` Lars Magne Ingebrigtsen
  2014-02-26 10:20 ` Xue Fuqiao
  0 siblings, 2 replies; 13+ messages in thread
From: Per Starbäck @ 2009-11-13 20:58 UTC (permalink / raw)
  To: bug-gnu-emacs

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






^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-02-26 16:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-13 20:58 bug#4922: <control> Per Starbäck
2011-09-18  9:07 ` Lars Magne Ingebrigtsen
2011-09-18  9:40   ` Eli Zaretskii
2011-09-18  9:40     ` Lars Magne Ingebrigtsen
2011-09-19 19:40       ` Stefan Monnier
2011-09-21 18:44         ` Lars Magne Ingebrigtsen
2014-02-26 10:20 ` Xue Fuqiao
2014-02-26 14:05   ` Drew Adams
2014-02-26 14:14     ` Per Starbäck
2014-02-26 14:46       ` Drew Adams
2014-02-26 15:10         ` Per Starbäck
2014-02-26 15:53           ` Drew Adams
2014-02-26 16:55       ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).