all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Live System User <nyc4bos@aol.com>
To: Noam Postavsky <npostavs@gmail.com>
Cc: 32555@debbugs.gnu.org
Subject: bug#32555: 26.1; Async command buffer navigation bug
Date: Wed, 29 Aug 2018 13:00:41 -0400	[thread overview]
Message-ID: <87in3tyuo6.fsf@aol.com> (raw)
In-Reply-To: <87ftyyt8lh.fsf@gmail.com> (Noam Postavsky's message of "Tue, 28 Aug 2018 18:44:10 -0400")

Noam Postavsky <npostavs@gmail.com> writes:

> 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

    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.





      reply	other threads:[~2018-08-29 17:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-28  8:27 bug#32555: 26.1; Async command buffer navigation bug Live System User
2018-08-28 12:29 ` Noam Postavsky
2018-08-28 20:25   ` Live System User
2018-08-28 22:44     ` Noam Postavsky
2018-08-29 17:00       ` Live System User [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87in3tyuo6.fsf@aol.com \
    --to=nyc4bos@aol.com \
    --cc=32555@debbugs.gnu.org \
    --cc=npostavs@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.