emacs-devel
[Top][All Lists]
Advanced

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

Bootstrap broken with electric-pair-text-pairs error


From: chad
Subject: Bootstrap broken with electric-pair-text-pairs error
Date: Fri, 27 Dec 2013 12:47:24 -0800

Bootstrapping fails with:

Symbol's value as variable is void: electric-pair-text-pairs

For example:

cd ../lisp; /Applications/Xcode.app/Contents/Developer/usr/bin/make  compile-first EMACS="../src/bootstrap-emacs"
Compiling emacs-lisp/macroexp.el
Symbol's value as variable is void: electric-pair-text-pairs
make[3]: *** [emacs-lisp/macroexp.elc] Error 255
make[2]: *** [bootstrap-emacs] Error 2
make[1]: *** [src] Error 2
make: *** [bootstrap] Error 2

and

EMACSLOADPATH='.' '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp -l autoload \
   --eval "(setq generate-autoload-cookie \";;;###cal-autoload\")" \
   --eval "(setq generated-autoload-file (expand-file-name (unmsys--file-name \"calendar/cal-loaddefs.el\")))" \
   --eval "(setq make-backup-files nil)" \
   -f batch-update-autoloads ./calendar
Symbol's value as variable is void: electric-pair-text-pairs
make[2]: *** [calendar/cal-loaddefs.el] Error 255
make[1]: *** [../lisp/loaddefs.el] Error 2
make: *** [src] Error 2

I confess that I know basically nothing about autoload cookies and defcustoms, so I apologize if this is easily fixable on my side.

Thanks in advance,
~Chad



reply via email to

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