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

2011-08-19 Thread Bastien
Hi Achim, Achim Gratz 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 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+ Matrix-12 WAVE

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

2011-08-15 Thread Bastien
Hi John, John Wiegley 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 of

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

2011-08-15 Thread Bastien
Achim Gratz writes: > John Wiegley 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 t

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

2011-08-14 Thread Bastien
Hi John, John Wiegley 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! > lisp/org-table.

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

2011-08-14 Thread Achim Gratz
John Wiegley 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 of unnecessary

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

2011-08-13 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 mess

[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 se