From: "Sean O'Rourke" <sorourke@cs.ucsd.edu>
To: emacs-devel@gnu.org
Subject: trivial patch: pcomplete-entries should bind completion-ignore-case
Date: Thu, 05 Jul 2007 21:57:25 -0700 [thread overview]
Message-ID: <m21wfm9lje.fsf@cs.ucsd.edu> (raw)
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)))
next reply other threads:[~2007-07-06 4:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-06 4:57 Sean O'Rourke [this message]
2007-07-06 15:25 ` trivial patch: pcomplete-entries should bind completion-ignore-case Sean O'Rourke
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=m21wfm9lje.fsf@cs.ucsd.edu \
--to=sorourke@cs.ucsd.edu \
--cc=emacs-devel@gnu.org \
/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.