From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: moving in js Date: Thu, 09 Aug 2012 18:20:00 +0200 Message-ID: <5023E330.8070205@easy-emacs.de> References: <5021685A.2080408@easy-emacs.de> <5021FB1B.1070201@easy-emacs.de> <50234E6E.4060303@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1344529226 9489 80.91.229.3 (9 Aug 2012 16:20:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Aug 2012 16:20:26 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org List" To: =?ISO-8859-1?Q?Jo=E3o_T=E1vora?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 09 18:20:27 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1SzVTE-0006SC-O7 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Aug 2012 18:20:24 +0200 Original-Received: from localhost ([::1]:43700 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzVTD-0000ES-Ux for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Aug 2012 12:20:23 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzVT7-0000Dy-QQ for help-gnu-emacs@gnu.org; Thu, 09 Aug 2012 12:20:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzVT1-000824-MJ for help-gnu-emacs@gnu.org; Thu, 09 Aug 2012 12:20:17 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.171]:55594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzVT1-00081z-Ci for help-gnu-emacs@gnu.org; Thu, 09 Aug 2012 12:20:11 -0400 Original-Received: from [192.168.178.27] (brln-4dbc45fb.pool.mediaWays.net [77.188.69.251]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0MUTUB-1T7NIg2TGV-00RKiX; Thu, 09 Aug 2012 18:20:10 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120713 Thunderbird/14.0 In-Reply-To: X-Provags-ID: V02:K0:/E7GqT/YcY2wZ1W0TxvAF7YwHx5QrVF3GlfC3y+4rt/ xqyHU8tPz28Pflq9+AZatgBUoPDa2CuB22zUl3wchwI8Kf/nkK mkMRN3eB3jogM9v18qvkKBBc0pLLXJv3MRrmAGm0OVLTwJ4dub G3qb5BsOURvzF48od5N6/MLHk6lJhuJe6AOLYP2T0CPKm4RsEi 1bS7BjZZSRLZW8v+N6jydHVt/AaYYCEx37Auf64ptRWo2u3s+k lkMScm5xj7R9a9fLCl77VqDenpJIsBZt4VL9iO/u8DpbQlQv2f 16aCjfp4mr+N4iNz7h2qOmkCsIVPWMI98B/NTdhBRlbwh4EWlS ENg34frkamJPSLWjVTHXyME/hmYPruvOdMrc9jJcf X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.126.171 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86269 Archived-At: Am 09.08.2012 17:04, schrieb João Távora: >> also seen from usage, that command should never fail, unless beginning or >> end of buffers are reached. >> > > I don't understand this part. Why should it not fail? Well, that's a matter of taste maybe. IMO expression have the part of words in natural language. Not exactly, as common words don't nest, but similar. Will you ever get an error from "forward-word" unless at the EOB? In your opinion, > what is backward-sexp suppose to do on its second invocation in a lisp-mode > buffer containing > > (foo (bar baz) quux) > > with the cursor in the innermost list between "bar" and "baz"?? > it would reach the beginning of the innermost list, "(bar" a second invocation would reach "foo"