From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Aaron Meurer Newsgroups: gmane.emacs.help Subject: Re: First character beeps screen sometimes Date: Sun, 11 Mar 2012 16:39:53 -0600 Message-ID: References: <87sjhgex1h.fsf@Gmail.com> <-6389656402380516812@unknownmsgid> <2D3A0C71-1242-4BD7-A4E2-C890334FB555@web.de> <28633185894482899@unknownmsgid> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1331505629 3847 80.91.229.3 (11 Mar 2012 22:40:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 11 Mar 2012 22:40:29 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" , XeCycle To: Matt McClure Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 11 23:40:27 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 1S6rRB-0006nc-Tx for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Mar 2012 23:40:26 +0100 Original-Received: from localhost ([::1]:38068 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6rRA-00043q-Sb for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Mar 2012 18:40:24 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6rR5-00043l-FK for help-gnu-emacs@gnu.org; Sun, 11 Mar 2012 18:40:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S6rR1-0003Ll-Bq for help-gnu-emacs@gnu.org; Sun, 11 Mar 2012 18:40:19 -0400 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:36798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6rR1-0003Lg-5c for help-gnu-emacs@gnu.org; Sun, 11 Mar 2012 18:40:15 -0400 Original-Received: by ggeq1 with SMTP id q1so2414895gge.0 for ; Sun, 11 Mar 2012 15:40:13 -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=YNV5Hsvbw9lsT3bel8PPIkcPJt2c2sZB9zh6lyKfByc=; b=PbD7r30lbHt+xmyHsSloAzQdF8OPP/zCvDVFZ60Qh4hSCGFBJdhIFF+MOwU4ER31yh k90DcqsptN86uhsI33bmGeJJhVZwUyUnDihDuaxj7PCqdtyZB0sDLv8c9ImqPw7S75ZW XgfaEbQ2XBuE9JpCJPr7wOrMw4/+R0jqjZSboA8iA7YON/mdn6FfxsqJ9z3vuU/2STjD 8Ap2Ho8gthV/y69cB0GCU9PbgyCzKtnGI1Jq9OcIG3UkqA/U/8GMHMT3nZys80bP0NdL xoB8uqSOf71rafPr4vJfrpHftoyg1X0ApNfr0FjIRslAd4dbYEdE994afr8f6gMiN0jS znbA== Original-Received: by 10.60.19.33 with SMTP id b1mr5639235oee.35.1331505613277; Sun, 11 Mar 2012 15:40:13 -0700 (PDT) Original-Received: by 10.182.203.97 with HTTP; Sun, 11 Mar 2012 15:39:53 -0700 (PDT) In-Reply-To: <28633185894482899@unknownmsgid> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.161.169 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:84009 Archived-At: The answer is (setq inhibit-splash-screen t) (in your .emacs file), in case anyone is interested. Aaron Meurer On Sun, Mar 11, 2012 at 3:43 PM, Matt McClure w= rote: > M-x apropos RET splash.*screen RET > > Matt McClure > http://matthewlmcclure.com > http://www.mapmyfitness.com/profile/matthewlmcclure > > On Mar 11, 2012, at 11:34 AM, Aaron Meurer wrote: > >> On Sun, Mar 11, 2012 at 2:56 PM, Peter Dyballa wr= ote: >>> >>> Am 11.3.2012 um 18:53 schrieb Matt McClure: >>> >>>> --no-site-file would eliminate that variable, correct? >>> >>> And only this file. As you wrote your own init file, made non-existing = with -q, is OK, so it could be the system's init file that causes beeping. = But it can also be that somewhere in the site Lisp directory inappropriate = files are lying around. Developing GNU Emacs 24 has more specific options: >>> >>> --no-init-file, -q =A0 =A0 =A0 =A0 =A0load neither ~/.emacs nor default= .el >>> --no-site-file =A0 =A0 =A0 =A0 =A0 =A0 =A0do not load site-start.el >>> --no-site-lisp, -nsl =A0 =A0 =A0 =A0do not add site-lisp directories to= load-path >>> --quick, -Q =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 equivalent to: >>> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0-q --no-site= -file --no-site-lisp --no-splash >> >> This is it! =A0--no-splash removes the problem. =A0Apparently, the splas= h >> screen is "loaded" even though I can't see it, and takes up the first >> keypress. >> >> Fortunately, this is easy to work-around. =A0I just have to disable the >> splash screen in my .emacs file. =A0Any idea how to do this btw (I >> didn't find a setting for it in M-x customize)? >> >> Should I M-x report-emacs-bug this? >> >> Aaron Meruer >> >>> >>> Anyway, you could use this snippet to record in *Messages* buffer the f= iles that are loaded. This has to be executed at first, maybe directly from= the command line: >>> >>> =A0 =A0 =A0 =A0(defadvice load (before debug-log activate) >>> =A0 =A0 =A0 =A0 =A0(message "(Tipp von Kai G) Loade now: %s" (ad-get-ar= g 0))) >>> >>> >>> -- >>> Greetings >>> >>> =A0Pete >>> >>> Give a man a fish, and you've fed him for a day. Teach him to fish, and= you've depleted the lake. >>>