* trivial patch: pcomplete-entries should bind completion-ignore-case
@ 2007-07-06 4:57 Sean O'Rourke
2007-07-06 15:25 ` Sean O'Rourke
0 siblings, 1 reply; 2+ messages in thread
From: Sean O'Rourke @ 2007-07-06 4:57 UTC (permalink / raw)
To: emacs-devel
For consistency, pcomplete-entries should bind
completion-ignore-case to pcomplete-ignore-case (for the benefit
of file-name-all-completions).
/s
Index: pcomplete.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/pcomplete.el,v
retrieving revision 1.30
diff -u -r1.30 pcomplete.el
--- pcomplete.el 14 Jun 2007 00:07:15 -0000 1.30
+++ pcomplete.el 6 Jul 2007 04:55:34 -0000
@@ -711,6 +711,7 @@
If no directory information can be extracted from the completed
component, `default-directory' is used as the basis for completion."
(let* ((name (substitute-env-vars pcomplete-stub))
+ (completion-ignore-case pcomplete-ignore-case)
(default-directory (expand-file-name
(or (file-name-directory name)
default-directory)))
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-06 15:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-06 4:57 trivial patch: pcomplete-entries should bind completion-ignore-case Sean O'Rourke
2007-07-06 15:25 ` Sean O'Rourke
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.