From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.help Subject: Re: Emacs: Problems of the Scratch Buffer Date: Wed, 18 Apr 2012 20:15:20 +0200 Message-ID: References: <877gxdyo3w.fsf@dod.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1334773002 26061 80.91.229.3 (18 Apr 2012 18:16:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 18 Apr 2012 18:16:42 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: "Ludwig, Mark" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 18 20:16:42 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SKZQm-0005Ym-7q for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Apr 2012 20:16:40 +0200 Original-Received: from localhost ([::1]:41132 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKZQl-0008Sl-Jn for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Apr 2012 14:16:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKZQJ-00072V-4n for help-gnu-emacs@gnu.org; Wed, 18 Apr 2012 14:16:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SKZQB-0002ud-Vr for help-gnu-emacs@gnu.org; Wed, 18 Apr 2012 14:16:10 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:43735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKZQB-0002u0-My for help-gnu-emacs@gnu.org; Wed, 18 Apr 2012 14:16:03 -0400 Original-Received: by pbcup15 with SMTP id up15so9646729pbc.0 for ; Wed, 18 Apr 2012 11:16:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=4FSj4msvRvWF3MA0HH+9rv8605W3/vkfNsWgEnx3bCw=; b=pFVKoMZJEVLbWFoIQ9n2tSr2iSKI1bsOMD9Ywx+swbv4PbKnqaEX38N/nfvYVTuIdJ nxYEYE8MzdpYJwqjfjuRvKx9SGORShYsAP9BFlozoJnQhZbK58oylnZNcEdJNw0LxrGV VCsjGK7i9gp5RlV3ubBDef+fOOqxDwtWyc98KkwjsrwAuzduH4oIQBbHXP8lf0cpKF3J O80Jqu2LRdCJy092jBlDLVrB0vK9l6l07pemWkDrig7xkQn4qHJpll9rbfTeUOXjo6D+ M9bdxrvAOtfnKa6QUZ1XQwd+VphPd7uWszd1m2Afc0Q6qen+Z58z+c1IrkU1V8knYVHl V7fg== Original-Received: by 10.68.221.133 with SMTP id qe5mr8476896pbc.24.1334772960734; Wed, 18 Apr 2012 11:16:00 -0700 (PDT) Original-Received: by 10.142.204.14 with HTTP; Wed, 18 Apr 2012 11:15:20 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84500 Archived-At: On Wed, Apr 18, 2012 at 19:33, Ludwig, Mark wrote= : > At the moment, "emacs -Q" (23.1 on Windows) is dropping me into *scratch*= ... If it hurts, don't do that. emacs --help ... --quick, -Q equivalent to: -q --no-site-file --no-site-lisp --no-splash ... so it's no surprise that you don't see the splash screen. Try emacs -q --no-site-file --no-site-lisp =C2=A0 =C2=A0 Juanma