Gnus development mailing list
 help / color / mirror / Atom feed
* Finding a buffer given a symbolp pointer...  err...
@ 1995-12-19 22:35 Wes Hardaker
  1995-12-19 23:36 ` Wes Hardaker
  1995-12-20  1:05 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 3+ messages in thread
From: Wes Hardaker @ 1995-12-19 22:35 UTC (permalink / raw)
  Cc: ding


The good news is that I have drastically improved the icons support in
the last two days.  You can now put the icons in its own buffer.

Before I send it out, I want to know how to do something like this:
(err, properly that is)

(defvar gnus-picons-buffer "*Icons Buffer*")

(defvar gnus-picons-display-where 'gnus-picons-buffer)

This works.  However, I also want to be able to follow the rapidly
moving targets:  gnus-article-buffer and gnus-summary-buffer.  It
seems to me rather than

(setq gnus-picons-display-where 'gnus-summary-buffer)

one should do something more along the lines of the rest of the sgnus
config world:

(setq gnus-picons-display-where 'summary)

But, the question is how to extract the correct buffer name from
a 'summary reference.

Tanx,
Wes






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

end of thread, other threads:[~1995-12-20  1:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-12-19 22:35 Finding a buffer given a symbolp pointer... err Wes Hardaker
1995-12-19 23:36 ` Wes Hardaker
1995-12-20  1:05 ` 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).