|
| From: | Cecil Westerhof |
| Subject: | Can I use write-region without output to the mini-buffer |
| Date: | Tue, 04 May 2010 15:48:04 -0000 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
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.
--
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof
| [Prev in Thread] | Current Thread | [Next in Thread] |