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

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

bug#20251: 24.5; backward-list does nothing useful in inferior-python-mo


From: Andreas Röhler
Subject: bug#20251: 24.5; backward-list does nothing useful in inferior-python-mode
Date: Sat, 04 Apr 2015 09:41:01 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0


Am 03.04.2015 um 20:03 schrieb Eric Hanchrow:
* I started emacs with `emacs -Q -nw'.
* I started an interactive Python REPL with ESC x r u n - p y t h o n RET
* I entered a very simple statement: l SPC = SPC [ 1 , SPC 2 , SPC 3 ] RET
* I then tried to position point at the [: ESC x b a c k w a r d - l i s t RET

I noticed, to my dismay, that point was now at the beginning of the
buffer, and not before the [.


IIUC cursor was at the opening bracket, i.e. at the beginning of list. In that case Emacs would search the previous list - and end at BOB if no other list found.

Nonetheless probably it would be useful if in comint-modes position of prompt is taken for point-min.






reply via email to

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