all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* regex in dired mode
@ 2004-12-06 14:37 Dan Elliott
  2004-12-06 17:30 ` Joe Corneli
       [not found] ` <mailman.3968.1102354882.27204.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Dan Elliott @ 2004-12-06 14:37 UTC (permalink / raw)


Hello,

It seems that regular expressions in dired mode are case-insensitive.  How
can I change this?

Thank you,

dan elliott

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: regex in dired mode
  2004-12-06 14:37 regex in dired mode Dan Elliott
@ 2004-12-06 17:30 ` Joe Corneli
       [not found] ` <mailman.3968.1102354882.27204.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Corneli @ 2004-12-06 17:30 UTC (permalink / raw)


M-x apropos-variable RET case RET

case-fold-search
  Variable: *Non-nil if searches and matches should ignore case.

or

google emacs case insensitive

   In Emacs, how do I control case-sensitivity when searching and ...
   ... In Emacs, how do I control case-sensitivity when searching and replacing ... make searches
   case sensitive (setq case-fold-search t) ; make searches case insensitive ...
   kb.indiana.edu/data/abuk.html?cust=894675.57634.30 - 5k - Cached - Similar pages


conclude:

(add-hook 'dired-mode-hook (lambda () (setq case-fold-search nil)))


   Hello,

   It seems that regular expressions in dired mode are case-insensitive.  How
   can I change this?

   Thank you,

   dan elliott

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: regex in dired mode
       [not found] ` <mailman.3968.1102354882.27204.help-gnu-emacs@gnu.org>
@ 2004-12-06 19:16   ` Dan Elliott
  0 siblings, 0 replies; 3+ messages in thread
From: Dan Elliott @ 2004-12-06 19:16 UTC (permalink / raw)



"Joe Corneli" <jcorneli@math.utexas.edu> wrote in message
news:mailman.3968.1102354882.27204.help-gnu-emacs@gnu.org...
> M-x apropos-variable RET case RET
>
> case-fold-search
>   Variable: *Non-nil if searches and matches should ignore case.
>
> or
>
> google emacs case insensitive
>
>    In Emacs, how do I control case-sensitivity when searching and ...
>    ... In Emacs, how do I control case-sensitivity when searching and
replacing ... make searches
>    case sensitive (setq case-fold-search t) ; make searches case
insensitive ...
>    kb.indiana.edu/data/abuk.html?cust=894675.57634.30 - 5k - Cached -
Similar pages
>
>
> conclude:
>
> (add-hook 'dired-mode-hook (lambda () (setq case-fold-search nil)))
>

That's excellent!  Thank you.

- dan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-12-06 19:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-06 14:37 regex in dired mode Dan Elliott
2004-12-06 17:30 ` Joe Corneli
     [not found] ` <mailman.3968.1102354882.27204.help-gnu-emacs@gnu.org>
2004-12-06 19:16   ` Dan Elliott

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.