help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running emacs without any customisation


From: uzibalqa
Subject: Re: Running emacs without any customisation
Date: Mon, 10 Oct 2022 11:54:43 +0000

------- Original Message -------
On Monday, October 10th, 2022 at 11:46 AM, Thibaut Verron 
<thibaut.verron@gmail.com> wrote:


> Hi,
> 
> So I see two things here.
> 
> First, even with an empty .emacs, just running emacs might not the
> equivalent of "emacs -Q", as it will still load the system-wide
> configuration files (the "site-elisp").
> 
> Second, running emacs with an empty .emacs should not result in a black
> background. The cause is almost certainly in the xepty.el file where all
> the functions and variables used here are (I hope) defined.

(xepty 'nogo) should not even load "xepty.el".  Hom can one figure out 
what "site-elisp" could be doing?

 
> On 10/10/2022 13:36, uzibalqa wrote:
> 
> > I have the following in my .emacs file. Calling (xepty 'nogo) should
> > not execute anything. But when I run emacs, I get a black background.
> > 
> > I thought I would get the equivalent of "emacs -Q".
> > 
> > (defun xepty (&optional statck)
> > "Launch xepty tools for Emacs."
> > 
> > (unless (equal statck 'nogo)
> > (add-to-list 'load-path "${HOME}/xepty/")
> > (load "xepty")
> > (xepty-tools)))
> > 
> > (xepty 'nogo)
> > 
> > (custom-set-variables
> > '(savehist-additional-variables '(xepty-frame-pos))
> > '(xepty-frame-pos '(34 . 34)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]