guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 3/6] build-system/emacs: Use 'emacs-minimal' as default emacs


From: Ludovic Courtès
Subject: Re: [PATCH 3/6] build-system/emacs: Use 'emacs-minimal' as default emacs for building.
Date: Thu, 19 May 2016 13:55:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Alex Kost <address@hidden> skribis:

> * guix/build-system/emacs.scm (default-emacs): Use 'emacs-minimal'.
> ---
>  guix/build-system/emacs.scm | 6 +-----
>  1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/guix/build-system/emacs.scm b/guix/build-system/emacs.scm
> index 017e6ef..995fce7 100644
> --- a/guix/build-system/emacs.scm
> +++ b/guix/build-system/emacs.scm
> @@ -49,11 +49,7 @@
>    "Return the default Emacs package."
>    ;; Lazily resolve the binding to avoid a circular dependency.
>    (let ((emacs-mod (resolve-interface '(gnu packages emacs))))
> -    ;; we use 'emacs' instead of 'emacs-no-x' because the latter appears not
> -    ;; to be loading some macros and causes problems to some packages.  For
> -    ;; example, with the latter AUCTeX gives the error message:
> -    ;; "(invalid-function dbus-ignore-errors)".
> -    (module-ref emacs-mod 'emacs)))
> +    (module-ref emacs-mod 'emacs-minimal)))

Can you confirm that AUCTeX is happy with this patch?

If yes, then OK for me.

Ludo’.



reply via email to

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