From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29297 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: CVS 5.8.4 as of 23 Feb 10am is broken Date: 23 Feb 2000 10:27:52 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165990 1943 80.91.224.250 (21 Oct 2002 02:06:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:06:30 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 956ABD051E for ; Wed, 23 Feb 2000 11:19:15 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB15202; Wed, 23 Feb 2000 10:16:13 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 23 Feb 2000 10:15:04 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id KAA19279 for ; Wed, 23 Feb 2000 10:14:53 -0600 (CST) Original-Received: from beaver.jprc.com (BEAVER.JPRC.COM [207.86.147.217]) by mailhost.sclp.com (Postfix) with ESMTP id 92286D051E for ; Wed, 23 Feb 2000 11:14:53 -0500 (EST) Original-Received: (from karl@localhost) by beaver.jprc.com (8.9.3/8.9.3) id KAA15443; Wed, 23 Feb 2000 10:27:52 -0500 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu Original-Lines: 46 User-Agent: Gnus/5.0804 (Gnus v5.8.4) XEmacs/21.2 (Iris) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29297 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29297 Somebody broke something very recently. Freshly updated, reconfigured, and "make EMACS=xemacs" rewards me with this on fresh XEmacs startup: Signaling: (invalid-byte-code "variable reference to constant symbol :group") byte-code("..." [:group :link :prefix require mm-util message custom-declare-group gnus nil "The coffee-brewing, all singing, all dancing, kitchen sink newsreader." news mail gnus-charset "Group character set issues." (custom-manual "(gnus)Charsets") gnus-cache "Cache interface." gnus-start "Starting your favorite newsreader." gnus-start-server "Server options at startup." gnus-group "Group buffers." (custom-manual "(gnus)The Group Buffer") gnus-group-foreign "Foreign groups." (custom-manual "(gnus)Foreign Groups") gnus-group-new "Automatic subscription of new groups." gnus-group-levels "Group levels." (custom-manual "(gnus)Group Levels") gnus-group-select "Selecting a Group." (custom-manual "(gnus)Selecting a Group") gnus-group-listing "Showing slices of the group list." (custom-manual "(gnus)Listing Groups") gnus-group-visual "Sorting the group buffer." (custom-manual "(gnus)Group Buffer Format") gnus-visual gnus-group-various "Various group options." (custom-manual "(gnu s! ! )Scanning New Messages") gnus-summary "Summary buffers." (custom-manual "(gnus)The Summary Buffer") gnus-summary-exit "Leaving summary buffers." ...] 10) load-internal("gnus" nil nil nil binary) load("gnus" nil nil nil) Cut/paste of the update itself shows that it involved only these files: [1083] [10:11:51] beaver:~/Emacs/gnus> cvs update cvs server: Updating . cvs server: Updating contrib cvs server: Updating etc cvs server: Updating lisp P lisp/ChangeLog P lisp/imap.el P lisp/mail-source.el P lisp/mm-util.el cvs server: Updating texi cvs server: Updating texi/ps [1084] [10:12:10] beaver:~/Emacs/gnus> The relevant ChangeLog suspects are 2000-02-23 Simon Josefsson * imap.el (imap-send-command): Change EOL-chars when `imap-client-eol' differs from default, not only for kerberos4. (imap-mailbox-status): Get encoded mailbox's status. 2000-02-19 Simon Josefsson * mail-source.el (mail-source-fetch-imap): Copy `imap-password' into `mail-source-password-cache'. 2000-02-17 Florian Weimer * mm-util.el (mm-mime-charset): Check for presence of `coding-system-get' and `get-charset-property' (recent XEmacs has the former, but not the latter). Would one of the CVS cognoscenti please take a look? --karl