Re: How do I list all groups by default

2005-07-10 Thread Malte Spiess
Malte Spiess <[EMAIL PROTECTED]> writes: > Angelina Carlton <[EMAIL PROTECTED]> writes: > >> Malte Spiess <[EMAIL PROTECTED]> writes: >>> Okay, I'll stick to pressing L on each startup... :-( >> >>> Thanks anyway... >>>Malte >> >> Actually yesterday I did manage to get it working with this

Re: How do I list all groups by default

2005-07-10 Thread Malte Spiess
Angelina Carlton <[EMAIL PROTECTED]> writes: > Malte Spiess <[EMAIL PROTECTED]> writes: >> Okay, I'll stick to pressing L on each startup... :-( > >> Thanks anyway... >>Malte > > Actually yesterday I did manage to get it working with this regex: > > (setq gnus-permanently-visible-groups "^

Re: How do I list all groups by default

2005-07-10 Thread Angelina Carlton
Malte Spiess <[EMAIL PROTECTED]> writes: > Okay, I'll stick to pressing L on each startup... :-( > Thanks anyway... >Malte Actually yesterday I did manage to get it working with this regex: (setq gnus-permanently-visible-groups "^nnml\\+email\\:.*") -- -Angelina Carlton- orchi

Re: How do I list all groups by default

2005-07-10 Thread Malte Spiess
Angelina Carlton <[EMAIL PROTECTED]> writes: > Malte Spiess <[EMAIL PROTECTED]> writes: >> sorry, I can't be of any help, but I've got the same problem... >> (Maybe that makes it more interesting for others to help. ;-) ) >> I guess it should be possible to somehow make Emacs execute >> "M-x gnus-

Re: How do I list all groups by default

2005-07-09 Thread Adam Sjøgren
On Fri, 08 Jul 2005 17:52:34 -0400, Angelina wrote: > What I ended up doing for each item was G-c to enter the interactive > customization mode. This took forever because I had about 20 to take > care of. Now everything works but it is disappointing because if I need > to make a small change or ad

Re: How do I list all groups by default

2005-07-08 Thread Adam Sjøgren
On Fri, 08 Jul 2005 17:52:34 -0400, Angelina wrote: > What I ended up doing for each item was G-c to enter the interactive > customization mode. This took forever because I had about 20 to take > care of. Now everything works but it is disappointing because if I need > to make a small change or ad

Re: How do I list all groups by default

2005-07-08 Thread Angelina Carlton
Malte Spiess <[EMAIL PROTECTED]> writes: > sorry, I can't be of any help, but I've got the same problem... > (Maybe that makes it more interesting for others to help. ;-) ) > I guess it should be possible to somehow make Emacs execute > "M-x gnus-group-list-all-groups". What I ended up doing for e

Re: How do I list all groups by default

2005-07-08 Thread Malte Spiess
Angelina Carlton <[EMAIL PROTECTED]> writes: > Hello > > I am trying Gnus for the first time and wish to list all my > subscribed groups, particularly the email ones prefixed by > "nnml" > [...] > Neither of these work and I have to press L to see all my mail folders > Not a big deal, but if its p

Re: How do I list all groups by default

2005-07-08 Thread Johan Bockgård
Angelina Carlton <[EMAIL PROTECTED]> writes: > Then I tried by way of group parameters: > > (setq gnus-parameters > '(("^nnml.*" ;; does this not match anything >(visible . t) ;; beginning with nnml? That will not work. Group parameters can be se

Re: How do I list all groups by default

2005-07-08 Thread Adam Sjøgren
On Thu, 07 Jul 2005 20:35:01 -0400, Angelina wrote: > [EMAIL PROTECTED] (Adam Sjøgren) writes: >> (setq gnus-permanently-visible-groups "^nnml:.*") > I tried that just now, it did not work either. I'm quite surprised, as I tested it before answering, and it works here. I just sourced the line

Re: How do I list all groups by default

2005-07-07 Thread Angelina Carlton
Well It looks like I can make customizations using M-x gnus-group-customize which writes it to the .newsrc-eld file. I will live with that if I have to but the files format does not appear to be written for the lowly human to parse (it is fugly) I would much rather this stuff go into my nicely

Re: How do I list all groups by default

2005-07-07 Thread Angelina Carlton
[EMAIL PROTECTED] (Adam Sjøgren) writes: > How about: > (setq gnus-permanently-visible-groups "^nnml:.*") I tried that just now, it did not work either. -- -Angelina Carlton- orchid on irc.freenode.net [EMAIL PROTECTED] web:bzgirl.bakadigital.com --

Re: How do I list all groups by default

2005-07-07 Thread Adam Sjøgren
On Thu, 07 Jul 2005 19:44:24 -0400, Angelina wrote: > I am trying Gnus for the first time and wish to list all my > subscribed groups, particularly the email ones prefixed by > "nnml" > In my .gnus.el I have tried: > (setq gnus-permanently-visible-groups > '(("nnml"))) > But got an "inval

How do I list all groups by default

2005-07-07 Thread Angelina Carlton
Hello I am trying Gnus for the first time and wish to list all my subscribed groups, particularly the email ones prefixed by "nnml" In my .gnus.el I have tried: (setq gnus-permanently-visible-groups '(("nnml"))) But got an "invalid" regex error. Then I tried by way of group parameters: