all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
To: "Drew Adams" <drew.adams@oracle.com>
Cc: 5193@debbugs.gnu.org
Subject: bug#5193: 23.1; single-key-description problem
Date: Sun, 18 Sep 2011 11:56:23 +0200	[thread overview]
Message-ID: <m3vcsqnph4.fsf@stories.gnus.org> (raw)
In-Reply-To: <3D223D285B60468AA6FFAEF418908EA5@us.oracle.com> (Drew Adams's message of "Sat, 12 Dec 2009 08:03:33 -0800")

"Drew Adams" <drew.adams@oracle.com> writes:

> The character range (128 . 4194303) is bound to `self-insert-command'.
>  
> (single-key-description 128) gives "\200"
> (single-key-description 4194303) gives "\377"
>  
> However, in the former case, "\200" is a string with one character,
> \200. In the latter case, "\377" is a string with four characters, \,
> 3, 7, and 7.

Something seems to have changed here:

(single-key-description 128) => "€"
(single-key-description 4194303) => "\301\277"

But it's essentially still the same -- the 128 is a string of one
character, and the other one is a string of 8 characters.

I have no idea whether this is a bug or a feature, though.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





  reply	other threads:[~2011-09-18  9:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-12 16:03 bug#5193: 23.1; single-key-description problem Drew Adams
2011-09-18  9:56 ` Lars Magne Ingebrigtsen [this message]
2011-09-19 18:52   ` Stefan Monnier
2011-09-19 21:23     ` Andreas Schwab

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=m3vcsqnph4.fsf@stories.gnus.org \
    --to=larsi@gnus.org \
    --cc=5193@debbugs.gnu.org \
    --cc=drew.adams@oracle.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.