From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos <nicholas.dokos@hp.com> Subject: Re: Compilation problem Date: Mon, 10 Sep 2012 16:27:03 -0400 Message-ID: <7208.1347308823@alphaville.americas.hpqcorp.net> References: <m2pq5u2h8h.fsf@top.irisa.fr> <5986.1347306768@alphaville.americas.hpqcorp.net> <87wr01hc4f.fsf@Rainer.invalid> <87lighr5xf.fsf@altern.org> <87pq5thbno.fsf@Rainer.invalid> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([208.118.235.92]:56171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <nicholas.dokos@hp.com>) id 1TBAZc-0004Ri-9j for emacs-orgmode@gnu.org; Mon, 10 Sep 2012 16:27:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <nicholas.dokos@hp.com>) id 1TBAZY-00008T-FG for emacs-orgmode@gnu.org; Mon, 10 Sep 2012 16:27:12 -0400 Received: from g1t0029.austin.hp.com ([15.216.28.36]:7563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <nicholas.dokos@hp.com>) id 1TBAZY-00008L-8Q for emacs-orgmode@gnu.org; Mon, 10 Sep 2012 16:27:08 -0400 In-Reply-To: Message from Achim Gratz <Stromeko@nexgo.de> of "Mon\, 10 Sep 2012 22\:21\:15 +0200." <87pq5thbno.fsf@Rainer.invalid> List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=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 <Stromeko@nexgo.de> Cc: emacs-orgmode@gnu.org Achim Gratz <Stromeko@nexgo.de> wrote: > Bastien writes: > > Achim Gratz <Stromeko@nexgo.de> writes: > >> That would be commit 830a0781a6 by Jambunathan, then. Autoloads really > >> don't work that way, so could this please be reverted? > > > > Done. >=20 > Thank you. >=20 > By way of explanation: autoload knows about a handful of "special" > constructs. If you put an autoload cookie on any other sexp, it will be > copied verbatim into the autoload file. This comes in handy sometimes, > but the sexp may not make any sense in that context=E2=80=A6 >=20 No errors in ``make test'' after this: ,---- | Ran 206 tests, 206 results as expected (2012-09-10 16:22:59-0400) | 6 expected failures `---- There are warnings in compilation: ,---- | ... | Compiling /home/nick/src/emacs/org/org-mode/lisp/org-e-groff.el... |=20 | In org-e-groff-table-cell: | org-e-groff.el:1880:36:Warning: reference to free variable `orgtbl-exp-re= gexp' | Wrote /home/nick/src/emacs/org/org-mode/lisp/org-e-groff.elc | ... | Compiling /home/nick/src/emacs/org/org-mode/lisp/org-e-latex.el... |=20 | In org-e-latex-export-block: | org-e-latex.el:1209:56:Warning: `"LATEX"' is a malformed function | Wrote /home/nick/src/emacs/org/org-mode/lisp/org-e-latex.elc | ... | Compiling /home/nick/src/emacs/org/org-mode/lisp/org-e-man.el... |=20 | In org-e-man-table-cell: | org-e-man.el:1134:36:Warning: reference to free variable `orgtbl-exp-rege= xp' | Wrote /home/nick/src/emacs/org/org-mode/lisp/org-e-man.elc | ... | Compiling /home/nick/src/emacs/org/org-mode/lisp/org-e-texinfo.el... |=20 | In org-e-texinfo-table-column-widths: | org-e-texinfo.el:1542:35:Warning: function `remove-if' from cl package ca= lled | at runtime | Wrote /home/nick/src/emacs/org/org-mode/lisp/org-e-texinfo.elc | ... | Compiling /home/nick/src/emacs/org/org-mode/lisp/org-md.el... |=20 | In org-md-link: | org-md.el:312:22:Warning: reference to free variable `path' | Wrote /home/nick/src/emacs/org/org-mode/lisp/org-md.elc | ... | Compiling /home/nick/src/emacs/org/org-mode/lisp/org.el... |=20 | In org-create-formula-image-with-dvipng: | org.el:17621:21:Warning: reference to free variable | `org-export-latex-listings' |=20 | In end of data: | org.el:22595:1:Warning: the function `org-clock-sum-current-item' is not = known | to be defined. | Wrote /home/nick/src/emacs/org/org-mode/lisp/org.elc `---- Nick