all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Philip Kaludercic <philipk@posteo.net>
To: Akib Azmain Turja <akib@disroot.org>
Cc: Eli Zaretskii <eliz@gnu.org>,  emacs-devel@gnu.org
Subject: Re: Compiling Emacs from source for hacking on it
Date: Thu, 02 Jun 2022 10:52:47 +0000	[thread overview]
Message-ID: <87y1yf2v7k.fsf@posteo.net> (raw)
In-Reply-To: <87czftshas.fsf@disroot.org> (Akib Azmain Turja's message of "Wed, 01 Jun 2022 00:11:55 +0600")

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.



  parent reply	other threads:[~2022-06-02 10:52 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-31 12:07 Compiling Emacs from source for hacking on it Akib Azmain Turja
2022-05-31 12:45 ` Po Lu
2022-05-31 13:35   ` tomas
2022-05-31 13:42     ` Ken Brown
2022-05-31 14:01       ` tomas
2022-05-31 14:02       ` Óscar Fuentes
2022-05-31 14:10         ` tomas
2022-05-31 14:18           ` Óscar Fuentes
2022-05-31 16:27   ` Akib Azmain Turja
2022-05-31 16:55     ` Lars Ingebrigtsen
2022-05-31 18:16       ` Akib Azmain Turja
2022-05-31 18:18         ` Lars Ingebrigtsen
2022-05-31 13:06 ` Eli Zaretskii
2022-05-31 13:43   ` Eli Zaretskii
2022-05-31 16:22   ` Akib Azmain Turja
2022-05-31 16:39     ` Eli Zaretskii
2022-05-31 18:11       ` Akib Azmain Turja
2022-05-31 18:30         ` Akib Azmain Turja
2022-05-31 19:22           ` Eli Zaretskii
2022-06-01  1:10             ` Akib Azmain Turja
2022-06-01  2:42               ` Eli Zaretskii
2022-06-01 11:26                 ` Akib Azmain Turja
2022-06-01 12:15                   ` Eli Zaretskii
2022-06-01 12:41                     ` Akib Azmain Turja
2022-06-01 13:03                       ` Akib Azmain Turja
2022-06-01 13:13                         ` Eli Zaretskii
2022-06-01 13:07                       ` Eli Zaretskii
2022-06-01 16:36                         ` Akib Azmain Turja
2022-06-01 17:23                           ` Eli Zaretskii
2022-06-02 10:52         ` Philip Kaludercic [this message]
2022-06-02 16:47           ` Akib Azmain Turja
2022-05-31 14:17 ` Andreas Schwab
2022-05-31 14:23   ` Visuwesh
2022-05-31 16:24     ` Akib Azmain Turja
2022-05-31 14:52   ` Michael Heerdegen
2022-05-31 16:24     ` Akib Azmain Turja
2022-05-31 16:25   ` Akib Azmain Turja

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=87y1yf2v7k.fsf@posteo.net \
    --to=philipk@posteo.net \
    --cc=akib@disroot.org \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /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.