[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: M-x help-help-help
On Mon, 2011-04-25 at 12:49 -0700, Erik Hetzner wrote:
> At Mon, 25 Apr 2011 21:30:22 +0200,
> Ralf wrote:
> >
> > Hi Herbert,
> >
> > […]
> >
> > > > starttls-use-gnutls t
> > > > starttls-gnutls-program "gnutls-cli"
> > > > starttls-extra-arguments '("--insecure")
> > >
> > > Again, this is wrong! setq's are missing. You want:
> > >
> > > (setq starttls-use-gnutls t)
> >
> > Hm? Perhaps I don't need to use gnutls-cli? I just found one example
> > including it. Evolution seems to do it without gnutls-cli, so I guess
> > another command is doing the job too.
>
> Please read carefully what Herbert has kindly written (many times).
>
> This does not work to set a variable:
>
> variable-name value
>
> This is what you need:
>
> (setq variable-name value)
>
> Note the use of setq.
>
> best, Erik
> Sent from my free software system <http://fsf.org/>.
It's not part of any file at the moment, anyway, if I should need this
again, I'll take care of it and perhaps I'll take a look at
http://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node1.html
http://www.apl.jhu.edu/~hall/lisp.html#Section1
But more important seems to be the Wanderlust user's manual PDF,
regarding to
- is gnutls-cli needed?
- how to write an email for Wanderlust and not for any default mailers
of Emacs
- etc. ...
Best,
Ralf