Re: [O] Keeping an eye on byte-compilation warnings

2011-08-19 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: In org-fixup-indentation: org.el:7368:32:Warning: reference to free variable `org-property-end-re' In org-set-property: org.el:14316:34:Warning: reference to free variable `fn' Both fixed, thanks! -- Bastien

Re: [O] Keeping an eye on byte-compilation warnings

2011-08-18 Thread Achim Gratz
Bastien b...@altern.org writes: Thanks for the heads up. I'll be more careful about this. In org-fixup-indentation: org.el:7368:32:Warning: reference to free variable `org-property-end-re' In org-set-property: org.el:14316:34:Warning: reference to free variable `fn' Regards, Achim. -- +[Q+

Re: [O] Keeping an eye on byte-compilation warnings

2011-08-15 Thread Bastien
Achim Gratz strom...@nexgo.de writes: John Wiegley jwieg...@gmail.com writes: Maybe we're all using different versions of Emacs, but I find that byte-compilation warnings keep increasing as time goes by. I'd like to ask people to compile their code before committing, to keep the build log

Re: [O] Keeping an eye on byte-compilation warnings

2011-08-15 Thread Bastien
Hi John, John Wiegley jwieg...@gmail.com writes: Maybe we're all using different versions of Emacs, but I find that byte-compilation warnings keep increasing as time goes by. I'd like to ask people to compile their code before committing, to keep the build log clean. It looks messy when

Re: [O] Keeping an eye on byte-compilation warnings

2011-08-14 Thread David Maus
At Sat, 13 Aug 2011 16:49:50 -0500, John Wiegley wrote: Maybe we're all using different versions of Emacs, but I find that byte-compilation warnings keep increasing as time goes by. I'd like to ask people to compile their code before committing, to keep the build log clean. It looks messy

Re: [O] Keeping an eye on byte-compilation warnings

2011-08-14 Thread Achim Gratz
John Wiegley jwieg...@gmail.com writes: Maybe we're all using different versions of Emacs, but I find that byte-compilation warnings keep increasing as time goes by. I'd like to ask people to compile their code before committing, to keep the build log clean. It looks messy when there are lots

Re: [O] Keeping an eye on byte-compilation warnings

2011-08-14 Thread Bastien
Hi John, John Wiegley jwieg...@gmail.com writes: lisp/org-list.el: In org-list-send-item: org-list.el:1456:56:Warning: Function `sort*' from cl package called at runtime I've fixed this one in d24a141. There was no reason to use sort* instead of sort. Thanks for this!

[O] Keeping an eye on byte-compilation warnings

2011-08-13 Thread John Wiegley
Maybe we're all using different versions of Emacs, but I find that byte-compilation warnings keep increasing as time goes by. I'd like to ask people to compile their code before committing, to keep the build log clean. It looks messy when there are lots of unnecessary warnings. Here's what I'm