From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56027 Path: main.gmane.org!not-for-mail From: Steve Youngs Newsgroups: gmane.emacs.gnus.general Subject: [PATCH] Autoload `message-y-or-n-p' macro in gnus.el at compile time. Date: Thu, 15 Jan 2004 19:36:29 +1000 Organization: Linux Users - Fanatics Dept. Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: sea.gmane.org 1074159509 21246 80.91.224.253 (15 Jan 2004 09:38:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2004 09:38:29 +0000 (UTC) Keywords: gnus,lisp,changelog,diff,jan,files,message-y-or-n-p Original-X-From: ding-owner+M4566@lists.math.uh.edu Thu Jan 15 10:38:25 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 1Ah3xI-0002oy-00 for ; Thu, 15 Jan 2004 10:38:25 +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 1Ah3vo-0001i7-00; Thu, 15 Jan 2004 03:36:53 -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 1Ah3ve-0001hz-00 for ding@lists.math.uh.edu; Thu, 15 Jan 2004 03:36:42 -0600 Original-Received: from gizmo03bw.bigpond.com (gizmo03bw.bigpond.com [144.140.70.13]) by justine.libertine.org (Postfix) with SMTP id 4D5A93A0026 for ; Thu, 15 Jan 2004 03:36:39 -0600 (CST) Original-Received: (qmail 24135 invoked from network); 15 Jan 2004 09:31:12 -0000 Original-Received: from unknown (HELO bwmam01.bigpond.com) (144.135.24.69) by gizmo03bw.bigpond.com with SMTP; 15 Jan 2004 09:31:12 -0000 Original-Received: from cpe-138-130-240-59.qld.bigpond.net.au ([138.130.240.59]) by bwmam01.bigpond.com(MAM REL_3_4_2 8/20223587) with SMTP id 20223587; Thu, 15 Jan 2004 19:36:33 +1000 Original-Received: (from steve@localhost) by eicq.dnsalias.org (8.12.9/8.12.9) id i0F9aWnJ022371; Thu, 15 Jan 2004 19:36:32 +1000 Mail-Copies-To: never Original-To: Gnus List X-Face: #/1'_-|5_1$xjR,mVKhpfMJcRh8"k}_a{EkIO:Ox<]@zl/Yr|H,qH#3jJi6Aw(Mg@"!+Z"C N_S3!3jzW^FnPeumv4l#,E}J.+e%0q(U>#b-#`~>l^A!_j5AEgpU)>t+VYZ$:El7hLa1:%%L=3%B>n K{^jU_{& X-URL: X-Request-PGP: X-OpenPGP-Fingerprint: 1659 2093 19D5 C06E D320 3A20 1D27 DB4B A94B 3003 X-Now-Playing: Another Great Divide --- [SplitEnz] X-Attribution: SY X-Generated-By: Patcher version 3.5.2 Mail-Followup-To: Gnus List User-Agent: Gnus/5.110002 (No Gnus v0.2) XEmacs/21.4 (Reasonable Discussion, linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56027 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56027 --=-=-= Over at XEmacs.org, they've got a couple of awk scripts to help them find mis-compiled macros and stuff. It turned up this one... `message-y-or-n-p', which is defined in message.el isn't getting picked up in gnus.el (where it's used in `gnu-read-group'). Anyway, I was just about to commit this when I had a thought (yep, occasionally I do have em). Should this patch go into gnus.el, or into dgnushack.el? Gnus patch: ChangeLog files diff command: cvs -q diff -U 0 Files affected: lisp/ChangeLog Source files diff command: cvs -q diff -uN Files affected: lisp/gnus.el Index: lisp/ChangeLog =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/ChangeLog,v retrieving revision 7.86 diff -u -U0 -r7.86 ChangeLog --- lisp/ChangeLog 14 Jan 2004 14:32:21 -0000 7.86 +++ lisp/ChangeLog 15 Jan 2004 09:30:19 -0000 @@ -0,0 +1,4 @@ +2004-01-15 Steve Youngs + + * gnus.el: Autoload `message-y-or-n-p'. + Index: lisp/gnus.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/gnus.el,v retrieving revision 7.6 diff -u -u -r7.6 gnus.el --- lisp/gnus.el 10 Jan 2004 04:26:59 -0000 7.6 +++ lisp/gnus.el 15 Jan 2004 09:30:15 -0000 @@ -3909,6 +3909,9 @@ (setq valids (cdr valids))) outs)) +(eval-when-compile + (autoload 'message-y-or-n-p "message" nil 'macro)) + (defun gnus-read-group (prompt &optional default) "Prompt the user for a group name. Disallow invalid group names." -- |---------------------| | Ashes to ashes, dust to dust. | | The proof of the pudding, is under the crust. | |---------------------------------| --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Eicq - The XEmacs ICQ Client iEYEABECAAYFAkAGXx8ACgkQHSfbS6lLMAOgQwCbB2s3JOioOzj90KEnqMrWxIP+ VXkAn2jz4TKI32pqOMw37AV5LPZVtzlk =s/jx -----END PGP SIGNATURE----- --=-=-=--