all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#20761: 25.0.50.1, beginning-of-defun matches inside string
@ 2015-06-07 17:21 Andreas Röhler
  2015-06-07 18:13 ` Glenn Morris
  2015-06-08  9:09 ` Andreas Röhler
  0 siblings, 2 replies; 7+ messages in thread
From: Andreas Röhler @ 2015-06-07 17:21 UTC (permalink / raw)
  To: 20761

emacs -Q

With cursor at end of string below:

(defun asdf ()
   "
(defun foo1 (&optional beg end)
   sdsd"
)

;;;

C-M-a stops  inside string at "(defun foo1"

GNU Emacs 25.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.23) of 2015-06-07

Solution:

beginning-of-defun-raw must check if being inside string.





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

end of thread, other threads:[~2017-04-02  5:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-07 17:21 bug#20761: 25.0.50.1, beginning-of-defun matches inside string Andreas Röhler
2015-06-07 18:13 ` Glenn Morris
2015-06-07 18:41   ` Andreas Röhler
2015-06-08  5:18     ` Nicolas Richard
2015-06-08  5:45       ` Andreas Röhler
2015-06-08  9:09 ` Andreas Röhler
2017-04-02  5:18   ` npostavs

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.