From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; inhibit-startup-message not working as intended Date: Mon, 17 Mar 2008 09:05:20 -0400 Message-ID: References: <87zlsx36gc.fsf@thievol.homelinux.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205759271 26661 80.91.229.12 (17 Mar 2008 13:07:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Mar 2008 13:07:51 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 17 14:08:20 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JbF4X-0004Mb-JX for ged-emacs-devel@m.gmane.org; Mon, 17 Mar 2008 14:08:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JbF3x-0007DP-Uw for ged-emacs-devel@m.gmane.org; Mon, 17 Mar 2008 09:07:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JbF3u-0007DJ-Qu for emacs-devel@gnu.org; Mon, 17 Mar 2008 09:07:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JbF3s-0007CE-2Q for emacs-devel@gnu.org; Mon, 17 Mar 2008 09:07:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JbF3s-0007CB-0D for emacs-devel@gnu.org; Mon, 17 Mar 2008 09:07:32 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JbF3r-0008Jb-Hn for emacs-devel@gnu.org; Mon, 17 Mar 2008 09:07:31 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JbF3r-0007EW-Cl for emacs-pretest-bug@gnu.org; Mon, 17 Mar 2008 09:07:31 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JbF1l-0007kZ-HO for emacs-pretest-bug@gnu.org; Mon, 17 Mar 2008 09:05:24 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JbF1l-0007kL-8W for emacs-pretest-bug@gnu.org; Mon, 17 Mar 2008 09:05:21 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAOII3kdMCrTo/2dsb2JhbACnCYEK X-IronPort-AV: E=Sophos;i="4.25,512,1199682000"; d="scan'208";a="16135132" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 17 Mar 2008 09:05:20 -0400 Original-Received: from pastel.home ([76.10.180.232]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id XQW50620; Mon, 17 Mar 2008 09:05:20 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 29F708F79; Mon, 17 Mar 2008 09:05:20 -0400 (EDT) In-Reply-To: <87zlsx36gc.fsf@thievol.homelinux.org> (Thierry Volpiatto's message of "Mon, 17 Mar 2008 13:01:23 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:92823 gmane.emacs.pretest.bugs:21611 Archived-At: > --8<---------------cut here---------------start------------->8--- > Hello, since last update , (setq inhibit-startup-message t) or > (setq inhibit-startup-screen t) are not working as intended: > The startup message is inhibited ==> ok > The text in *scratch* is not erased. ==> ? > --8<---------------cut here---------------end--------------->8--- This was a change made on purpose. But indeed, it seems it's not mentioned in etc/NEWS. Could someone fix that? Stefan