Gnus development mailing list
 help / color / mirror / Atom feed
From: Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr>
Cc: ding@gnus.org
Subject: Re: Gnus 5.6: T minus 100.  And something.  Probably.
Date: 08 Mar 1998 12:29:02 +0100	[thread overview]
Message-ID: <yg4n2f1ju9t.fsf@lombric.s-ip.eunet.fr> (raw)
In-Reply-To: Mike McEwan's message of "07 Mar 1998 22:25:51 +0000"

[-- Attachment #1: Type: text/plain, Size: 204 bytes --]

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.

[-- Attachment #2: Type: text/plain, Size: 575 bytes --]

--- /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)

  reply	other threads:[~1998-03-08 11:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-03-07 21:24 Lars Magne Ingebrigtsen
1998-03-07 22:25 ` Mike McEwan
1998-03-08 11:29   ` Kim-Minh Kaplan [this message]
1998-03-09 19:39 ` Paul Franklin
1998-03-13 21:18   ` Lars Magne Ingebrigtsen
1998-03-15 21:31     ` Andrew J Cosgriff
1998-03-19 13:08       ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yg4n2f1ju9t.fsf@lombric.s-ip.eunet.fr \
    --to=kimminh.kaplan@utopia.eunet.fr \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).