From: Stefan Monnier <monnier@iro.umontreal.ca>
To: David Reitter <david.reitter@gmail.com>
Cc: emacs- devel <emacs-devel@gnu.org>
Subject: Re: VC shows stderr in target buffer
Date: Fri, 04 Apr 2008 10:09:19 -0400 [thread overview]
Message-ID: <jwvzls9af38.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <4DBD5643-5AC0-4449-8A4E-B680D15ECCAB@gmail.com> (David Reitter's message of "Fri, 4 Apr 2008 12:42:40 +0100")
> VC shows warnings from CVS in the target buffer, e.g. when invoking C-
> x C-v =, I would get things like
> cvs diff: warning: failed to open /Users/dr/.cvspass for reading: No such
> file or directory
> in the *vc-diff* buffer. Wouldn't this be better shown in the echo area, if
> at all?
It seems better in the *vc-diff* buffer where the user will be sure to
see it than in the echo area where it'll be overwritten soon after
(especially for multi-line messages).
> The warnings are quite a pain in the buffer, given that I would normally
> copy&paste the whole contents from there.
Any reason why you can't fix the problem so that CVS doesn't complain?
> A quick look at vc.el suggests that `vc-do-command' calls `start-
> process', directing stdout and stderr into the current buffer.
Yes, it's done on purpose because it seems like the best place to put
this info.
Stefan
next prev parent reply other threads:[~2008-04-04 14:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-04 11:42 VC shows stderr in target buffer David Reitter
2008-04-04 14:09 ` Stefan Monnier [this message]
2008-04-05 7:27 ` David Reitter
2008-04-05 14:31 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvzls9af38.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=david.reitter@gmail.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.