bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5799: 24.0.50; Case and search problems in unibyte buffers


From: Lars Magne Ingebrigtsen
Subject: bug#5799: 24.0.50; Case and search problems in unibyte buffers
Date: Sun, 18 Sep 2011 22:01:25 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

bojohan@gnu.org writes:

> http://lists.gnu.org/archive/html/help-gnu-emacs/2010-03/msg00246.html
>
> This correctly finds a \377 character in a unibyte buffer:
>
>     (let ((case-fold-search nil)) (search-forward "\377"))
>
> This fails to match \377 and actually finds \277 instead:
>
>     (let ((case-fold-search t)) (search-forward "\377"))

I'm no longer able to reproduce this bug, so I think it was fixed by
Andreas' recent fixes in this area.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]