all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@suse.de>
Cc: emacs-devel@gnu.org
Subject: Re: rcirc.el
Date: Wed, 19 Oct 2005 11:56:10 +0200	[thread overview]
Message-ID: <jepsq1g79h.fsf@sykes.suse.de> (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:

> 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.

Autoload cookies are always associated with the next sexp.

;;;###autoload
(unless (fboundp 'irc) (defalias 'irc 'rcirc))

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

  parent reply	other threads:[~2005-10-19  9:56 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                   ` rcirc.el David Kastrup
2005-10-19 20:17                     ` rcirc.el Richard M. Stallman
2005-10-19  9:56                   ` Andreas Schwab [this message]
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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jepsq1g79h.fsf@sykes.suse.de \
    --to=schwab@suse.de \
    --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 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.