all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Case-sensitive support with regexp specials ?
Date: Thu, 16 Dec 2004 10:33:53 -0700	[thread overview]
Message-ID: <cpsgu6$4c8$1@sea.gmane.org> (raw)
In-Reply-To: <5065e29004121517567d1946b3@mail.gmail.com>

Sun Yijiang wrote:
 > On Wed, 15 Dec 2004 09:57:49 -0500, Richard Stallman <rms@gnu.org> wrote:
 > > > It seems that Emacs only provides a method to do case insensitive
 > > > search with "regexp search functions", not with "regexp specials",
 > > > like vim does.
 > >
 > > Sorry, I don't know what that means.  I do not use vim.
 > > Could you explain?
 >
 > In vim regexp, `\c' means "ignore case diffs from here" and `\C' means
 > "consider case diffs from here".  Thus, `\chello\CWorld' matches
 > "HeLloWorld" but does not match "helloWoRLd".  In GNU Emacs, this
 > regexp should be `[hH][eE][lL][lL][oO]World', which is a little bit
 > ugly and not very convenient in some cases.

Yuck: IMHO a balanced syntax like \(?:...\) would be better than a
       state-switching construction.

Cool: You could combine that with \sw to match upper- and lower-case
words in any character set, without having to enumerate the character
ranges.

-- 
Kevin Rodgers

  reply	other threads:[~2004-12-16 17:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-14  8:55 Case-sensitive support with regexp specials ? Sun Yijiang
     [not found] ` <E1Ceab7-0003kt-GU@fencepost.gnu.org>
2004-12-16  1:56   ` Sun Yijiang
2004-12-16 17:33     ` Kevin Rodgers [this message]
2004-12-18  0:19       ` Richard Stallman
2004-12-17  0:53     ` Richard Stallman

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='cpsgu6$4c8$1@sea.gmane.org' \
    --to=ihs_4664@yahoo.com \
    /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.