From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.help Subject: Re: Is it possible to start emacs w/o a split frame ? Date: Wed, 20 Feb 2019 18:34:00 +0100 Message-ID: <20190220173400.GB11320@tuxteam.de> References: <20190220121053.3a71d5e2@mistral> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DBIVS5p969aUjpLe" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="86571"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.5.21 (2010-09-15) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 20 18:48:40 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gwVz6-000MQp-M8 for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Feb 2019 18:48:40 +0100 Original-Received: from localhost ([127.0.0.1]:44665 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVz5-0004c2-I2 for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Feb 2019 12:48:39 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:47866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVkz-0001kh-IU for help-gnu-emacs@gnu.org; Wed, 20 Feb 2019 12:34:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwVky-0005SM-7C for help-gnu-emacs@gnu.org; Wed, 20 Feb 2019 12:34:05 -0500 Original-Received: from mail.tuxteam.de ([5.199.139.25]:53345) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwVkx-0005R1-Uz for help-gnu-emacs@gnu.org; Wed, 20 Feb 2019 12:34:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:To:Date; bh=JJRNwVAxryXJkG7C4iQSmuwgzrlxPT81GO0TZWIYT7I=; b=aT+vYaIqjEvmQD1P8Ql2eotZ8K1zsocE4l/AbNCW/67J/IyKWjebUB69cUEQ0YCvXHMm+v+s9vueCCJK5vbQEpDxnGO6e3w30AacvEO0K/yK/FWqiSajvMrxh4YEfMlzzT9Awi7sZdxcqWdFVt8luZwF1ScIZ8eqrPFABFnicrT37Ic5aBQywZflGozjuEth9O/2JOYvkR8g5mnxw8mB2uxIFrn+NY31ypcwKyTJSa6CWi06ZwoQvxVqnUjkIUCUFaFT1i38HZLRI6Efu6nDX0Tnwsrhw+WPagFBle/EkIqNC/hcXo8haeoWhTF8KoajkN80lrovlAlRCDQTMsL/sg==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.80) (envelope-from ) id 1gwVku-0003O8-Av for help-gnu-emacs@gnu.org; Wed, 20 Feb 2019 18:34:00 +0100 Content-Disposition: inline In-Reply-To: <20190220121053.3a71d5e2@mistral> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 5.199.139.25 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119492 Archived-At: --DBIVS5p969aUjpLe Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 20, 2019 at 12:10:53PM -0500, jonetsu wrote: > Hello, >=20 > Subject line says it all. emacs starts with its frame split > horizontally in two as on the top is the file being opened while the > bottom part being about Gnu. Is it possible to start emacs with just > one frame, the file to edit ? (setq inhibit-splash-screen t) in your init file (~/.emacs.d/init.el or wherever it lives). You can find out where yours is by querying the variable "user-init-file", e.g. C-h v user-init-file Cheers -- tom=C3=A1s --DBIVS5p969aUjpLe Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlxtj4gACgkQBcgs9XrR2kYGEgCeKBj3BgGEw4GT0JCLECWeQ6GX ObcAmgPQlA3gcBSKVeNZEaf5hxSJgy3b =tgI0 -----END PGP SIGNATURE----- --DBIVS5p969aUjpLe--