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

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

Re: Remove minibuffer message after appending to file


From: Pascal J. Bourguignon
Subject: Re: Remove minibuffer message after appending to file
Date: Tue, 06 Oct 2009 23:12:24 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.3 (darwin)

Sebastien <us021121@yahoo.com> writes:

> On Oct 6, 2:12 pm, p...@informatimago.com (Pascal J. Bourguignon)
> wrote:
>> Sebastien <us021...@yahoo.com> writes:
>> > Is it possible to remove the text
>>
>> > "Added to <filename>"
>>
>> > which appears in the minibuffer after appending text to a file via
>>
>> > (append-to-file min max filename)
>> > or
>> > (write-region min max filename t)  ?
>>
>> Yes, call (message "")
>>
>> (progn
>>   (or (append-to-file min max filename)
>>       (write-region min max filename t))
>>   (message ""))
>>
>> --
>> __Pascal Bourguignon__
>
> With  (message "") , the "Added to ..." text is overwritten and
> therefore not visible.
> It would be great if the text is not written at all  (with emacs -Q
> startup, the text still appears)...

You know enough, and have enough freedom, to make it so.  Why are you
asking?  Do you want an official permission?  What form would it take?
Would a copy of the GPL printed on parchment and signed by Richard
Stallman be enough?  Would it have to be hand caligraphied by him?
Written with his own blood?


-- 
__Pascal Bourguignon__


reply via email to

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