From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14505 Path: main.gmane.org!not-for-mail From: Kim-Minh Kaplan Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus 5.6: T minus 100. And something. Probably. Date: 08 Mar 1998 12:29:02 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.91 - "Hinomiko") Content-Type: multipart/mixed; boundary="Multipart_Sun_Mar__8_12:29:02_1998-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035153684 16535 80.91.224.250 (20 Oct 2002 22:41:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:41:24 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id GAA03524 for ; Sun, 8 Mar 1998 06:31:34 -0800 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id IAA14293 for ; Sun, 8 Mar 1998 08:26:46 -0600 (CST) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id JAN23119; Sun, 8 Mar 1998 09:02:06 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 08 Mar 1998 08:26:08 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id IAA07073 for ; Sun, 8 Mar 1998 08:25:59 -0600 (CST) Original-Received: (qmail 12893 invoked by uid 504); 8 Mar 1998 14:25:48 -0000 Original-Received: (qmail 12890 invoked from network); 8 Mar 1998 14:25:46 -0000 Original-Received: from lombric.s-ip.eunet.fr (193.107.197.179) by claymore.vcinet.com with SMTP; 8 Mar 1998 14:25:45 -0000 Original-Received: (from kaplan@localhost) by lombric.s-ip.eunet.fr (8.8.5/8.8.5) id MAA01274; Sun, 8 Mar 1998 12:29:03 +0100 Original-To: Mike McEwan X-Face: C!5Mk_!qB]35}VpD|H>GN/@fk%~7:*/x8&~\]|r|)/zV?rJ){uX4Nh`a$L/z__Kx4Gt!mDU 3kZlj)F2]Ds$?l';SO9]v^|[i2nY`pZ+mu+HT%5ITkuP#e]@8F4@Hc.=]oN1+d\M@Rl>-$C?h$yntf -JVx)3L2}VzG.!bQEy]~I_3fup`HtZ^t/Iz.|Vh$~o`^g\ In-Reply-To: Mike McEwan's message of "07 Mar 1998 22:25:51 +0000" Original-Lines: 23 X-Mailer: Gnus v5.6.1/XEmacs 20.4 - "Emerald" X-Emacs: 20.4 "Emerald" XEmacs Lucid without mule Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:14505 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:14505 --Multipart_Sun_Mar__8_12:29:02_1998-1 Content-Type: text/plain; charset=US-ASCII Mike McEwan writes: > I now get the following when `gnus-picons-display-where' is set to > `article':- > Signaling: (wrong-type-argument stringp 1497) Argl ! Here is the first 5.6 bug fix. Kim-Minh. --Multipart_Sun_Mar__8_12:29:02_1998-1 Content-Type: text/plain; charset=US-ASCII --- /usr/local/lib/xemacs/gnus-5.6.1/lisp/gnus-picon.el-5.6.1 Sat Mar 7 17:14:35 1998 +++ /usr/local/lib/xemacs/gnus-5.6.1/lisp/gnus-picon.el Sun Mar 8 11:58:08 1998 @@ -184,7 +184,8 @@ (defun gnus-get-buffer-name (variable) "Returns the buffer name associated with the contents of a variable." - (buffer-name (get-buffer (gnus-window-to-buffer-helper variable)))) + (buffer-name (get-buffer (gnus-window-to-buffer-helper + (cdr (assq variable gnus-window-to-buffer)))))) (defun gnus-picons-buffer-name () (cond ((or (stringp gnus-picons-display-where) --Multipart_Sun_Mar__8_12:29:02_1998-1--