GNU bug report logs - #32555
26.1; Async command buffer navigation bug

Previous Next

Package: emacs;

Reported by: Live System User <nyc4bos <at> aol.com>

Date: Tue, 28 Aug 2018 08:29:02 UTC

Severity: normal

Tags: fixed

Merged with 11224

Found in versions 23.2, 26.1

Fixed in version 27.1

Done: Noam Postavsky <npostavs <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Live System User <nyc4bos <at> aol.com>
To: Noam Postavsky <npostavs <at> gmail.com>
Cc: 32555 <at> debbugs.gnu.org
Subject: bug#32555: 26.1; Async command buffer navigation bug
Date: Wed, 29 Aug 2018 13:00:41 -0400
Noam Postavsky <npostavs <at> gmail.com> writes:

> tags 32555 = fixed
> merge 32555 11224
> close 32555 27.1
> quit
>
> Live System User <nyc4bos <at> 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

    Thanks for your  research.

    I have been switching back and forth between Emacs versions
    and it is possinle I got this error when not running master.

    I no longer have that session running so I can't double-check.

    I do see that it is working in a new Emacs session running
    master that was built today...

   Its mode-line contains:

          (Shell:no process Shell-Compile)

    Thanks.




This bug report was last modified 6 years and 329 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.