GNU bug report logs -
#6283
doc/lispref/searching.texi reference to octal code `0377' correct?
Previous Next
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
> Date: Thu, 27 May 2010 13:28:16 -0400
> From: MON KEY <monkey <at> sandpframing.com>
> Cc:
>
> 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"
What's the difference between what's written and what you suggest?
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.