From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Avoiding the cover page - emacs 28 Date: Fri, 17 Jan 2020 18:35:28 -0500 Message-ID: References: <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="43562"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Harry Putnam Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 18 00:36:09 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 1isb9s-000BIh-Vi for ged-emacs-devel@m.gmane-mx.org; Sat, 18 Jan 2020 00:36:08 +0100 Original-Received: from localhost ([::1]:35652 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1isb9s-0006pT-1W for ged-emacs-devel@m.gmane-mx.org; Fri, 17 Jan 2020 18:36:08 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34587) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1isb9N-0006Mc-5p for emacs-devel@gnu.org; Fri, 17 Jan 2020 18:35:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1isb9J-0001vk-TJ for emacs-devel@gnu.org; Fri, 17 Jan 2020 18:35:36 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:24243) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1isb9J-0001vM-Md for emacs-devel@gnu.org; Fri, 17 Jan 2020 18:35:33 -0500 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id C607044054F; Fri, 17 Jan 2020 18:35:32 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 0E514440544; Fri, 17 Jan 2020 18:35:31 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1579304131; bh=dfRJW7kV7HxEloKxMMHFRk+pNOCAYQg9eRnQf8Uljz4=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=b5Jb/pcyvhtq+2qDlUwOLg1lzR+77x+j4n0Lpv6zKzT3FQcNffL7wPJifeC5NDK5F luRYYPPkQZkhQEDChtyznC/iwDXiF7uzAmp4Gl0/ufghiThw5vU1qCfBZerD/Jh8jG ro8Jy+21XDoO+kkduWBptOiOZc/OIs7Anxj67z1AuKWpuP0FBeyV80VGb1nVRDPl3p AhvavqIIxOQlDaPv18aFG1N0EMktwWfx/sGIlB/+dbEycKPr3gY32k0O+4pSkhokYS 7nNxZ/KSUq2ZlswQZpOKkRfVaFKlGtQxR7u6FFe2r9r2266KwVyGJ4JOJ4WBfyxGpM gZcMFdS5EA7Fg== Original-Received: from pastel (unknown [45.72.156.100]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id BEB8F12096F; Fri, 17 Jan 2020 18:35:30 -0500 (EST) In-Reply-To: <87v9paw6tu.fsf@local.lan> (Harry Putnam's message of "Fri, 17 Jan 2020 08:28:13 -0500") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 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:244314 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. Have you tried to read that "coverpage" and click on the button for that purpose there? Stefan