[EMAIL PROTECTED] writes: > On 22 oct, 14:30, Sven Bretfeld <[EMAIL PROTECTED]> wrote: >> Hi Charles >> >> It seems to be simple. The is a typing mistake: >> >> Charles Bouillaguet <[EMAIL PROTECTED]> writes: >> > (setq >> > gnus-select-methods '((nnml "")) >> >> ^^^^^^^ >> This has to be gnus-select-method (without s). > > Hi Sven and all, > > Yes, I made this stupid typo. Nethertheless, after fixing it I am now > confronted with a new kind of problem : when I start gnus, it says : > "wrong type argument: symbolp, (nnml "") and doesn't start.... > > any hint ?
It has to be (setq gnus-select-method '(nnml "")) Bye, Tassilo -- No person, no idea, and no religion deserves to be illegal to insult, not even the Church of Emacs. (Richard M. Stallman) _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
