all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* silent messages
@ 2020-12-16 12:52 Emanuel Berg via Users list for the GNU Emacs text editor
  2020-12-16 17:05 ` tomas
  0 siblings, 1 reply; 3+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2020-12-16 12:52 UTC (permalink / raw)
  To: help-gnu-emacs

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

?

TIA

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: silent messages
  2020-12-16 12:52 silent messages Emanuel Berg via Users list for the GNU Emacs text editor
@ 2020-12-16 17:05 ` tomas
  2020-12-18 14:30   ` Emanuel Berg via Users list for the GNU Emacs text editor
  0 siblings, 1 reply; 3+ messages in thread
From: tomas @ 2020-12-16 17:05 UTC (permalink / raw)
  To: help-gnu-emacs

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: silent messages
  2020-12-16 17:05 ` tomas
@ 2020-12-18 14:30   ` Emanuel Berg via Users list for the GNU Emacs text editor
  0 siblings, 0 replies; 3+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2020-12-18 14:30 UTC (permalink / raw)
  To: help-gnu-emacs

tomas wrote:

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

Great, thanks!

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-18 14:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-16 12:52 silent messages Emanuel Berg via Users list for the GNU Emacs text editor
2020-12-16 17:05 ` tomas
2020-12-18 14:30   ` Emanuel Berg via Users list for the GNU Emacs text editor

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.