help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to


From: Decebal
Subject: Re: How to
Date: Sun, 11 Oct 2009 09:20:31 -0700 (PDT)
User-agent: G2/1.0

On Oct 11, 10:11 am, Andreas Röhler <andreas.roeh...@easy-emacs.de>
wrote:
> Decebal wrote:
> > On Oct 10, 10:57 pm, Decebal <cldwester...@gmail.com> wrote:
> >>>>     Wrote /home/cecil/temp/inputEmacs
> >> I still have to find something for this.
>
> > That is not possible I am afraid. In the C-source there is a call to
> > message_with_string.
>
> AFAIS it's that piece of code in files.el
>
>     message_with_string ((INTEGERP (append)
>                           ? "Updated %s"
>                           : ! NILP (append)
>                           ? "Added to %s"
>                           : "Wrote %s"),
>                          visit_file, 1);
>
> Looks like a twofold "if", where the second "else"
> should not be executed in your case.
>
> Should be possible to add an option "--quiet" to batch
> mode, thus suppressing these messages.

'emacs --quiet' is possible, but 'emacs --quiet -batch' or 'emacs -
batch --quiet' gives:
    Unknown option `--quiet'


> If it's that urgend for you, deleting the second "else"
> and recompile might be an option to for the moment.

I'll prefer the redirect to /dev/null. Otherwise the code only runs on
my system.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]