all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: pjb@informatimago.com (Pascal J. Bourguignon)
To: help-gnu-emacs@gnu.org
Subject: Re: Remove minibuffer message after appending to file
Date: Tue, 06 Oct 2009 23:12:24 +0200	[thread overview]
Message-ID: <87ljjouszr.fsf@galatea.local> (raw)
In-Reply-To: 57c48752-76f4-438c-9325-0bb25cf6eae4@k41g2000vbt.googlegroups.com

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	other threads:[~2009-10-06 21:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-06  6:34 Remove minibuffer message after appending to file Sebastien
2009-10-06 12:12 ` Pascal J. Bourguignon
2009-10-06 20:23   ` Sebastien
2009-10-06 21:12     ` Pascal J. Bourguignon [this message]
2009-10-06 23:37 ` Glenn Morris
2009-10-07 19:28   ` Sebastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ljjouszr.fsf@galatea.local \
    --to=pjb@informatimago.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.