Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus 5.6: T minus 100.  And something.  Probably.
@ 1998-03-07 21:24 Lars Magne Ingebrigtsen
  1998-03-07 22:25 ` Mike McEwan
  1998-03-09 19:39 ` Paul Franklin
  0 siblings, 2 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-03-07 21:24 UTC (permalink / raw)


I thought I would released Gnus 5.6 today to celebrate my new hair
colour (icy blue), but I think I'll wait until after twelve, so that
it can be released to celebrate March 8, Women's Day.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Gnus 5.6: T minus 100.  And something.  Probably.
  1998-03-07 21:24 Gnus 5.6: T minus 100. And something. Probably Lars Magne Ingebrigtsen
@ 1998-03-07 22:25 ` Mike McEwan
  1998-03-08 11:29   ` Kim-Minh Kaplan
  1998-03-09 19:39 ` Paul Franklin
  1 sibling, 1 reply; 7+ messages in thread
From: Mike McEwan @ 1998-03-07 22:25 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

> I thought I would released Gnus 5.6 today to celebrate my new hair
> colour (icy blue), but I think I'll wait until after twelve, so that
> it can be released to celebrate March 8, Women's Day.

  While you await the bewitching hour - I now get the following when
`gnus-picons-display-where' is set to `article':-

Signaling: (wrong-type-argument stringp 1497)
  get-buffer(1497)
  gnus-get-buffer-name(article)
  gnus-picons-buffer-name()
  gnus-picons-setup-buffer()
  gnus-picons-set-buffer()
  gnus-picons-display-x-face(1737 1914)
  article-display-x-face()
  apply(article-display-x-face nil)
  (if interactive (call-interactively (quote article-display-x-face)) (apply (quote article-display-x-face) args))
)
  (save-excursion (set-buffer gnus-article-buffer) (if interactive (call-interactively ...) (apply ... args)))
)
  gnus-article-display-x-face()
  gnus-picons-article-display-x-face()
  run-hooks(gnus-picons-article-display-x-face)
  apply(run-hooks gnus-picons-article-display-x-face)
  gnus-run-hooks(gnus-article-display-hook)
  gnus-article-prepare(1497 nil)
  gnus-summary-display-article(1497 nil)
  gnus-summary-select-article(nil nil pseudo)
  gnus-summary-scroll-up(1)
  call-interactively(gnus-summary-scroll-up)
 
-- 
Mike. 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Gnus 5.6: T minus 100.  And something.  Probably.
  1998-03-07 22:25 ` Mike McEwan
@ 1998-03-08 11:29   ` Kim-Minh Kaplan
  0 siblings, 0 replies; 7+ messages in thread
From: Kim-Minh Kaplan @ 1998-03-08 11:29 UTC (permalink / raw)
  Cc: ding

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Gnus 5.6: T minus 100.  And something.  Probably.
  1998-03-07 21:24 Gnus 5.6: T minus 100. And something. Probably Lars Magne Ingebrigtsen
  1998-03-07 22:25 ` Mike McEwan
@ 1998-03-09 19:39 ` Paul Franklin
  1998-03-13 21:18   ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 7+ messages in thread
From: Paul Franklin @ 1998-03-09 19:39 UTC (permalink / raw)


>>>>> Lars Magne Ingebrigtsen writes:

 > I thought I would released Gnus 5.6 today to celebrate my new hair
 > colour (icy blue),

We want a picture.

:)

--Paul


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Gnus 5.6: T minus 100.  And something.  Probably.
  1998-03-09 19:39 ` Paul Franklin
@ 1998-03-13 21:18   ` Lars Magne Ingebrigtsen
  1998-03-15 21:31     ` Andrew J Cosgriff
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-03-13 21:18 UTC (permalink / raw)


Paul Franklin <paul@cs.washington.edu> writes:

>  > I thought I would released Gnus 5.6 today to celebrate my new hair
>  > colour (icy blue),
> 
> We want a picture.

The color on those Indycams suck.  :-(

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Gnus 5.6: T minus 100.  And something.  Probably.
  1998-03-13 21:18   ` Lars Magne Ingebrigtsen
@ 1998-03-15 21:31     ` Andrew J Cosgriff
  1998-03-19 13:08       ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Andrew J Cosgriff @ 1998-03-15 21:31 UTC (permalink / raw)


>>>>> "LMI" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

LMI> Paul Franklin <paul@cs.washington.edu> writes:

LMI> I thought I would released Gnus 5.6 today to celebrate my new
LMI> hair colour (icy blue),

you too, huh ?

I just had the tips done, but it's kinda washed out and gone, er,
greenish :P

PF> We want a picture.

LMI> The color on those Indycams suck.  :-(

yeah :P

-- 
Andrew J Cosgriff <ajc@bing.wattle.id.au> exterminate all rational thought !
                     exhaustion black light asteroid tunnel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Gnus 5.6: T minus 100.  And something.  Probably.
  1998-03-15 21:31     ` Andrew J Cosgriff
@ 1998-03-19 13:08       ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-03-19 13:08 UTC (permalink / raw)


Andrew J Cosgriff <ajc@bing.wattle.id.au> writes:

> I just had the tips done, but it's kinda washed out and gone, er,
> greenish :P

Yup; most of the blue has gone, and it's now yellow-greenish.  Uhm.
Oh, well, in a couple of days it'll probably be white.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~1998-03-19 13:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-03-07 21:24 Gnus 5.6: T minus 100. And something. Probably Lars Magne Ingebrigtsen
1998-03-07 22:25 ` Mike McEwan
1998-03-08 11:29   ` Kim-Minh Kaplan
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

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