emacs-devel
[Top][All Lists]
Advanced

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

re-search bug?


From: Katsumi Yamaoka
Subject: re-search bug?
Date: Thu, 03 Feb 2005 10:12:01 +0900
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Hi,

With the latest Emacs CVS, the following form causes an error.

(with-temp-buffer
  (insert "Sender: ")
  (let ((pt (point)))
    (insert "address@hidden")
    (re-search-backward "address@hidden" pt)))

It's quite strange.  Because of this, all mails delivered to the
ding list are stored into the `bogus' group.  Please help!




reply via email to

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