[EMAIL PROTECTED] (Paulo Jorge de O. C. de Matos) writes:
> "Jose A. Ortega Ruiz" <[EMAIL PROTECTED]> writes:
>
>
>> (setq gnus-ignored-newsgroups
>> "^to\\.\\|^[0-9. ]+\\( \\|$\\)\\|^[\"]]\"[#'()]")
>>
>>
>
> Thanks, that might be it. From someone who is not really understanding
> this line completely why have you left so many spaced inside the
> [0-9. ... ] part?
>
This should be a space followed by a single TAB character: you can use
\t instead:
(setq gnus-ignored-newsgroups
"^to\\.\\|^[0-9. \t]+\\( \\|$\\)\\|^[\"]]\"[#'()]")
If you want to include folder names with spaces in them, keep out the
space.
HTH,
jao
--
Lisp has assisted a number of our most gifted fellow humans in
thinking previously impossible thoughts. —Edsger Dijkstra
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english