From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56032 Path: main.gmane.org!not-for-mail From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de> Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Autoload `message-y-or-n-p' macro in gnus.el at compile Date: Thu, 15 Jan 2004 13:18:45 +0100 Organization: Dept. of Theoretical Physics, University of Ulm Sender: ding-owner@lists.math.uh.edu Message-ID: References: Reply-To: Reiner Steib NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074169161 8345 80.91.224.253 (15 Jan 2004 12:19:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2004 12:19:21 +0000 (UTC) Original-X-From: ding-owner+M4572@lists.math.uh.edu Thu Jan 15 13:19:18 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ah6T0-0003RZ-00 for ; Thu, 15 Jan 2004 13:19:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Ah6Sl-0002Qa-00; Thu, 15 Jan 2004 06:19:03 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Ah6Sc-0002QS-00 for ding@lists.math.uh.edu; Thu, 15 Jan 2004 06:18:54 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 989693A0026 for ; Thu, 15 Jan 2004 06:18:53 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Ah6Sa-0005HL-00 for ; Thu, 15 Jan 2004 13:18:52 +0100 Mail-Followup-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ah6SZ-0005H9-00 for ; Thu, 15 Jan 2004 13:18:51 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Ah6SZ-00029G-00 for ; Thu, 15 Jan 2004 13:18:51 +0100 Original-Lines: 44 Original-X-Complaints-To: usenet@sea.gmane.org X-Face: #vK]N[`vqjuod*|)'[iD7/"3AB-ApT%fmN"LWAg@oS7OesGv~)n[OBTLM#I="J'Y^-7I I/ps7o_'IK@#-Rs{::DZ@O8yS|fexe,XslY[:dNWOb~>?mC-&i_c)say:"\IpA.5U.b]'NY;Pks{lb h.+#6%DpZuaK3dcHB`Av3zc:r!C%~s0&m,tWj]&},qg.+0ww2gK%f!:GK|wMl.I!(voY*1"^li8"~B BNG)9LvPi?^DMR-GVDnZqhu*3Hi,+g=wFhI)BL6&u{EOVEHjVEVq~d?_}lMntWAc3(6?kftjc>_f>! g0wM(qPM$d5]^TT_Qyi&L?LGVG)SHN;Gk/,pkY9,~ Mail-Copies-To: nobody User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:FQu52o4p5mwcBkVlllrsEwhQ784= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56032 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56032 On Thu, Jan 15 2004, Steve Youngs wrote: > By the time you "fixed" `gnus-read-group', _maintaining it's current > intended functionality_, you will have re-invented `message-y-or-n-p'. > So what'd be the point, especially when a quick (eval-when-compile > (autoload macro)) will do the job just as well? I don't know which solution is preferable: (1) Your suggestion: (eval-when-compile (autoload 'message-y-or-n-p "message" nil 'macro)) (2) Adding `message-y-or-n-p' to the existing `eval-and-compile' form: ,---- | ;; Define some autoload functions Gnus might use. | (eval-and-compile | | ;; This little mapcar goes through the list below and marks the | ;; symbols in question as autoloaded functions. | [...] `---- --8<---------------cut here---------------start------------->8--- --- gnus.el.~7.6.~ Sun Jan 11 18:44:40 2004 +++ gnus.el Thu Jan 15 13:11:48 2004 @@ -2556,7 +2556,7 @@ ("qp" quoted-printable-decode-region quoted-printable-decode-string) ("ps-print" ps-print-preprint) ("message" :interactive t - message-send-and-exit message-yank-original) + message-send-and-exit message-yank-original message-y-or-n-p) ("babel" babel-as-string) ("nnmail" nnmail-split-fancy nnmail-article-group) ("nnvirtual" nnvirtual-catchup-group nnvirtual-convert-headers) --8<---------------cut here---------------end--------------->8--- Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/