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

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

bug#71049: async-shell-command ends with "Process *Async Shell Command*


From: Dmitry Gutov
Subject: bug#71049: async-shell-command ends with "Process *Async Shell Command* finished" when remote "direct-async-process"
Date: Fri, 24 May 2024 20:50:40 +0300
User-agent: Mozilla Thunderbird

On 24/05/2024 20:41, Michael Albinus wrote:
Maybe a good middle-ground solution would be to defer the reading of
the history file until history is actually used?

E.g. in my examples there was no reading of input from the user, and
there will be many read-life scenarios like that.

Perhaps commands like comint-previous-input could check whether the
ring is not initialized yet and call comint-read-input-ring, rather
than have this call performed eagerly at the end of shell-mode.
Perhaps. I'm not an expert in comint.el; somebody else could do such a
change.

And please note, that according to my analysis sent to Eli the other
message, half of the party (3 of 6 roundtrips) happens in shell-mode. So
we must indicate something in shell-mode, too, in order to suppress the
check for the proper history file name there.

Right, the changes I described would be in comint.el and shell.el, not in Tramp (which should make things easier on your side - no new special variable).

But there are 6 more calls to comint-read-input-ring (in other 6 major modes), so it would be a wide-reaching change. Not sure which direction will be optimal. Hmm...





reply via email to

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