all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@web.de>
To: Matt McClure <matthewlmcclure@gmail.com>
Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>,
	XeCycle <XeCycle@gmail.com>
Subject: Re: First character beeps screen sometimes
Date: Sun, 11 Mar 2012 21:56:04 +0100	[thread overview]
Message-ID: <2D3A0C71-1242-4BD7-A4E2-C890334FB555@web.de> (raw)
In-Reply-To: <-6389656402380516812@unknownmsgid>


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          load neither ~/.emacs nor default.el
--no-site-file              do not load site-start.el
--no-site-lisp, -nsl        do not add site-lisp directories to load-path
--quick, -Q                 equivalent to:
                              -q --no-site-file --no-site-lisp --no-splash

Anyway, you could use this snippet to record in *Messages* buffer the files that are loaded. This has to be executed at first, maybe directly from the command line:

	(defadvice load (before debug-log activate)
	  (message "(Tipp von Kai G) Loade now: %s" (ad-get-arg 0)))


--
Greetings

  Pete

Give a man a fish, and you've fed him for a day. Teach him to fish, and you've depleted the lake.




  reply	other threads:[~2012-03-11 20:56 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-09 21:14 First character beeps screen sometimes Aaron Meurer
2012-03-09 21:23 ` Drew Adams
2012-03-09 22:03   ` Aaron Meurer
2012-03-10  7:26 ` XeCycle
2012-03-10 20:47   ` Aaron Meurer
2012-03-10 20:50     ` Aaron Meurer
2012-03-11  3:40       ` Aaron Meurer
2012-03-11  9:02         ` Peter Dyballa
2012-03-11 17:53           ` Matt McClure
2012-03-11 20:56             ` Peter Dyballa [this message]
2012-03-11 21:33               ` Aaron Meurer
2012-03-11 21:43                 ` Matt McClure
2012-03-11 22:39                   ` Aaron Meurer
2012-03-11 23:47                     ` Drew Adams
2012-03-12  0:11                       ` Aaron Meurer
2012-03-12  0:31                         ` Peter Dyballa
2012-03-12  2:15                           ` Aaron Meurer
2012-03-11 23:45                 ` Peter Dyballa
2012-03-13  3:01                 ` XeCycle
2012-03-13  3:58                   ` Aaron Meurer
2012-03-13  4:15                   ` Yaoyuan
2012-03-14 11:29                     ` XeCycle
2012-03-11 21:09             ` Aaron Meurer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2D3A0C71-1242-4BD7-A4E2-C890334FB555@web.de \
    --to=peter_dyballa@web.de \
    --cc=XeCycle@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=matthewlmcclure@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.