From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M\. Szmidt" Newsgroups: gmane.emacs.devel Subject: inhibit-startup-message Date: Sat, 21 Jan 2006 01:19:40 +0100 Message-ID: <1137802780.604272.18936.nullmailer@Update.UU.SE> Reply-To: ams@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1137805721 22189 80.91.229.2 (21 Jan 2006 01:08:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Jan 2006 01:08:41 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 21 02:08:40 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 1F07F9-0007YT-BG for ged-emacs-devel@m.gmane.org; Sat, 21 Jan 2006 02:08:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F07Hf-0005F7-6S for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2006 20:11:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F06WT-0005b0-5E for emacs-devel@gnu.org; Fri, 20 Jan 2006 19:22:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F06WN-0005W6-UK for emacs-devel@gnu.org; Fri, 20 Jan 2006 19:22:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F06WM-0005Ug-Ls for emacs-devel@gnu.org; Fri, 20 Jan 2006 19:22:23 -0500 Original-Received: from [130.238.164.5] (helo=elvira.ekonomikum.uu.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F06ae-00044N-QV for emacs-devel@gnu.org; Fri, 20 Jan 2006 19:26:49 -0500 Original-Received: by elvira.ekonomikum.uu.se (Postfix, from userid 204) id 7217A908; Sat, 21 Jan 2006 01:19:45 +0100 (MEZ) Original-Received: from elvira.its.uu.se(127.0.0.1) by elvira.its.uu.se via virus-scan id s26685; Sat, 21 Jan 06 01:19:41 +0100 Original-Received: from Psilocybe.Update.UU.SE (Psilocybe.Update.UU.SE [130.238.19.25]) by elvira.ekonomikum.uu.se (Postfix) with ESMTP id 53C7D71E for ; Sat, 21 Jan 2006 01:19:41 +0100 (MEZ) Original-Received: from localhost (localhost [127.0.0.1]) by Psilocybe.Update.UU.SE (Postfix) with ESMTP id 3BE2044006 for ; Sat, 21 Jan 2006 01:19:41 +0100 (CET) Original-Received: from Psilocybe.Update.UU.SE ([127.0.0.1]) by localhost (Psilocybe.Update.UU.SE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18553-01-12 for ; Sat, 21 Jan 2006 01:19:40 +0100 (CET) Original-Received: from Update.UU.SE (Lem.Update.UU.SE [130.238.19.73]) by Psilocybe.Update.UU.SE (Postfix) with SMTP id AAF2144005 for ; Sat, 21 Jan 2006 01:19:40 +0100 (CET) Original-Received: (nullmailer pid 18937 invoked by uid 30270); Sat, 21 Jan 2006 00:19:40 -0000 Original-To: emacs-devel@gnu.org X-Virus-Scanned: Debian amavisd-new at Update.UU.SE 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:49343 Archived-At: When starting emacs with a .emacs that contains `(diary)', the diary entry gets quickly discared by `startup-echo-area-message'. 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). Anyone know what is going on?