|
| From: | Uday S Reddy |
| Subject: | Re: Can I use write-region without output to the mini-buffer |
| Date: | Tue, 04 May 2010 15:48:05 -0000 |
| User-agent: | Thunderbird 2.0.0.24 (Windows/20100228) |
Cecil Westerhof wrote:
I use write-region to append a string to a file:
(write-region message nil file-name t)
What I do not like is that it outputs something like
Added to /home/cecil/.gnus.d/logging/2010-04-07
to the mini-buffer. Is there a way to circumvent this? Because this
overwrites what is in the mini-buffer and I do not like that.
How about this trick?
http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/178e901350723b90#
Cheers,
Uday
| [Prev in Thread] | Current Thread | [Next in Thread] |