From: Stefan Monnier Date: Mon, 5 May 2008 19:27:54 +0000 (+0000) Subject: (dired-read-dir-and-switches): Obey read-file-name-completion-ignore-case. X-Git-Tag: emacs-pretest-23.0.90~5802 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d0c66c5b2abdbaad24fa694f477a98a57f06e32a;p=emacs.git (dired-read-dir-and-switches): Obey read-file-name-completion-ignore-case. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6934db55dae..be022bee3cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,11 @@ +2008-05-05 Stefan Monnier + + * dired.el (dired-read-dir-and-switches): + Obey read-file-name-completion-ignore-case. + 2008-05-05 Nick Roberts - * progmodes/compile.el (compilation-error-regexp-alist-alist): + * progmodes/compile.el (compilation-error-regexp-alist-alist): Add regexp for Open Watcom compiler output. 2008-05-05 Phil Sung (tiny change) @@ -421,8 +426,8 @@ 2008-04-28 Michael Albinus * net/tramp.el (tramp-mode): New defcustom. - (tramp-file-name-handler, tramp-completion-file-name-handler): Use - it. + (tramp-file-name-handler, tramp-completion-file-name-handler): + Use it. (tramp-replace-environment-variables): Handle "$$". 2008-04-28 Sam Steingold diff --git a/lisp/dired.el b/lisp/dired.el index 51dc58167b5..e6c1dbd16c9 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -607,6 +607,8 @@ Don't use that together with FILTER." (lambda () (setq minibuffer-default default) (setq minibuffer-completing-file-name t) + (setq completion-ignore-case + read-file-name-completion-ignore-case) (setq default-directory defdir)) (substitute-in-file-name (completing-read