Gnus development mailing list
 help / color / mirror / Atom feed
From: Andrei Elkin <astro@sbor.ru>
Subject: topic banner parameter
Date: 22 Aug 2000 09:30:52 +0400	[thread overview]
Message-ID: <m3bsyln9pv.fsf@himmel.dune.ru> (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



                 reply	other threads:[~2000-08-22  5:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=m3bsyln9pv.fsf@himmel.dune.ru \
    --to=astro@sbor.ru \
    /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).