aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Porter2023-08-10 15:01:39 -0700
committerJim Porter2023-08-10 15:02:11 -0700
commita71a96f6ef632419f0ac9f8ace0c4a58446ca22b (patch)
tree8cb0f984b8a68fb69499e9d7b34b4d1527598086
parent60090abcbc5d21c759c39926d9f45a18fc1c9913 (diff)
downloademacs-a71a96f6ef632419f0ac9f8ace0c4a58446ca22b.tar.gz
emacs-a71a96f6ef632419f0ac9f8ace0c4a58446ca22b.zip
; * doc/misc/eshell.texi (Bugs and ideas): Remove already-fixed bugs.
-rw-r--r--doc/misc/eshell.texi13
1 files changed, 0 insertions, 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,
2308and then the asynchronous @command{grep} process expects to examine the 2308and then the asynchronous @command{grep} process expects to examine the
2309temporary file, which has since been deleted. 2309temporary file, which has since been deleted.
2310 2310
2311@item Problem with C-r repeating text
2312
2313If the text @emph{before point} reads "./run", and you type @kbd{C-r r u
2314n}, it will repeat the line for every character typed.
2315
2316@item Backspace doesn't scroll back after continuing (in smart mode) 2311@item Backspace doesn't scroll back after continuing (in smart mode)
2317 2312
2318Hitting space during a process invocation, such as @command{make}, will 2313Hitting space during a process invocation, such as @command{make}, will
@@ -2365,8 +2360,6 @@ be Eshell's job?
2365This would be so that if a Lisp function calls @code{print}, everything 2360This would be so that if a Lisp function calls @code{print}, everything
2366will happen as it should (albeit slowly). 2361will happen as it should (albeit slowly).
2367 2362
2368@item When an extension module fails to load, @samp{cd /} gives a Lisp error
2369
2370@item If a globbing pattern returns one match, should it be a list? 2363@item If a globbing pattern returns one match, should it be a list?
2371 2364
2372@item Make sure syntax table is correct in Eshell mode 2365@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
2670 2663
2671@item Permit the umask to be selectively set on a @command{cp} target 2664@item Permit the umask to be selectively set on a @command{cp} target
2672 2665
2673@item Problem using @kbd{M-x eshell} after using @code{eshell-command}
2674
2675If the first thing that I do after entering Emacs is to run
2676@code{eshell-command} and invoke @command{ls}, and then use @kbd{M-x
2677eshell}, it doesn't display anything.
2678
2679@item @kbd{M-@key{RET}} during a long command (using smart display) doesn't work 2666@item @kbd{M-@key{RET}} during a long command (using smart display) doesn't work
2680 2667
2681Since it keeps the cursor up where the command was invoked. 2668Since it keeps the cursor up where the command was invoked.