From: Dan Nicolaescu <dann@ics.uci.edu>
To: Ralf Angeli <angeli@caeruleus.net>
Cc: Glenn Morris <rgm@gnu.org>,
Stefan Monnier <monnier@iro.umontreal.ca>,
emacs-devel@gnu.org
Subject: Re: declare-function from included file
Date: Wed, 19 Mar 2008 15:18:09 -0700 [thread overview]
Message-ID: <200803192218.m2JMIASg026896@sallyv1.ics.uci.edu> (raw)
In-Reply-To: <87fxumwfq9.fsf@photon.caeruleus.net> (Ralf Angeli's message of "Wed, 19 Mar 2008 22:45:02 +0100")
Ralf Angeli <angeli@caeruleus.net> writes:
> * Dan Nicolaescu (2008-03-19) writes:
>
> > Ralf Angeli <angeli@caeruleus.net> writes:
> >
> > > In RefTeX's own repository compiling still emits warnings.
> >
> > What's wrong with just copying the declare-functions from emacs CVS to
> > get rid of them?
>
> I've already explained this in this thread.
The 3 files that use declare-function would need to add a one liner
for compatibility with older versions or XEmacs:
(eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest))))
This is already done by other files in the emacs tree.
As a GNU package reftex should not deliberately diverge from Emacs CVS HEAD...
prev parent reply other threads:[~2008-03-19 22:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-16 18:23 declare-function from included file Ralf Angeli
2008-03-19 0:47 ` Glenn Morris
2008-03-19 18:57 ` Ralf Angeli
2008-03-19 19:30 ` Stefan Monnier
2008-03-19 20:32 ` Ralf Angeli
2008-03-19 20:42 ` Dan Nicolaescu
2008-03-19 21:00 ` Ralf Angeli
2008-03-19 21:19 ` Dan Nicolaescu
2008-03-19 21:45 ` Ralf Angeli
2008-03-19 22:18 ` Dan Nicolaescu [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200803192218.m2JMIASg026896@sallyv1.ics.uci.edu \
--to=dann@ics.uci.edu \
--cc=angeli@caeruleus.net \
--cc=emacs-devel@gnu.org \
--cc=monnier@iro.umontreal.ca \
--cc=rgm@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.