GNU bug report logs -
#4483
info doc Character Classes don't discuss case-fold-search for [:lower:] [:upper:]
Previous Next
Reported by: MON KEY <monkey <at> sandpframing.com>
Date: Fri, 18 Sep 2009 22:05:05 UTC
Severity: normal
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 08 Nov 2009 18:19:54 -0500
with message-id <87fx8ovc2t.fsf <at> stupidchicken.com>
and subject line Re: info doc Character Classes don't discuss case-fold-search for [:lower:] [:upper:]
has caused the Emacs bug report #4483,
regarding info doc Character Classes don't discuss case-fold-search for [:lower:] [:upper:]
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact help-debbugs <at> gnu.org
immediately.)
--
4483: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4483
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
In searching.texi @subsubsection Character Classes
(info "(elisp)Char Classes")
the character alternative items:
`[:lower:]' and `[:upper:]'
should provide an indication that the classes are also affected by the
buffer local value of `case-fold-search'.
While the influence of buffer-local case variable settings _is_
discussed at the (info "(elisp)Searching and Case")
section, this is of little use where it isn't clear that the influence
of the current 'Case Table' is only indirectly related to the setting
of `case-fold-search' vis a vis regexp.
Likewise provision of an example might be nice:
,----
| (let ((case-fold-search nil))
| (search-forward-regexp "\\([\\[:lower:]]\\)"))
`----
s_P
[Message part 3 (message/rfc822, inline)]
> In searching.texi @subsubsection Character Classes
>
> (info "(elisp)Char Classes")
>
> the character alternative items:
> `[:lower:]' and `[:upper:]'
>
> should provide an indication that the classes are also affected by the
> buffer local value of `case-fold-search'.
I have amended the doc accordingly. Thanks.
This bug report was last modified 15 years and 194 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.