From a71a96f6ef632419f0ac9f8ace0c4a58446ca22b Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Thu, 10 Aug 2023 15:01:39 -0700 Subject: [PATCH] ; * doc/misc/eshell.texi (Bugs and ideas): Remove already-fixed bugs. --- doc/misc/eshell.texi | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 7c7f304d55d..ca31cb2589d 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi @@ -2308,11 +2308,6 @@ This happens because the @code{grep} Lisp function returns immediately, and then the asynchronous @command{grep} process expects to examine the temporary file, which has since been deleted. -@item Problem with C-r repeating text - -If the text @emph{before point} reads "./run", and you type @kbd{C-r r u -n}, it will repeat the line for every character typed. - @item Backspace doesn't scroll back after continuing (in smart mode) Hitting space during a process invocation, such as @command{make}, will @@ -2365,8 +2360,6 @@ be Eshell's job? This would be so that if a Lisp function calls @code{print}, everything will happen as it should (albeit slowly). -@item When an extension module fails to load, @samp{cd /} gives a Lisp error - @item If a globbing pattern returns one match, should it be a list? @item Make sure syntax table is correct in Eshell mode @@ -2670,12 +2663,6 @@ Everywhere in Emacs where @code{shell-mode} is specially noticed, add @item Permit the umask to be selectively set on a @command{cp} target -@item Problem using @kbd{M-x eshell} after using @code{eshell-command} - -If the first thing that I do after entering Emacs is to run -@code{eshell-command} and invoke @command{ls}, and then use @kbd{M-x -eshell}, it doesn't display anything. - @item @kbd{M-@key{RET}} during a long command (using smart display) doesn't work Since it keeps the cursor up where the command was invoked. -- 2.39.5