unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13642: 24.3.50; python-nav-backward-sexp mishandles string movement
@ 2013-02-06 23:50 Jorgen Schaefer
  2013-02-07  0:12 ` Daniel Colascione
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jorgen Schaefer @ 2013-02-06 23:50 UTC (permalink / raw)
  To: 13642

Hello!
In python-mode, I get the following behavior (with _|_ being point):

-----
def foo():
    bar = "bar"
    baz = "baz"_|_

=>

_|_def foo():
    bar = "bar"
    baz = "baz"
-----

I would have expected point to move to the beginning of the string, not
to the beginning of def.

I also get this:

-----
def foo():
    bar = "bar"_|_
    baz = "baz"

=>

def foo():
    _|_bar = "bar"
    baz = "baz"
-----

Again, I would have expected point to end up in front of the string, not
the beginning of the statement.

python-mode sets forward-sexp-function, so these operations are done
when using C-M-b (and C-M-f), which is very counterintuitive to me.

Regards,
        -- Jorgen





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-05-15  5:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-06 23:50 bug#13642: 24.3.50; python-nav-backward-sexp mishandles string movement Jorgen Schaefer
2013-02-07  0:12 ` Daniel Colascione
2013-02-08 21:27   ` Jorgen Schaefer
2013-05-15  5:55   ` Andreas Röhler
2013-02-14  0:31 ` bug#13642: (no subject) Fabián Ezequiel Gallina
2013-02-14  0:47 ` Fabián Ezequiel Gallina

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).