unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#59150: 28.1; Comint shell silently send ^L
@ 2022-11-09 16:26 LdBeth
  2022-11-09 17:06 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: LdBeth @ 2022-11-09 16:26 UTC (permalink / raw)
  To: 59150


To produce this bug, set login shell to ksh93u+ (which is the default
ksh on macOS and available on some package managers), I'm not sure if
other versions of ksh can reproduce this.

However I believe this might also affect all other command line
programs that does not translate Control L as "refresh" command.

Also I have only tried the Emacs GUI on macOS.

Procedures to reproduce the issue:

1. Start M-x shell, resize the window by dragging mouse several times

2. then several "> " occurs:

$ > > > > > > > > >

3. then type a command like "ls", and press enter key

4. the shell would respond:

^L^L^L^L^Lls: not found


I guess it is somewhere in shell.el has configured the behavior so
whenever window size has changed the shell prompt is refreshed.

However this does not work out for shell programs not like bash, and
the popup minibuffer like `ivy' or `which-key' would also cause
sending "^L".

This would annoying when have the shell opened as a split window while
editing files, although I believe set default shell to bash
is a workaround, I think this is still a bug of Emacs and worth to be
reported.

ldbeth





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#59150: 28.1; Comint shell silently send ^L
  2022-11-09 16:26 bug#59150: 28.1; Comint shell silently send ^L LdBeth
@ 2022-11-09 17:06 ` Eli Zaretskii
  2022-11-09 23:01   ` LdBeth
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2022-11-09 17:06 UTC (permalink / raw)
  To: LdBeth; +Cc: 59150

> Date: Wed, 09 Nov 2022 10:26:53 -0600
> From: LdBeth <andpuke@foxmail.com>
> 
> 
> To produce this bug, set login shell to ksh93u+ (which is the default
> ksh on macOS and available on some package managers), I'm not sure if
> other versions of ksh can reproduce this.
> 
> However I believe this might also affect all other command line
> programs that does not translate Control L as "refresh" command.
> 
> Also I have only tried the Emacs GUI on macOS.
> 
> Procedures to reproduce the issue:
> 
> 1. Start M-x shell, resize the window by dragging mouse several times
> 
> 2. then several "> " occurs:
> 
> $ > > > > > > > > >
> 
> 3. then type a command like "ls", and press enter key
> 
> 4. the shell would respond:
> 
> ^L^L^L^L^Lls: not found
> 
> 
> I guess it is somewhere in shell.el has configured the behavior so
> whenever window size has changed the shell prompt is refreshed.
> 
> However this does not work out for shell programs not like bash, and
> the popup minibuffer like `ivy' or `which-key' would also cause
> sending "^L".
> 
> This would annoying when have the shell opened as a split window while
> editing files, although I believe set default shell to bash
> is a workaround, I think this is still a bug of Emacs and worth to be
> reported.

This is not a bug, this is Emacs communicating to the shell that the
size of the terminal has changed.

You can customize this behavior via the option
window-adjust-process-window-size-function.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#59150: 28.1; Comint shell silently send ^L
  2022-11-09 17:06 ` Eli Zaretskii
@ 2022-11-09 23:01   ` LdBeth
  0 siblings, 0 replies; 3+ messages in thread
From: LdBeth @ 2022-11-09 23:01 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: LdBeth, 59150

>>>>> In <83fsest5u7.fsf@gnu.org> 
>>>>>	Eli Zaretskii <eliz@gnu.org> wrote:

Eli_Zaretskii> This is not a bug, this is Emacs communicating to the shell that the
Eli_Zaretskii> size of the terminal has changed.

Eli_Zaretskii> You can customize this behavior via the option
Eli_Zaretskii> window-adjust-process-window-size-function.

Ah, I'm able to find the same issue has already discussed with keyword "ksh, ioctl":
https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00002.html

Will try this workaround, thanks for your help!

ldbeth





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-09 23:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09 16:26 bug#59150: 28.1; Comint shell silently send ^L LdBeth
2022-11-09 17:06 ` Eli Zaretskii
2022-11-09 23:01   ` LdBeth

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).