diff options
| author | Jim Porter | 2023-08-10 15:01:39 -0700 |
|---|---|---|
| committer | Jim Porter | 2023-08-10 15:02:11 -0700 |
| commit | a71a96f6ef632419f0ac9f8ace0c4a58446ca22b (patch) | |
| tree | 8cb0f984b8a68fb69499e9d7b34b4d1527598086 | |
| parent | 60090abcbc5d21c759c39926d9f45a18fc1c9913 (diff) | |
| download | emacs-a71a96f6ef632419f0ac9f8ace0c4a58446ca22b.tar.gz emacs-a71a96f6ef632419f0ac9f8ace0c4a58446ca22b.zip | |
; * doc/misc/eshell.texi (Bugs and ideas): Remove already-fixed bugs.
| -rw-r--r-- | doc/misc/eshell.texi | 13 |
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, | |||
| 2308 | and then the asynchronous @command{grep} process expects to examine the | 2308 | and then the asynchronous @command{grep} process expects to examine the |
| 2309 | temporary file, which has since been deleted. | 2309 | temporary file, which has since been deleted. |
| 2310 | 2310 | ||
| 2311 | @item Problem with C-r repeating text | ||
| 2312 | |||
| 2313 | If the text @emph{before point} reads "./run", and you type @kbd{C-r r u | ||
| 2314 | n}, 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 | ||
| 2318 | Hitting space during a process invocation, such as @command{make}, will | 2313 | Hitting space during a process invocation, such as @command{make}, will |
| @@ -2365,8 +2360,6 @@ be Eshell's job? | |||
| 2365 | This would be so that if a Lisp function calls @code{print}, everything | 2360 | This would be so that if a Lisp function calls @code{print}, everything |
| 2366 | will happen as it should (albeit slowly). | 2361 | will 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 | |||
| 2675 | If 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 | ||
| 2677 | eshell}, 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 | ||
| 2681 | Since it keeps the cursor up where the command was invoked. | 2668 | Since it keeps the cursor up where the command was invoked. |