emacs-diffs
[Top][All Lists]
Advanced

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

master a71a96f6ef6: ; * doc/misc/eshell.texi (Bugs and ideas): Remove al


From: Jim Porter
Subject: master a71a96f6ef6: ; * doc/misc/eshell.texi (Bugs and ideas): Remove already-fixed bugs.
Date: Thu, 10 Aug 2023 18:03:26 -0400 (EDT)

branch: master
commit a71a96f6ef632419f0ac9f8ace0c4a58446ca22b
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

    ; * 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.



reply via email to

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