all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Welsh Duggan <md5i@cs.cmu.edu>
Cc: Stefan Monnier <monnier@iro.umontreal.ca>,
	Emacs Devel <emacs-devel@gnu.org>
Subject: Re: Bug that needs fixing
Date: Fri, 15 Jul 2005 20:51:53 -0400	[thread overview]
Message-ID: <87ackn1sk6.fsf@cs.cmu.edu> (raw)
In-Reply-To: <42D62047.3010903@gnu.org> (Jason Rumney's message of "Thu, 14 Jul 2005 09:20:23 +0100")

Jason Rumney <jasonr@gnu.org> writes:

> Shouldn't all responses that do not start with a status code be ignored?
>
> ie
>
> "^[^1-9][^0-9][^0-9]"

Be careful when negating regexps, as this is seldom as easy as it
seems.  An actual negation of "^[1-9][1-9][1-9]" would be:
"^\\([^1-9]\\|[1-9][^1-9]\\|[1-9][1-9][^1-9]\\)".

-- 
Michael Welsh Duggan
(md5i@cs.cmu.edu)

      parent reply	other threads:[~2005-07-16  0:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1DjLqu-0006B3-CL@fencepost.gnu.org>
     [not found] ` <87mzpcvpv3.fsf@gmx.de>
     [not found]   ` <87u0ixkie5.fsf-monnier+emacs@gnu.org>
2005-07-14  8:20     ` Bug that needs fixing Jason Rumney
2005-07-14 12:28       ` Michael Albinus
2005-07-14 13:33         ` Jason Rumney
2005-07-16  0:51       ` Michael Welsh Duggan [this message]

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=87ackn1sk6.fsf@cs.cmu.edu \
    --to=md5i@cs.cmu.edu \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.