all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#17233: 24.3.50.1; wrong match-data
@ 2014-04-10  6:20 Andreas Röhler
  2014-04-10  6:28 ` bug#17233: mistake, please close Andreas Röhler
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Röhler @ 2014-04-10  6:20 UTC (permalink / raw)
  To: 17233

Emacs -Q  24.3.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10) of 2014-02-19

Cursor at beginning of string "asdf"

Evaluating
(looking-at "asdf")asdf

(match-string-no-properties 0) ==> "asdf"

korrect

(progn (looking-at "[1-3]")(message "%s" (match-string-no-properties 0))asdfs

Evaluating this should set match-data back to nil

It is still "asdf"






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

* bug#17233: mistake, please close
  2014-04-10  6:20 bug#17233: 24.3.50.1; wrong match-data Andreas Röhler
@ 2014-04-10  6:28 ` Andreas Röhler
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Röhler @ 2014-04-10  6:28 UTC (permalink / raw)
  To: 17233

close bug#17233

Sorry, my mistake





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

end of thread, other threads:[~2014-04-10  6:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-10  6:20 bug#17233: 24.3.50.1; wrong match-data Andreas Röhler
2014-04-10  6:28 ` bug#17233: mistake, please close Andreas Röhler

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.