emacs-devel
[Top][All Lists]
Advanced

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

Re: Compiling Emacs from source for hacking on it


From: Philip Kaludercic
Subject: Re: Compiling Emacs from source for hacking on it
Date: Thu, 02 Jun 2022 10:52:47 +0000

Akib Azmain Turja <akib@disroot.org> writes:

> Eli Zaretskii <eliz@gnu.org> writes:
>
>>> From: Akib Azmain Turja <akib@disroot.org>
>>> Cc: emacs-devel@gnu.org
>>> Date: Tue, 31 May 2022 22:22:31 +0600
>>> 
>>> > If using "-Q" doesn't help, perhaps this is some problem with building
>>> > in a separate directory, in which case you could rebuild in-place and
>>> > try again.
>>> 
>>> Yes, adding -Q works.  But why it can't read my init file even when the
>>> whole file is commented?  Or is it expected?
>>
>> If using -Q solves the problem, look for the reason in your init files
>> or site-init files.  Also, maybe you have some installed packages that
>> get activated at startup?
>
> Ahh, I didn't thought about that.  Guix and package is loading autoloads
> which might cause it.  But interestingly, the "with-memoization is
> undefined" problem doesn't occur when I call temacs.

I also had issues with Guix, so I start Emacs using a little script I
have in ~/.local/bin with these contents

--8<---------------cut here---------------start------------->8---
#!/bin/sh
exec EMACSLOADPATH="" ~/Source/emacs/src/emacs "$@"
--8<---------------cut here---------------end--------------->8---

And everything works just fine.



reply via email to

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