From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Keeping an eye on byte-compilation warnings Date: Mon, 15 Aug 2011 09:46:10 +0200 Message-ID: <87sjp35d8d.fsf@gnu.org> References: <87y5ywif4d.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qsrrb-0005Qj-VX for emacs-orgmode@gnu.org; Mon, 15 Aug 2011 03:45:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qsrrb-0005wO-1R for emacs-orgmode@gnu.org; Mon, 15 Aug 2011 03:45:35 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:61432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qsrra-0005wK-IO for emacs-orgmode@gnu.org; Mon, 15 Aug 2011 03:45:34 -0400 Received: by wwf10 with SMTP id 10so3641993wwf.30 for ; Mon, 15 Aug 2011 00:45:33 -0700 (PDT) In-Reply-To: <87y5ywif4d.fsf@Rainer.invalid> (Achim Gratz's message of "Sun, 14 Aug 2011 10:14:42 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Achim Gratz Cc: emacs-orgmode@gnu.org 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 there are lots of unnecessary warnings. > > Thank you for bringing this up (again). A few comments: > > The function that calls org-agenda-todo probably belongs into > org-agenda. I moved `org-agenda-todo-yesterday' to org-agenda.el. I moved org-find-visible/invisible to org.el. Thanks! -- Bastien