emacs-devel
[Top][All Lists]
Advanced

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

Re: mark-sexp again


From: Andreas Röhler
Subject: Re: mark-sexp again
Date: Mon, 08 Jun 2015 16:24:33 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0


Am 08.06.2015 um 15:09 schrieb Stefan Monnier:
AFAIU a string  inside a list is a sexp-expression and thus M-x
mark-sexp RET should work accordingly.
It does, AFAICT.



When inside a string, mark-sexp should mark the string. IMO doesn't make sense to consider the contents then.

Example, cursor at beginning of docstring at "Just"

(defun foo1 ()
  "Just foo")

M-x mark-sexp RET marks word "Just", not the string.

Respectivly forward-sexp should reach the end of string, if called inside.

Thanks,

Andreas





reply via email to

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