Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: all my summary is shown in one face
       [not found] ` <vqo1xr2qwcw.fsf@gandoliere.imag.fr>
  2003-12-18 10:09   ` all my summary is shown in one face giacomo boffi
@ 2003-12-18 10:25   ` giacomo boffi
       [not found]     ` <vqosmji2xem.fsf@gandoliere.imag.fr>
  1 sibling, 1 reply; 4+ messages in thread
From: giacomo boffi @ 2003-12-18 10:25 UTC (permalink / raw)


Nicolas Kowalski <Nicolas.Kowalski@imag.fr> writes:

> (setq gnus-parameters
>  '(
>
>    ;;
>    ;; News: remove agent faces
>    ;;
>    ("^nntp.*"
>     (agent-disable-undownloaded-faces t)
>     )
>
>    )
> )

put that in ~/.gnus, no changes
put (setq gnus-summary-use-undownloaded-faces nil) (C-H a is your
friend;) in ~/.gnus, no changes either

grrr there's something obvious i'm missing...

-- 
SPACE-TIME VORTEX. BOMBED. SINKING. U-839.


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

* Re: all my summary is shown in one face
       [not found]       ` <n9moeu6ksbh.fsf@polimi.it>
@ 2003-12-18 17:03         ` Johan Bockgård
       [not found]           ` <n9mwu8tjn2s.fsf@polimi.it>
  0 siblings, 1 reply; 4+ messages in thread
From: Johan Bockgård @ 2003-12-18 17:03 UTC (permalink / raw)


giacomo boffi <giacomo.boffi@polimi.it> writes:

> this one worked ok... don't know why "^nntp.*" didn't match
> anything... bah, now it's alright

Native server (gnus-select-method)?

-- 
Johan Bockgård


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

* Re: all my summary is shown in one face
       [not found]           ` <n9mwu8tjn2s.fsf@polimi.it>
@ 2003-12-19  8:20             ` Nicolas Kowalski
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Kowalski @ 2003-12-19  8:20 UTC (permalink / raw)


giacomo boffi <giacomo.boffi@polimi.it> writes:

> bojohan+news@dd.chalmers.se (Johan Bockgård) writes:
>
>> giacomo boffi <giacomo.boffi@polimi.it> writes:
>>
>>> this one worked ok... don't know why "^nntp.*" didn't match
>>> anything... bah, now it's alright
>>
>> Native server (gnus-select-method)?
>
> once i felt like i had a sort of an understanding of gnus,
> but time wins over illusions...

If your news server is defined as primary, the group "gnu.emacs.gnus"
will have a fully qualified name of "gnus.emacs.gnus", so the regexp
"^nntp.*" does not match it.

To avoid this confusion, I now use (nnnil "") as primary select
method, so that all groups have a fully qualified name easier to
match, such as "nntp:gnu.emacs.gnus" or "nnimap:mail/work".

Here is my setup:

(setq 

 ;;
 ;; The primary method is nothing. This makes all other methods
 ;; secondary ones, thus allows us to only use fully qualified
 ;; group names
 ;;
 gnus-select-method '(nnnil "")


 ;;
 ;; Methods to get mail and news
 ;;
 gnus-secondary-select-methods 
 '(
   ;; Mail
   (nnimap ""
	   (nnimap-address "mail-veri"))

   ;; News
   (nntp "" (nntp-address "news"))
   )
 )
  
-- 
Nicolas


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

* Re: all my summary is shown in one face
       [not found] ` <vqo1xr2qwcw.fsf@gandoliere.imag.fr>
@ 2003-12-18 10:09   ` giacomo boffi
  2003-12-18 10:25   ` giacomo boffi
  1 sibling, 0 replies; 4+ messages in thread
From: giacomo boffi @ 2003-12-18 10:09 UTC (permalink / raw)


Nicolas Kowalski <Nicolas.Kowalski@imag.fr> writes:

> giacomo boffi <giacomo.boffi@polimi.it> writes:
>
>> all my summary is shown in one face, namely what customize calls
>>
>>   "Gnus Summary Normal Undownloaded Face"

> You can set group parameters to disable this behaviour. I define them
> in my ~/.gnus, like this:
>
> (setq gnus-parameters
>  '(
>
>    ;;
>    ;; News: remove agent faces
>    ;;
>    ("^nntp.*"
>     (agent-disable-undownloaded-faces t)
>     )
>
>    )
> )

this is what i call good, timely service... thank you Nicolas!

-- 
BOMBED BY SALESMEN. CREW UNMOTIVATED. SINKING. U-218.


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

end of thread, other threads:[~2003-12-19  8:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <n9my8ta4fn4.fsf@polimi.it>
     [not found] ` <vqo1xr2qwcw.fsf@gandoliere.imag.fr>
2003-12-18 10:09   ` all my summary is shown in one face giacomo boffi
2003-12-18 10:25   ` giacomo boffi
     [not found]     ` <vqosmji2xem.fsf@gandoliere.imag.fr>
     [not found]       ` <n9moeu6ksbh.fsf@polimi.it>
2003-12-18 17:03         ` Johan Bockgård
     [not found]           ` <n9mwu8tjn2s.fsf@polimi.it>
2003-12-19  8:20             ` Nicolas Kowalski

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