GNU bug report logs -
#4891
23.1; shell-command overwrites whole buffer
Previous Next
Full log
View this message in rfc822 format
> Starting emacs 23.1.1 with the '-q' argument and typing:
>
> M-: (shell-command "date" (get-buffer "*scratch*"))
>
> results in the prior contents of the *scratch* buffer being
> overwritten. This seems to contradict the last sentence in the
> following paragraph of the docstring for shell-command:
>
> The optional second argument output-buffer, if non-nil, says to
> put the output in some other buffer. If output-buffer is a buffer
> or buffer name, put the output there. If output-buffer is not a
> buffer and not nil, insert output in current buffer. (This cannot
> be done asynchronously.) In either case, the output is inserted
> after point (leaving mark after it).
Is the following description more precise?
The optional second argument OUTPUT-BUFFER, if non-nil,
says to put the output in some other buffer.
If OUTPUT-BUFFER is a buffer or buffer name, put the output there
replacing the old contents of that buffer.
If OUTPUT-BUFFER is not a buffer and not nil,
insert output in current buffer. (This cannot be done
asynchronously.) In the latter case, the output is inserted
after point (leaving mark after it).
--
Juri Linkov
http://www.jurta.org/emacs/
This bug report was last modified 15 years and 249 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.