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

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

re-search bug in emacs-unicode-2


From: Katsumi Yamaoka
Subject: re-search bug in emacs-unicode-2
Date: Tue, 28 Feb 2006 20:07:52 +0900
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/23.0.0 (gnu/linux)

Hi,

In the latest emacs-unicode-2, re-search doesn't work with
certain patterns.  For instance:

(with-temp-buffer
  (insert "i.")
  (goto-char (point-max))
  (re-search-backward "i\\." nil t))
 => nil


(with-temp-buffer
  (insert "i.")
  (goto-char (point-min))
  (re-search-forward "i\\." nil t))
 => nil

In GNU Emacs 23.0.0.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2006-02-28 on pastis
X server distributor `The X.Org Foundation', version 11.0.60802000
configured using `configure '--verbose' '--without-xim''

Regards,




reply via email to

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