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

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

Re: How to


From: Andreas Röhler
Subject: Re: How to
Date: Sun, 11 Oct 2009 10:11:23 +0200
User-agent: Thunderbird 2.0.0.19 (X11/20081227)

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.

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


Andreas

--
https://code.launchpad.net/s-x-emacs-werkstatt/
http://bazaar.launchpad.net/~a-roehler/python-mode/python-mode.el/





reply via email to

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