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

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

bug#32555: 26.1; Async command buffer navigation bug


From: Noam Postavsky
Subject: bug#32555: 26.1; Async command buffer navigation bug
Date: Tue, 28 Aug 2018 18:44:10 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

tags 32555 = fixed
merge 32555 11224
close 32555 27.1
quit

Live System User <nyc4bos@aol.com> writes:

> (add-hook 'shell-mode-hook

>              (local-set-key [up]          ; cycle backward through command 
> history
>                             '(lambda () (interactive)
>                                (if (comint-after-pmark-p)
>                                    (comint-previous-input 1)
>                                  (previous-line 1))))

>     I've never had issues with this code before.

That seems surprising since this problem is only fixed on the master
branch since February.

[1: aaeb101d89]: 2018-02-10 23:46:13 +0200
  * lisp/comint.el (comint-after-pmark-p): Check if buffer has a live process.
  
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=aaeb101d899a09e18630466c348041a172cd5d91





reply via email to

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