From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: try-completion is inconsistent when completion-ignore-case=t Date: Tue, 24 Feb 2004 12:51:51 -0500 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <200402232145.i1NLjYK07480@ws-rh73-05.franklin.com> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1077649146 30145 80.91.224.253 (24 Feb 2004 18:59:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Feb 2004 18:59:06 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Feb 24 19:59:00 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Avhlk-0004wC-00 for ; Tue, 24 Feb 2004 19:59:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AvhZa-00057d-Nh for geb-bug-gnu-emacs@m.gmane.org; Tue, 24 Feb 2004 13:46:26 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1Avgkr-0005Jn-Oz for bug-gnu-emacs@gnu.org; Tue, 24 Feb 2004 12:54:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1Avgjf-00059t-6m for bug-gnu-emacs@gnu.org; Tue, 24 Feb 2004 12:53:19 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Avgjd-00058w-3v for bug-gnu-emacs@gnu.org; Tue, 24 Feb 2004 12:52:45 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1Avgil-0006Tu-Mz; Tue, 24 Feb 2004 12:51:51 -0500 Original-To: jonathan_yavner@franklin.com In-reply-to: <200402232145.i1NLjYK07480@ws-rh73-05.franklin.com> (message from Jonathan Yanver on Mon, 23 Feb 2004 16:45:34 -0500) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:7067 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7067 I am not sure this is wrong. When the string needs to be changed for other reasons, Emacs adjusts the case. When the string as given is a match, Emacs returns it unchanged.