From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.devel Subject: Avoiding the cover page - emacs 28 Date: Fri, 17 Jan 2020 08:28:13 -0500 Organization: Still searching... Message-ID: <87v9paw6tu.fsf@local.lan> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="119380"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Cancel-Lock: sha1:6HxdUv1JTHH/xhAx7civuvwkYn8= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 17 14:39:31 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1isRqV-000Uua-LP for ged-emacs-devel@m.gmane-mx.org; Fri, 17 Jan 2020 14:39:31 +0100 Original-Received: from localhost ([::1]:57422 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1isRqU-00014K-9Q for ged-emacs-devel@m.gmane-mx.org; Fri, 17 Jan 2020 08:39:30 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49562) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1isRpX-0008Cp-Rl for emacs-devel@gnu.org; Fri, 17 Jan 2020 08:38:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1isRpT-0003Et-BV for emacs-devel@gnu.org; Fri, 17 Jan 2020 08:38:31 -0500 Original-Received: from ciao.gmane.io ([159.69.161.202]:47948) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1isRpT-0003D2-5b for emacs-devel@gnu.org; Fri, 17 Jan 2020 08:38:27 -0500 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1isRfd-000HZP-Q7 for emacs-devel@gnu.org; Fri, 17 Jan 2020 14:28:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 159.69.161.202 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:244305 Archived-At: I'd like to avoid the cover page emacs displays when I open it. even with an argument like `~/' or `.' emacs opens with 2 screens, the bottom one showing the Coverpage and the top showing the opened argument. I have this in site-start.el (tool-bar-mode -1) (tooltip-mode -1) (menu-bar-mode -1) There must be something more needed.