Uwe Brauer <[email protected]> writes: > On 11/16/2014 11:25 PM, Mosè Giordano wrote: > > Hi Matthew, > > 2014-11-16 17:05 GMT+01:00 Matthew Leach <[email protected]>: >> Hi Mosè, >> >> Thanks for the review. >> >> Mosè Giordano <[email protected]> writes: >>> Hi Matthew, >>> >>> there are still some references to files in "preview/" directory >>> inside Makefile.in, rules "xemacs-package" >> >> I've just tried to run: >> >> $ make xemacs-package TAG=11.88 >> >> and failed with: >> >> --8<---------------cut here---------------start------------->8--- >> Compiling /home/matthew/Development/auctex/xemacs-build/tex-jp.el... >> While compiling toplevel forms in file >> /home/matthew/Development/auctex/xemacs-build/tex-jp.el: >> !! Symbol's value as variable is void ((hack-one-local-variable)) >>>>Error occurred processing tex-jp.el: Symbol's value as variable is void: >>>>hack-one-local-variable >> >> Done >> Makefile:158: recipe for target 'lisp' failed >> make[1]: *** [lisp] Error 1 >> --8<---------------cut here---------------end--------------->8--- >> >> I get the same error with and without my patches applied. Did you have >> any problems making an xemacs package for the 11.88 release? > > No, I had no problem. Which version of XEmacs do you use? I have 21.4.22. > > Hi
Hi Uwe, > > > this is a mule problem. I bet Matthew is using a non mule xemacs Thanks for the suggestion, I'm pretty sure I have an xemacs with MULE support, though. Output from config.log: --8<---------------cut here---------------start------------->8--- configure:2197: checking for MULE support /usr/bin/xemacs -batch -eval (let* ((x (condition-case nil (require 'mule ) (error (prog1 nil (message "mule not found")))))) (write-region (if (stringp x) x (prin1-to-string x)) nil "./conftest-22439")) Wrote /home/matthew/Development/auctex/xemacs-build/conftest-22439 => mule configure:2231: result: yes --8<---------------cut here---------------end--------------->8--- -- Matt _______________________________________________ auctex-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-devel
