all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6388: Should not match data be set on misses?
@ 2010-06-10  0:42 Lennart Borgman
  2010-06-10  2:03 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Lennart Borgman @ 2010-06-10  0:42 UTC (permalink / raw)
  To: 6388

(let ((ret (re-search-forward "some weird thing" (point-at-eol) t)))
  (message "ret=%s, mb0=%s, 1" ret (match-beginning 0) (match-beginning 1)))

gives me messages like

   ret=nil, mb0=517, 1

I expected

   ret=nil, mb0=nil, nil





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

end of thread, other threads:[~2010-06-10 18:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-10  0:42 bug#6388: Should not match data be set on misses? Lennart Borgman
2010-06-10  2:03 ` Eli Zaretskii
2010-06-10 13:04   ` Stefan Monnier
2010-06-10 13:35     ` Lennart Borgman
2010-06-10 18:57       ` Stefan Monnier

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.