GNU bug report logs - #6283
doc/lispref/searching.texi reference to octal code `0377' correct?

Previous Next

Package: emacs;

Reported by: MON KEY <monkey <at> sandpframing.com>

Date: Thu, 27 May 2010 17:29:02 UTC

Severity: minor

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Chong Yidong <cyd <at> stupidchicken.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#6283: closed (doc/lispref/searching.texi reference to octal
 code `0377' correct?)
Date: Wed, 02 Jun 2010 17:31:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 02 Jun 2010 13:30:00 -0400
with message-id <87y6ex2vhj.fsf <at> stupidchicken.com>
and subject line Re: bug#6283: doc/lispref/searching.texi reference to octal code `0377' correct?
has caused the GNU bug report #6283,
regarding doc/lispref/searching.texi reference to octal code `0377' correct?
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
6283: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6283
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: MON KEY <monkey <at> sandpframing.com>
To: bug-gnu-emacs <at> gnu.org
Subject: doc/lispref/searching.texi reference to octal code `0377' correct?
Date: Thu, 27 May 2010 13:28:16 -0400
In doc/lispref/searching.texi is the following reference to octal code
`0377' correct?

,----
| You cannot always match all non-@acronym{ASCII} characters with the
| regular expression @code{"[\200-\377]"}.  This works when searching a
| unibyte buffer or string (@pxref{Text Representations}), but not in a
| multibyte buffer or string, because many non-@acronym{ASCII}
| characters have codes above octal 0377.  {....}
`---- :FILE doc/lispref/searching.texi  (info "(elisp)Regexp Special")

Shouldn't that be:

"characters have codes above octal #o377"

--
/s_P\


[Message part 3 (message/rfc822, inline)]
From: Chong Yidong <cyd <at> stupidchicken.com>
To: MON KEY <monkey <at> sandpframing.com>
Cc: 6283-done <at> debbugs.gnu.org
Subject: Re: bug#6283: doc/lispref/searching.texi reference to octal code
	`0377' correct?
Date: Wed, 02 Jun 2010 13:30:00 -0400
The manual discussion about how *not* to match non-ascii characters is
silly.  Instead of discussing the bad ways to match non-ascii
characters, I added a note about how to do it properly.

Since the text in question is now deleted, I am closing this bug.


This bug report was last modified 14 years and 358 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.