emacs-devel
[Top][All Lists]
Advanced

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

Changes to comint-line-beginning-position


From: Stefan Monnier
Subject: Changes to comint-line-beginning-position
Date: Wed, 28 Oct 2015 14:12:27 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Your changes to comint-line-beginning-position (back in Feb) have broken
indentation in IELM:

   IELM> (foo
   bar

where hitting TAB with point in from of "bar" should indent it (and used
to indent it), but it doesn't any more.

It's because IELM uses (save-excursion (comint-bol) (bolp)) to check if
we want to indent, but now (comint-bol) doesn't just jump to the
beginning of the second line but all the way to the end of the prompt.

Could you try and fix it?


        Stefan



reply via email to

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