diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/FOR-RELEASE | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 8ed41fb1a6a..1fbb66d2a4e 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -51,24 +51,6 @@ about trying to display the invalid gif file poison.gif. | |||
| 51 | 51 | ||
| 52 | * BUGS | 52 | * BUGS |
| 53 | 53 | ||
| 54 | ** Fix recognition of shell's `dirs' command. | ||
| 55 | |||
| 56 | Is his change right? | ||
| 57 | |||
| 58 | Date: Wed, 29 Jun 2005 18:21:28 -0500 (CDT) | ||
| 59 | From: kevin.gal@verizon.net | ||
| 60 | |||
| 61 | When I use tcsh (which echoes command input) in a shell buffer, | ||
| 62 | entering "M-x dirs" fails because it mistakens the echoed "dirs" | ||
| 63 | string as the directory string to use as input when changing the | ||
| 64 | buffers default directory. The attached gziped patch file contains a | ||
| 65 | fix. The patch also binds the "dirs" command to "\e\C-m" in | ||
| 66 | shell-mode-map (previously unbound) to make it easy to invoke. | ||
| 67 | Finally, a test has been added to see if "shell-dirstack-query" is | ||
| 68 | non-nil. If so, it is not overwritten. | ||
| 69 | |||
| 70 | To enable the fix, the user must set comint-process-echoes to t. | ||
| 71 | |||
| 72 | ** TCP server processes do not work on Windows. | 54 | ** TCP server processes do not work on Windows. |
| 73 | 55 | ||
| 74 | TCP/IP server processes created with `make-network-process' consume | 56 | TCP/IP server processes created with `make-network-process' consume |