From: David Kastrup <dak@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: rcirc.el
Date: Wed, 19 Oct 2005 09:30:31 +0200 [thread overview]
Message-ID: <85fyqyj754.fsf@lola.goethe.zz> (raw)
In-Reply-To: <87br1mci6r.fsf@cut.bc.hsia.telus.net> (Ryan Yeske's message of "Tue, 18 Oct 2005 20:13:48 -0700")
Ryan Yeske <rcyeske@gmail.com> writes:
> David Kastrup <dak@gnu.org> writes:
>
>> I think the basic entry points (and their aliases) at least should get
>> autoload cookies.
>
> What is the right way to do this given the way I conditionalized the
> defalias:
>
> (unless (fboundp 'irc)
> ;;;###autoload
> (defalias 'irc 'rcirc))
>
> I think that is probably not the right thing to do.
More like
;;;###autoload (unless (fboundb 'irc) (defalias 'irc 'rcirc))
However, it does not make sense to conditionalize the autoload, since
it concerns the state of a virgin Emacs. So either we decide that a
virgin Emacs maps irc to rcirc, in which case we should write just
;;;###autoload (defalias 'irc 'rcirc)
or we decide that it doesn't, in which case we would not want to have
the alias at all.
Richard mentioned that maybe ERC would be installed as well. Then we
should definitely decide which client, if any, should be available as
"irc".
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
next prev parent reply other threads:[~2005-10-19 7:30 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-10 5:33 rcirc.el Ryan Yeske
2005-10-10 6:43 ` rcirc.el Alfred M. Szmidt
2005-10-14 4:20 ` rcirc.el Ryan Yeske
2005-10-14 17:37 ` rcirc.el Richard M. Stallman
2005-10-14 19:33 ` rcirc.el Ryan Yeske
2005-10-14 20:22 ` rcirc.el Miles Bader
2005-10-15 8:22 ` rcirc.el David Kastrup
2005-10-14 20:34 ` rcirc.el Stefan Monnier
2005-10-14 20:54 ` rcirc.el Ryan Yeske
2005-10-14 21:08 ` rcirc.el Miles Bader
2005-10-15 2:43 ` rcirc.el Stefan Monnier
2005-10-16 14:40 ` rcirc.el Richard M. Stallman
2005-10-16 15:16 ` rcirc.el Nic Ferrier
2005-10-18 7:03 ` rcirc.el Ryan Yeske
2005-10-18 7:45 ` rcirc.el Romain Francoise
2005-10-18 8:21 ` rcirc.el David Kastrup
2005-10-19 3:13 ` rcirc.el Ryan Yeske
2005-10-19 7:30 ` David Kastrup [this message]
2005-10-19 20:17 ` rcirc.el Richard M. Stallman
2005-10-19 9:56 ` rcirc.el Andreas Schwab
2005-10-19 20:15 ` rcirc.el Richard M. Stallman
2005-10-19 2:43 ` rcirc.el Richard M. Stallman
2005-10-19 7:20 ` rcirc.el Ryan Yeske
2005-10-19 20:17 ` rcirc.el Richard M. Stallman
2005-10-19 21:56 ` rcirc.el Ryan Yeske
2005-10-20 17:02 ` rcirc.el Richard M. Stallman
2005-10-20 17:58 ` rcirc.el Romain Francoise
2005-10-20 18:07 ` rcirc.el Henrik Enberg
2005-10-20 18:28 ` rcirc.el Romain Francoise
2005-10-10 9:57 ` rcirc.el Kim F. Storm
2005-10-10 10:08 ` rcirc.el Ryan Yeske
2005-10-10 10:31 ` rcirc.el Kim F. Storm
2005-10-10 12:58 ` rcirc.el Henrik Enberg
2005-10-10 13:16 ` rcirc.el Henrik Enberg
2005-10-10 16:06 ` rcirc.el Johan Bockgård
2005-10-10 15:25 ` rcirc.el Stefan Monnier
2005-10-10 23:47 ` rcirc.el Richard M. Stallman
-- strict thread matches above, loose matches on Subject: below --
2005-07-11 16:11 rcirc.el Ryan Yeske
2005-07-11 17:18 ` rcirc.el David Kastrup
2005-07-12 3:20 ` rcirc.el Richard M. Stallman
2005-07-12 4:55 ` rcirc.el Ryan Yeske
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=85fyqyj754.fsf@lola.goethe.zz \
--to=dak@gnu.org \
--cc=emacs-devel@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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).