From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Corwin Brust Newsgroups: gmane.emacs.devel Subject: Re: Avoiding the cover page - emacs 28 Date: Fri, 17 Jan 2020 07:41:24 -0600 Message-ID: References: <87v9paw6tu.fsf@local.lan> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000c766cf059c5619c8" Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="15331"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Harry Putnam Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 17 14:45:20 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 1isRw8-0003kA-G1 for ged-emacs-devel@m.gmane-mx.org; Fri, 17 Jan 2020 14:45:20 +0100 Original-Received: from localhost ([::1]:57548 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1isRw6-0007hW-Ot for ged-emacs-devel@m.gmane-mx.org; Fri, 17 Jan 2020 08:45:18 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50052) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1isRsc-0003iQ-NV for emacs-devel@gnu.org; Fri, 17 Jan 2020 08:41:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1isRsY-0005ZZ-Rl for emacs-devel@gnu.org; Fri, 17 Jan 2020 08:41:42 -0500 Original-Received: from mail-ed1-f44.google.com ([209.85.208.44]:33633) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1isRsY-0005Yb-Kl for emacs-devel@gnu.org; Fri, 17 Jan 2020 08:41:38 -0500 Original-Received: by mail-ed1-f44.google.com with SMTP id r21so22311874edq.0 for ; Fri, 17 Jan 2020 05:41:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=B2WS5CuQKXwl3629cd7OQP7ImjgN54+RIoIVQ9F38IM=; b=n6TqU110iwf858bP0Cnv8Nkg3pboD94fQFgycrvDj3+DG1S3hNxmmGidI0uHaiJl9J cn4MDH0HpeNhQfIAI+WNIQllj+IDLeFHYZGzAJ1fxSQ9SppyAA5v7ZsKVXQqaYLs/CNY MeMdEy8ItTq0JHoaoR9FODFi3rh3CxfENiMBMWdW+pKx5FbX1HQJmpiDQL4eNpvZUA3J 7L88zYR5R83up1zAA4IMU2HOSLXRLU/hda1rUt/GUbA1uWSXuer+ud4t2o8gz7k22HOm Coj+RLoO4s6NNOHe6Vcagty3GS1q4HcYHkMZB5JeUP/4Aw/gXWnW3MFj8KJrpfbcgjn9 38LQ== X-Gm-Message-State: APjAAAVbbCqv1E42yEh57ZGSU8oNLr4WgG+sWY1axN4Y6TWKdCY5kibb 6Mq6RwvinbAhwJJt6SDPtJprsZVtChPGIplQNI4= X-Google-Smtp-Source: APXvYqx+vAngEicqq9h6PKWCzfLbm3MPUh0Lu5tpD219BSpVMEfSs9vXLcK+6vvsvM5cGXE4S3cn6IkotkEpGQT/b84= X-Received: by 2002:a17:906:a48:: with SMTP id x8mr7634233ejf.188.1579268497170; Fri, 17 Jan 2020 05:41:37 -0800 (PST) In-Reply-To: <87v9paw6tu.fsf@local.lan> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.208.44 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:244306 Archived-At: --000000000000c766cf059c5619c8 Content-Type: text/plain; charset="UTF-8" I think you want (inhibit-splash-screen t) On Fri, Jan 17, 2020, 07:38 Harry Putnam wrote: > 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. > > > --000000000000c766cf059c5619c8 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I think you want

(inhibit-splash-screen t)

On Fri, Jan 17, 2020, 07:38 Harry Putna= m <reader@newsguy.com> wrot= e:
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=C2=A0 site-start.el

(tool-bar-mode -1)
(tooltip-mode -1)
(menu-bar-mode -1)

There must be something more needed.


--000000000000c766cf059c5619c8--