Gnus development mailing list
 help / color / mirror / Atom feed
* topic banner parameter
@ 2000-08-22  5:30 Andrei Elkin
  0 siblings, 0 replies; only message in thread
From: Andrei Elkin @ 2000-08-22  5:30 UTC (permalink / raw)


A week ago there was a report in gnu.emacs.group on group's banner parameter
does'nt be inherited from the topic's one.

This message is a quasi-duplicate of my post to the gnu.emacs.group.

> It would be desirable if group parameters were inherited from topic
> parameters for all parameters where this makes sense.  IMHO, it makes
> sense for the banner parameter.
> 
> So, if it ain't a bug, it's a missing feature.
> kai
> -- 
Inheritance doesn't work  because of 
`article-strip-banner' function used `gnus-group-get-parameter'
instead of `gnus-group-find-parameter'. After substitution the last
one `banner' have been inherited (at least for me).


*** gnus-art.5.8.7.el	Sun Aug 20 10:35:31 2000
--- gnus-art.el	Sun Aug 20 10:36:27 2000
***************
*** 1654,1660 ****
    (save-excursion
      (save-restriction
        (let ((inhibit-point-motion-hooks t)
! 	    (banner (gnus-group-get-parameter gnus-newsgroup-name 'banner))
  	    (gnus-signature-limit nil)
  	    buffer-read-only beg end)
  	(when banner
--- 1654,1660 ----
    (save-excursion
      (save-restriction
        (let ((inhibit-point-motion-hooks t)
! 	    (banner (gnus-group-find-parameter gnus-newsgroup-name 'banner))
  	    (gnus-signature-limit nil)
  	    buffer-read-only beg end)
  	(when banner


    ______________

         Andrei.Elkin



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-08-22  5:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-22  5:30 topic banner parameter Andrei Elkin

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