From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: inhibit-startup-message Date: Sat, 21 Jan 2006 09:39:41 -0600 (CST) Message-ID: <200601211539.k0LFdf925765@raven.dms.auburn.edu> References: <1137802780.604272.18936.nullmailer@Update.UU.SE> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1137864926 15737 80.91.229.2 (21 Jan 2006 17:35:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Jan 2006 17:35:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 21 18:35:24 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F0Me1-0005os-Pe for ged-emacs-devel@m.gmane.org; Sat, 21 Jan 2006 18:35:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0MeI-00036j-8g for ged-emacs-devel@m.gmane.org; Sat, 21 Jan 2006 12:35:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F0Kvu-0000ad-HF for emacs-devel@gnu.org; Sat, 21 Jan 2006 10:45:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F0Kvo-0000Z7-Uz for emacs-devel@gnu.org; Sat, 21 Jan 2006 10:45:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0Kvn-0000Yu-Ep for emacs-devel@gnu.org; Sat, 21 Jan 2006 10:45:36 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F0L0A-00040v-Te; Sat, 21 Jan 2006 10:50:07 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.13.3+Sun/8.13.3) with ESMTP id k0LFgnF7017742; Sat, 21 Jan 2006 09:42:49 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id k0LFdf925765; Sat, 21 Jan 2006 09:39:41 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: ams@gnu.org In-reply-to: <1137802780.604272.18936.nullmailer@Update.UU.SE> (ams@gnu.org) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.1 (manatee.dms.auburn.edu [131.204.53.104]); Sat, 21 Jan 2006 09:42:49 -0600 (CST) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:49356 Archived-At: Alfred Szmidt wrote: When starting emacs with a .emacs that contains `(diary)', the diary entry gets quickly discared by `startup-echo-area-message'. I can not reproduce this with a .emacs containing only: (blink-cursor-mode 0) (diary) Today's diary entry gets shown in a pop-up window. So either this has been fixed in the meantime, or some other customization you made causes this. Setting `inhibit-startup-message' doesn't do the trick either (it seems to do nothing at all, don't even see anything in the *Messages* buffer). It should not really have anything to do with the problem, but if you want to get rid of startup-echo-area-message, should you not set `inhibit-startup-echo-area-message' instead of `inhibit-startup-message'? Sincerely, Luc.