From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jo=E3o_T=E1vora?= Newsgroups: gmane.emacs.help Subject: Re: moving in js Date: Wed, 8 Aug 2012 18:37:00 +0100 Message-ID: References: <5021685A.2080408@easy-emacs.de> <5021FB1B.1070201@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1344448380 12313 80.91.229.3 (8 Aug 2012 17:53:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Aug 2012 17:53:00 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org List" To: =?ISO-8859-1?Q?Andreas_R=F6hler?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 08 19:53:01 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 1SzARG-0005Ui-Or for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Aug 2012 19:52:58 +0200 Original-Received: from localhost ([::1]:36229 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzARD-0002ZO-Vt for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Aug 2012 13:52:55 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzACB-0000Ar-VJ for help-gnu-emacs@gnu.org; Wed, 08 Aug 2012 13:37:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzACA-0007wU-HN for help-gnu-emacs@gnu.org; Wed, 08 Aug 2012 13:37:23 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:45716) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzACA-0007vb-Ba for help-gnu-emacs@gnu.org; Wed, 08 Aug 2012 13:37:22 -0400 Original-Received: by pbbjt11 with SMTP id jt11so1983210pbb.0 for ; Wed, 08 Aug 2012 10:37:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=4u4hibNpL+MTSwPFuyhgBzxOeiRBMxvL3Rbfy7rL+88=; b=0kP4v8DDpzdSyVMC+L1INwh4PPR7THC8TB9Q3sOBFTJBD3epancry2X+2bW9QtMIhW 5p+A8YKzSd0W/yPmfITr4tyaZ4kr7LVkj64/0x8QnnFCfoqBwgylI1vnJX3cgUZNCryu 38l6wFUvJnLu45S75Ivz4sgMDtHUwTRSGeFYv6w/cyZMU9rlXTBCO+WBT/y/KTCCVrZY hX3NSjACx7XddiLyP2oOGXQvzSe1clNrKX5AjrOdW79epP0X+CQF+7cE+s+qi/1Vpjpp 9Qw5lD1t0ogWazFeACrCaIR+lokYgBeyDH9PbLNKxYS8rwTfXvj3PwSQDjugNxzf2qUU mRMQ== Original-Received: by 10.68.222.103 with SMTP id ql7mr37895797pbc.48.1344447441033; Wed, 08 Aug 2012 10:37:21 -0700 (PDT) Original-Received: by 10.142.70.4 with HTTP; Wed, 8 Aug 2012 10:37:00 -0700 (PDT) In-Reply-To: <5021FB1B.1070201@easy-emacs.de> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 X-Mailman-Approved-At: Wed, 08 Aug 2012 13:52:51 -0400 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:86252 Archived-At: On Wed, Aug 8, 2012 at 6:37 AM, Andreas R=F6hler wrote: > Cursor on "i" in (spiel[i]) > > C-M-b --> > > Debugger entered--Lisp error: (scan-error "Containing expression ends > prematurely" 349 349) The "\n" case moving to ".csv" is indeed an unexpected move, but I would say this error error is the expected behaviour. I mean, you can't `backward-sexp` there to= go back one balanced sexp from 'i', so an error is expected, and the character positions are useful. -- Jo=E3o