all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: <tomas@tuxteam.de>
To: help-gnu-emacs@gnu.org
Subject: Re: silent messages
Date: Wed, 16 Dec 2020 18:05:05 +0100	[thread overview]
Message-ID: <20201216170505.GA29727@tuxteam.de> (raw)
In-Reply-To: <875z51vro7.fsf@zoho.eu>

[-- Attachment #1: Type: text/plain, Size: 1194 bytes --]

On Wed, Dec 16, 2020 at 01:52:56PM +0100, Emanuel Berg via Users list for the GNU Emacs text editor wrote:
> Aaah, this was nice:
> 
>   (setq echo-keystrokes 0)
> 
> But how can I make Emacs even more silent?
> 
> For example, how can I inhibit/suppress the annoying and (for
> me) meaningless
> 
>   Auto-saving...done
>   Mark set
>   Quit
> 
> ?

At least to one of those I can offer an answer. Quoth the Emacs
manual:

    18.6 Auto-Saving: Protection Against Disasters
    ==============================================
    
    [...]

    When Emacs determines that it is time for auto-saving [...]
    When the ‘auto-save-no-message’ variable is set to ‘nil’
    (the default), the message ‘Auto-saving...’ is displayed
    in the echo area during auto-saving, if any files are actually
    auto-saved; to disable these messages, customize the variable
    to a non-‘nil’ value.  Errors occurring during auto-saving
    are caught so that they do not interfere with the execution of
    commands you have been typing.

So set (or customize) `auto-save-no-message'. Found by searching
for `message' in the Emacs manual.

Cheers
 - t

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2020-12-16 17:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-16 12:52 silent messages Emanuel Berg via Users list for the GNU Emacs text editor
2020-12-16 17:05 ` tomas [this message]
2020-12-18 14:30   ` Emanuel Berg via Users list for the GNU Emacs text editor

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=20201216170505.GA29727@tuxteam.de \
    --to=tomas@tuxteam.de \
    --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.