all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sebastien <us021121@yahoo.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Remove minibuffer message after appending to file
Date: Tue, 6 Oct 2009 13:23:18 -0700 (PDT)	[thread overview]
Message-ID: <57c48752-76f4-438c-9325-0bb25cf6eae4@k41g2000vbt.googlegroups.com> (raw)
In-Reply-To: 7cd450en67.fsf@pbourguignon.lefevre.anevia.com

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)...





  reply	other threads:[~2009-10-06 20:23 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 [this message]
2009-10-06 21:12     ` Pascal J. Bourguignon
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=57c48752-76f4-438c-9325-0bb25cf6eae4@k41g2000vbt.googlegroups.com \
    --to=us021121@yahoo.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.