all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Shell Mode "dirs" command breaks if shell echoes command input
@ 2005-06-29 23:21 kevin.gal
  0 siblings, 0 replies; only message in thread
From: kevin.gal @ 2005-06-29 23:21 UTC (permalink / raw


[-- Attachment #1: Type: text/plain, Size: 1629 bytes --]

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group.

In GNU Emacs 21.3.1 (i386-mingw-nt5.1.2600)
 of 2004-03-10 on NYAUMO
configured using `configure --with-gcc (3.2)'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ENU
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

When I use tcsh (which echoes command input) in a shell buffer, entering "M-x dirs" fails because it mistakens the echoed "dirs" string as the directory string to use as input when changing the buffers default directory.  The attached gziped patch file contains a fix.  The patch also binds the "dirs" command to "\e\C-m" in shell-mode-map (previously unbound) to make it easy to invoke.  Finally, a test has been added to see if "shell-dirstack-query" is
non-nil.  If so, it is not overwritten.

To enable the fix, the user must set comint-process-echoes to t.


Recent input:
<escape> x r e p o r t SPC e m SPC b SPC <return>

Recent messages:
(D:\emacs-21.3\bin\emacs.exe -q)
For information about the GNU Project and its goals, type C-h C-p.
Loading image...done
Loading emacsbug...done

[-- Attachment #2: shell.patch.gz --]
[-- Type: APPLICATION/OCTET-STREAM, Size: 1038 bytes --]

[-- Attachment #3: Type: text/plain, Size: 149 bytes --]

_______________________________________________
Bug-gnu-emacs mailing list
Bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-29 23:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-29 23:21 Shell Mode "dirs" command breaks if shell echoes command input kevin.gal

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.