From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Question: Emacs splash buffer? Date: Sun, 08 Oct 2023 08:05:30 +0300 Message-ID: <837cnxzoth.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32802"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 08 07:09:13 2023 Return-path: Envelope-to: geh-help-gnu-emacs@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 1qpM2S-0008LA-Qo for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 08 Oct 2023 07:09:12 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qpM1h-0008KF-QF; Sun, 08 Oct 2023 01:08:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qpLz5-000840-56 for help-gnu-emacs@gnu.org; Sun, 08 Oct 2023 01:05:44 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qpLz4-0000qU-Sz for help-gnu-emacs@gnu.org; Sun, 08 Oct 2023 01:05:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=lFzix2A3PjNOC3GbIu0po15zSh5Wa69hRgNqpl8FKE0=; b=GlNPwufj/afQ Ww8ETe2Dnxr6sZv00Zah5fEqPySjOPJl9jh3vTSC/l2wKsSZRtS885B+hgdyrhqauxaiLLbjnX4y9 jIm0Mx7C9tmcgtPC+t9mTTSqL4Zelb4pUqPc6OH1ufLHTxybqbaetL8op8kOEgWacA7DeLu0jyfEC l6twK8yS2P1wcA9Y989M7OWmamHvUZvyQMQsbfH/Xd2bISGCbVhPAV9DvAqIWsHranRTewssZvXKx 5TRBVbSEMAx++UlDXSS7PmBoVL4ik2EICP/sp5QpaIkBdWWOVUQ0wnILPygBJZuL5TuUxSVpdifkg H/BiuVMKMIz4uljN5p5yQA==; In-Reply-To: (message from David Masterson on Sat, 07 Oct 2023 16:08:30 -0700) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145249 Archived-At: > From: David Masterson > Date: Sat, 07 Oct 2023 16:08:30 -0700 > > I just moved from one Chromebook to another. I'm using Emacs 27.1 and > Debian Buster. All of my setup is the same. The one change I noticed > is that the Gnu Emacs logo doesn't come up in the splash buffer, but the > text portion of the buffer is fine. The only thing I can think of is > the display on the new system isn't quite as big (almost...) and Emacs > is making a decision to not show the logo so that all the words are > visible on the initial buffer. > > Is that correct or is there another reason? Probably correct. What does M-: (use-fancy-splash-screens-p) RET produce if you invoke it after starting "emacs -q"?