all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jonathan Yanver <jyavner@member.fsf.org>
Subject: try-completion is inconsistent when completion-ignore-case=t
Date: Mon, 23 Feb 2004 16:45:34 -0500	[thread overview]
Message-ID: <200402232145.i1NLjYK07480@ws-rh73-05.franklin.com> (raw)

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.1.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2002-03-22 on ws-rh006.franklin.com
configured using `configure  --exec-prefix=/vol/emacs/pkgs/emacs21.1/i686 --prefix=/vol/emacs/pkgs/emacs21.1 --with-pop --with-xpm --with-jpeg --with-tiff --with-gif --with-png'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.iso885915
  locale-coding-system: iso-latin-9
  default-enable-multibyte-characters: nil

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:


(let ((x '(("TestOne") ("TestTwo")))
      (completion-ignore-case t))
  (print (try-completion "tes"  x))    ;A
  (print (try-completion "test" x))    ;B
  nil)

Results:
  A = "Test"
  B = "test"

I think that B should be "Test".

Same problem when x is an obarray.

Same problem in HEAD rev of Emacs CVS archive.

             reply	other threads:[~2004-02-23 21:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-23 21:45 Jonathan Yanver [this message]
2004-02-24 17:51 ` try-completion is inconsistent when completion-ignore-case=t Richard Stallman
2004-02-24 18:56   ` Jonathan Yavner

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=200402232145.i1NLjYK07480@ws-rh73-05.franklin.com \
    --to=jyavner@member.fsf.org \
    --cc=jonathan_yavner@franklin.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.