Achim Gratz writes:
> Requiring htmlfontify seems to spawn a shell while byte-compiling
> please consider removing the rquire statement and replacing with the
> appropriate declarations.
Done.
--
Jambunathan K writes:
> I pushed one more fix which does a (require 'htmlfontify nil t) instead
> of (require 'htmlfontify).
Requiring htmlfontify seems to spawn a shell while byte-compiling (I've
not looked further into why it would do this). That makes is a bit
difficult to set up correctly wh
Jambunathan K writes:
> I pushed one more fix which does a (require 'htmlfontify nil t) instead
> of (require 'htmlfontify).
Indeed, thanks!
--
Bastien
Bastien writes:
> Jambunathan K writes:
>
>> Don't you have htmlfontify.el in your version of Emacs? I thought it is
>> part of regular Emacs. Could you please check why this is so? May be
>> some adjustment of load path is required or htmlfontify.el has to be
>> installed.
>
> htmlfontify.el is
Jambunathan K wrote:
> Martyn Jago writes:
>
> > Commit 6f8ea8e breaks the build.
> > ...
> ...
> Don't you have htmlfontify.el in your version of Emacs? I thought it is
> part of regular Emacs. Could you please check why this is so? May be
> some adjustment of load path is required or htmlfon
Jambunathan K writes:
> Don't you have htmlfontify.el in your version of Emacs? I thought it is
> part of regular Emacs. Could you please check why this is so? May be
> some adjustment of load path is required or htmlfontify.el has to be
> installed.
htmlfontify.el is part of Emacs since version
Hi Jambunathan
Jambunathan K writes:
> Martyn Jago writes:
>
>> Commit 6f8ea8e breaks the build.
>
>>> make clean
>>> make
>>
>> ...returns the error:
>>
>>
>> emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name
>> \"./lisp/\") (cons \"/usr/local/share/emacs/site-lisp
Martyn Jago writes:
> Commit 6f8ea8e breaks the build.
>> make clean
>> make
>
> ...returns the error:
>
>
> emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name
> \"./lisp/\") (cons \"/usr/local/share/emacs/site-lisp\" load-path)))" -f
> batch-byte-compile lisp/org-odt
Commit 6f8ea8e breaks the build.
> make clean
> make
...returns the error:
--8<---cut here---start->8---
emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name
\"./lisp/\") (cons \"/usr/local/share/emacs/site-lisp\" load-path)))" -f
b