emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#12615: closed (24.2.50; Non-ignored case in insert


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#12615: closed (24.2.50; Non-ignored case in insert-char)
Date: Thu, 11 Oct 2012 20:14:02 +0000

Your message dated Thu, 11 Oct 2012 16:12:41 -0400
with message-id <address@hidden>
and subject line Re: bug#12615: 24.2.50; Non-ignored case in insert-char
has caused the debbugs.gnu.org bug report #12615,
regarding 24.2.50; Non-ignored case in insert-char
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
12615: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12615
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.2.50; Non-ignored case in insert-char Date: Wed, 10 Oct 2012 17:36:58 +0200 (CEST)
Starting with emacs -Q:

Evaluate the following in the *scratch* buffer:
(make-local-variable 'completion-ignore-case)
Then type: C-x 8 C-m a TAB

Expected result:
  A completion list of unicode names starting with the letter A.
Actual result:
  [no match]

Some observations: C-x 8 C-m is bound to insert-char, a C function.
And insert-char calls read-char-by-name, which let-binds
completion-ignore-case to t. The clear intention is that unicode name
searches should always be case insensitive, and this seems always to
be the case if completion-ignore-case is not buffer local.

Setting completion-ignore-case to t in the *scratch* buffer still does
not help.

In GNU Emacs 24.2.50.1 (x86_64-apple-darwin11.4.0, NS apple-appkit-1138.47)
 of 2012-09-24 on airy
Bzr revision: 110175 address@hidden
Windowing system distributor `Apple', version 10.3.1138
Configured using:
 `configure '--with-ns''

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

I have also seen this on a quite recent emacs on x86_64-unknown-linux-gnu.

- Harald



--- End Message ---
--- Begin Message --- Subject: Re: bug#12615: 24.2.50; Non-ignored case in insert-char Date: Thu, 11 Oct 2012 16:12:41 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)
>> Indeed, a buffer-local setting of completion-ignore-case can
>> bring surprises.  I think the patch below will fix this problem for this
>> particular case.
> Indeed it does.

Thanks, installed,


        Stefan


--- End Message ---

reply via email to

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