all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* re-search bug?
@ 2005-02-03  1:12 Katsumi Yamaoka
  2005-02-03  2:23 ` Kenichi Handa
  0 siblings, 1 reply; 7+ messages in thread
From: Katsumi Yamaoka @ 2005-02-03  1:12 UTC (permalink / raw)
  Cc: ding

Hi,

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

(with-temp-buffer
  (insert "Sender: ")
  (let ((pt (point)))
    (insert "ding-owner@lists.math.uh.edu")
    (re-search-backward "ding-owner@lists\\.math\\.uh\\.edu" pt)))

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-02-05 17:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-03  1:12 re-search bug? Katsumi Yamaoka
2005-02-03  2:23 ` Kenichi Handa
2005-02-03  3:13   ` Katsumi Yamaoka
2005-02-03 19:14   ` Richard Stallman
2005-02-04  1:14     ` Kenichi Handa
2005-02-04 14:03       ` Stefan Monnier
2005-02-05 17:39         ` Richard Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.