From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.devel Subject: Re: mark-sexp again Date: Mon, 08 Jun 2015 16:24:33 +0200 Message-ID: <5575A5A1.1010806@online.de> References: <556F07CA.1020001@online.de> <55740199.9000505@online.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1433773521 8044 80.91.229.3 (8 Jun 2015 14:25:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Jun 2015 14:25:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 08 16:25:13 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z1xzA-00084O-Fc for ged-emacs-devel@m.gmane.org; Mon, 08 Jun 2015 16:25:08 +0200 Original-Received: from localhost ([::1]:58275 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1xz4-0005WU-MI for ged-emacs-devel@m.gmane.org; Mon, 08 Jun 2015 10:25:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1xyr-0005WO-Ew for emacs-devel@gnu.org; Mon, 08 Jun 2015 10:24:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1xym-0000Eg-Vg for emacs-devel@gnu.org; Mon, 08 Jun 2015 10:24:49 -0400 Original-Received: from mout.kundenserver.de ([212.227.17.24]:61231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1xym-0000Dd-M2 for emacs-devel@gnu.org; Mon, 08 Jun 2015 10:24:44 -0400 Original-Received: from [192.168.178.31] ([95.119.46.238]) by mrelayeu.kundenserver.de (mreue103) with ESMTPSA (Nemesis) id 0MEsqA-1YrViN0Izi-00Fz7A; Mon, 08 Jun 2015 16:24:41 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 In-Reply-To: X-Provags-ID: V03:K0:8j+AR3fA+5578pZvVSjALvSWE4Hd6Asy3IUR7AyJKb7z+Q2bGzi 6/yHtfXgyDnuGGb/arf+fxyUY53h1EjPgvQRPzlj+ibAZsRFPU/n8KPi/O4e283C7l7BYMx bTA+I5lfWHTyiItC9lYQw7RGpqpRy63KyNVE6nWxKNYJ7Vh1L7Ge65RayuOwD+59y2cT0yH dJgVS3ANTYXo8OUtJ6X2g== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.24 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:187096 Archived-At: 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