emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.50; PC-do-completion should fix case if possible


From: Richard Stallman
Subject: Re: 23.0.50; PC-do-completion should fix case if possible
Date: Tue, 02 Oct 2007 17:59:12 -0400

Would someone who uses and understands complete.el please check this
patch and DTRT?  It is small enough that we could install it without
legal papers.

Denis, in the future, would you please use `diff -c' to make patches,
and please send a change log entry with each change?

X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY 
        autolearn=failed version=3.1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta;
        
h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type;
        bh=4BExZXVqaRJrSWgOgUgeuAUzVjgNTId0uZePscIqdcE=;
        
b=kWfgiP5Gy3M5rDrv9rNmlxc94usWzR14ipPv6CPAdT6quGDEvqn0wA7eMQm2q0NAAkS4zYemoAujhR9ab1j7o5QkyRVgIOIjC9w9AEjTN4XHavbG2YbCu+kyRxYHxDDZ79HfS26GjD9kTVH23owtNyauJimDgF7VjbLQx1UBIxU=
Date: Tue, 2 Oct 2007 15:22:03 +0100
From: "Denis Howe" <address@hidden>
To: address@hidden
MIME-Version: 1.0
Content-Type: multipart/mixed; 
        boundary="----=_Part_3563_14697534.1191334923617"
Cc: 
Subject: 23.0.50; PC-do-completion should fix case if possible

------=_Part_3563_14697534.1191334923617
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

In GNU Emacs 23.0.50.2 (i686-pc-linux-gnu, GTK+ Version 2.10.11), I do

  (setq read-file-name-completion-ignore-case t)
  (partial-completion-mode)

then type

  C-x C-f c

in a directory containing directory "Cat" and file "Cattle".  Normal
completion will correct the case of my "c", completing to "Cat",
matching the files.  Partial completion (complete.el) completes to
"cat", which is wrong.

Attached is a patch against the latest from CVS.

-- 
Denis Howe <address@hidden>
http://foldoc.org/
T: 020 8450 9448  M: 07950 686 615

------=_Part_3563_14697534.1191334923617
Content-Type: text/x-patch; name="complete.patch"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="complete.patch";
 filename="complete.patch"
X-Attachment-Id: f_f7ai1dz9

ZGlmZiAtdyBHTlUvY29tcGxldGUuZWwgRml4ZWQvY29tcGxldGUuZWwKNzM0LDczNWQ3MzMKPCAJ
CSAgOzsgUmV0YWluIGNhcGl0YWxpemF0aW9uIG9mIHVzZXIgaW5wdXQgZXZlbiBpZgo8IAkJICA7
OyBjb21wbGV0aW9uLWlnbm9yZS1jYXNlIGlzIHNldC4KNzQyYTc0MQo+ICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAob3IKNzQ0LDc0N2M3NDMKPCAJCQkJCSAgICAg
ICAoZG93bmNhc2UgKGZvbGxvd2luZy1jaGFyKSkpKQo8IAkJCQkgICAgICA7OyBzYW1lIGNoYXIg
KG1vZHVsbyBjYXNlKTsgbm8gYWN0aW9uCjwgCQkJCSAgICAgIChmb3J3YXJkLWNoYXIgMSkKPCAJ
CQkJICAgIChpZiAoYW5kICg8IChwb2ludCkgZW5kKQotLS0KPiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAoZG93bmNhc2UgKGZvbGxvd2luZy1jaGFyKSkp
Cjc1MGM3NDYKPCAJCQkJCQkJUEMtZGVsaW1zLWxpc3QpKSkKLS0tCj4gICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFBDLWRlbGltcy1saXN0KSkp
KQo3NTFhNzQ4Cj4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA7OyBvciBp
bnB1dCBjaGFyIGJ5IHByZWZpeCBjaGFyCjc2M2M3NjAKPCAJCQkJCShzZXRxIGVuZCAoMSsgZW5k
KSkpKSkKLS0tCj4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAoc2V0cSBl
bmQgKDErIGVuZCkpKSkK
------=_Part_3563_14697534.1191334923617
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Emacs-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-devel
------=_Part_3563_14697534.1191334923617--







reply via email to

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