all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: "João Távora" <joaotavora@gmail.com>
Cc: "help-gnu-emacs@gnu.org List" <help-gnu-emacs@gnu.org>
Subject: Re: moving in js
Date: Thu, 09 Aug 2012 19:19:32 +0200	[thread overview]
Message-ID: <5023F124.50900@easy-emacs.de> (raw)
In-Reply-To: <CALDnm537EEG=6s9KJrqSZN35zBTg=GLcE7OBJy8h=N4zAD03cA@mail.gmail.com>

Am 09.08.2012 18:44, schrieb João Távora:
>> Not exactly, as common words don't nest, but similar. Will you ever get an
>> error from "forward-word" unless at the EOB?
>
> No, because words don't nest :-) Lisp sexp's do (as do many other programming
> language constructs)
>
>> a second invocation would reach "foo"
>
> Then, on the second invocation, backward-sexp would not have "moved backward
> across one balanced expression", as its doc states.

hmm, so let's ask what such a balanced expression should be.

If we have the terminus of balanced expression, what will be the non-balanced?

A single operator for example "+"

while "4 + 5" might establish a balanced one. Agreed?

Single words and symbols also are not balanced expressions IMO.

When on ba|z

(foo (bar ba|z) quux)

C-M-b would reach |baz

(foo (bar |baz) quux)

i.e, it would do backward-word
a repeat would do backward-word again, a third would error

Can't see any relation to stipulated move over balanced expression here.

Looks fairly arbitrary.

CC to help, as it might be of some interest for others to.

>
> I think you might be looking for "scan-lists", it lets you move whithin the same
> level and pop out and in of lists. Uses the syntax tables. I used it in
> http://github.com/capitaomorte/autopair
>




  parent reply	other threads:[~2012-08-09 17:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-07 19:11 moving in js Andreas Röhler
2012-08-07 20:33 ` Peter Dyballa
2012-08-08  5:37   ` Andreas Röhler
2012-08-08 17:37     ` João Távora
2012-08-09  5:45       ` Andreas Röhler
     [not found]         ` <CALDnm512KSuJw+ZScjnn59x7OZLnWOfyZzLVBe_4CiLqdKTAkA@mail.gmail.com>
2012-08-09 16:20           ` Andreas Röhler
     [not found]             ` <CALDnm537EEG=6s9KJrqSZN35zBTg=GLcE7OBJy8h=N4zAD03cA@mail.gmail.com>
2012-08-09 17:19               ` Andreas Röhler [this message]
2012-08-10  1:14                 ` João Távora
2012-08-10  6:45                   ` Andreas Röhler
     [not found]                     ` <CALDnm52urB5ZD7gkDeGE4irOn+J-EWzLVcDfEetZVrf95ZESEA@mail.gmail.com>
2012-08-10 11:15                       ` Andreas Röhler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5023F124.50900@easy-emacs.de \
    --to=andreas.roehler@easy-emacs.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=joaotavora@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.