Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-23 Thread Jambunathan K
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. --

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-14 Thread Achim Gratz
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

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Bastien
Jambunathan K writes: > I pushed one more fix which does a (require 'htmlfontify nil t) instead > of (require 'htmlfontify). Indeed, thanks! -- Bastien

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Jambunathan K
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

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Nick Dokos
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

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Bastien
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

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Martyn Jago
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

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Jambunathan K
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

[O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Martyn Jago
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