Alex Kost <[email protected]> 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’.
