all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#32647: 26.1; shell-resync-dirs prints "command dirs" in the buffer
@ 2018-09-06 15:07 Alex Branham
  2018-09-06 17:49 ` Glenn Morris
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Branham @ 2018-09-06 15:07 UTC (permalink / raw)
  To: 32647

From emacs -Q:

M-x shell
M-RET

and it prints "command dirs" literally into the shell buffer.

That comes from this line:

      ;; If the process echoes commands, don't insert a fake command in
      ;; the buffer or it will appear twice.
      (unless comint-process-echoes
	(insert shell-dirstack-query) (insert "\n"))


and shell-dirstack-query is defined above as:

    (defvar shell-dirstack-query nil
      "Command used by `shell-resync-dirs' to query the shell.")


Thanks,
Alex





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-09-07 17:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-06 15:07 bug#32647: 26.1; shell-resync-dirs prints "command dirs" in the buffer Alex Branham
2018-09-06 17:49 ` Glenn Morris
2018-09-06 17:52   ` Alex Branham
2018-09-07 17:33     ` Glenn Morris
2018-09-07 17:55       ` Alex Branham

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.