From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23615 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Pterodactyl Gnus v0.89 is released (patch: 89-zsh2) Date: 29 Jun 1999 02:11:22 -0400 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2niu875yet.fsf_-_@tiger.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1035161315 2951 80.91.224.250 (21 Oct 2002 00:48:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:48:35 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA02173 for ; Tue, 29 Jun 1999 02:13:11 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id BAB01492; Tue, 29 Jun 1999 01:12:30 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 29 Jun 1999 01:13:00 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id BAA26614 for ; Tue, 29 Jun 1999 01:12:49 -0500 (CDT) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA02159 for ; Tue, 29 Jun 1999 02:11:50 -0400 (EDT) Original-Received: from heart.cs.rochester.edu (heart.cs.rochester.edu [192.5.53.109]) by cayuga.cs.rochester.edu (8.9.3/Q) with ESMTP id CAA14740; Tue, 29 Jun 1999 02:11:31 -0400 (EDT) Original-Received: (from zsh@localhost) by heart.cs.rochester.edu (8.9.3/8.9.3) id CAA22478; Tue, 29 Jun 1999 02:11:22 -0400 Original-To: Neil Crellin X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Neil Crellin's message of "28 Jun 1999 22:41:21 -0700" Original-Lines: 21 User-Agent: Gnus/5.070089 (Pterodactyl Gnus v0.89) XEmacs/21.2 (Chiyoda) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23615 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23615 --=-=-= >>>>> "Neil" == Neil Crellin writes: Neil> What exactly do I need to download and install to make these go away? Neil> While compiling mm-inline-text in file /home/neilc/lisp/gnus/pgnus-0.89/lisp/mm-view.el: Neil> ** reference to free variable w3-meta-content-type-charset-regexp Neil> ** reference to free variable w3-meta-charset-content-type-regexp Just warning. Here is the patch. 1999-06-29 Shenghuo ZHU * lpath.el: Two free variables. --=-=-= Content-Type: application/x-patch Content-Disposition: attachment; filename=89-zsh2.diff Content-Transfer-Encoding: 8bit --- lpath.el 1999/06/29 06:05:36 1.1 +++ lpath.el 1999/06/29 06:06:34 @@ -61,6 +61,8 @@ enable-multibyte-characters browse-url-browser-function adaptive-fill-first-line-regexp adaptive-fill-regexp url-current-mime-headers help-echo-owns-message + w3-meta-content-type-charset-regexp + w3-meta-charset-content-type-regexp babel-translations babel-history)) (maybe-fbind '(color-instance-rgb-components temp-directory glyph-width annotation-glyph window-pixel-width glyph-height @@ -81,7 +83,7 @@ mm-copy-tree url-view-url w3-prepare-buffer mule-write-region-no-coding-system char-int annotationp delete-annotation make-image-specifier - make-annotation + make-annotation events-to-keys w3-do-setup w3-region w3-coding-system-for-mime-charset rmail-summary-exists rmail-select-summary rmail-update-summary --=-=-= -- Shenghuo ZHU --=-=-=--