all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Joe Corneli <jcorneli@math.utexas.edu>
Subject: Re: regex in dired mode
Date: Mon, 06 Dec 2004 11:30:51 -0600	[thread overview]
Message-ID: <E1CbMhH-0005DG-00@linux183.ma.utexas.edu> (raw)
In-Reply-To: <A7_sd.7$rx2.2@dfw-service2.ext.ray.com> (dan_elliott_at_cox_dot_net@noSpam.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)))


   Hello,

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

   Thank you,

   dan elliott

  reply	other threads:[~2004-12-06 17:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-06 14:37 regex in dired mode Dan Elliott
2004-12-06 17:30 ` Joe Corneli [this message]
     [not found] ` <mailman.3968.1102354882.27204.help-gnu-emacs@gnu.org>
2004-12-06 19:16   ` Dan Elliott

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=E1CbMhH-0005DG-00@linux183.ma.utexas.edu \
    --to=jcorneli@math.utexas.edu \
    /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.