unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@gnu.org>
To: Rene@Kyllingstad.com
Cc: Leo <sdl.web@gmail.com>, emacs-devel@gnu.org
Subject: Re: insert-char as alias to ucs-insert
Date: Mon, 16 Jul 2012 17:16:20 +0800	[thread overview]
Message-ID: <87mx30t6aj.fsf@gnu.org> (raw)
In-Reply-To: <CAEP=te=Uv33KVw-fw6EZiWbhLWdr8sGu1733sseRqUs+G4j0fQ@mail.gmail.com> ("René Kyllingstad"'s message of "Sun, 15 Jul 2012 18:35:14 +0200")

René Kyllingstad <Rene@Kyllingstad.com> writes:

>     Happily, ucs-insert has the same arglist as insert-char. So we
>     could make insert-char interactive, with an interactive spec that
>     performs the ucs-insert character-reading magic. Then ucs-insert
>     could be made into an alias for insert-char.
>     
>     Patch welcome.
>
> Patch attached.

Thanks, this looks almost completely straightforward.

One significant difference is that ucs-insert errors out if the argument
is larger than #x10FFFF, whereas insert-char does not---it tests for
CHARACTERP, which accepts up to #x3FFFFF.  That's because the code space
of utf-8-emacs is larger than Unicode.  Off the top of my head, making
it more permissive is OK, i.e. we should allow insert-char with
arguments of up to #x3FFFFF.  Anyone have a different opinion?



  reply	other threads:[~2012-07-16  9:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-12 14:00 insert-char as alias to ucs-insert René Kyllingstad
2012-07-14  2:07 ` Leo
2012-07-14 15:57   ` Chong Yidong
2012-07-15 16:35     ` René Kyllingstad
2012-07-16  9:16       ` Chong Yidong [this message]
2012-07-16 10:31         ` Thien-Thi Nguyen
2012-07-16 15:58           ` Eli Zaretskii
2012-07-16 19:13             ` Thien-Thi Nguyen
2012-07-17 13:11             ` Jason Rumney
2012-07-16 16:14           ` 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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mx30t6aj.fsf@gnu.org \
    --to=cyd@gnu.org \
    --cc=Rene@Kyllingstad.com \
    --cc=emacs-devel@gnu.org \
    --cc=sdl.web@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 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).