emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: backward-up-list


From: Stefan Monnier
Subject: Re: backward-up-list
Date: Sat, 14 Oct 2006 13:03:13 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> Don't understand behaviour of `backward-up-list'
> in `emacs-lisp-mode' if inside a string.

backward-up-list doesn't know you start from inside a string and instead
assumes you start from outside of any string or comment.  So when it
bumps into the opening " it thinks this is a closing " and treats the text
before that as being inside a string.  Try it with:

       (foor "an open ( inside a string"
             blabla
             "try it from >>HERE<< for fun.")

> Bug?

Misfeature.


        Stefan




reply via email to

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