GNU bug report logs - #13208
23.3; startup.el: not possible to set inhibit-startup-echo-area-message for shared .emacs.el with different user names

Previous Next

Package: emacs;

Reported by: Ansgar Burchardt <ansgar <at> debian.org>

Date: Mon, 17 Dec 2012 16:56:01 UTC

Severity: wishlist

Tags: wontfix

Merged with 12370

Found in versions 23.3, 24.2.50

Done: Christopher Schmidt <christopher <at> ch.ristopher.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ansgar Burchardt <ansgar <at> debian.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 23.3;
	startup.el: not possible to set inhibit-startup-echo-area-message for
	shared .emacs.el with different user names
Date: Mon, 17 Dec 2012 11:56:40 +0100
The function display-startup-echo-area-message in startup.el checks that
inhibit-startup-echo-area-message is set in .emacs.el to a string
literal matching the user name. This makes is impossible to set the
option in a .emacs.el shared between different machines where I have
different user names.

It also breaks setting the option together with other options in the
same setq.

The documentation claims this is intended so that "thoughtless copying
of your init file will not inhibit the message for someone
else". However one can just add a

  (defun display-startup-echo-area-message () nil)

or

  (defun display-startup-echo-area-message () (message ""))

to ~/.emacs.el. This will also work after "thoughtless copying" so the
whole code making setting this option extra hard seems to be fairly
useless.

Ansgar

In GNU Emacs 23.3.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.10)
 of 2012-09-21 on batsu, modified by Debian




This bug report was last modified 11 years and 361 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.