[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: M-x help-help-help
- To: wl-en@lists.airs.net
- Subject: Re: M-x help-help-help
- From: Erik Hetzner <egh@e6h.org>
- Date: Mon, 25 Apr 2011 12:49:03 -0700
- Cc: Ralf <ralf.mardorf@alice-dsl.net>
- Delivered-to: wl-en@lists.airs.net
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:message-id:from:to:cc:subject :in-reply-to:references:user-agent:reply-to:mime-version :content-type; bh=sUP/JqFPqyXdrSzFIpuole8oYoEgUX0yG43es0EMCs4=; b=kr0FbER1Ha6O2IV6Y2xkPwRRK+B2NeeA+5LV4Rt7YgGueb5Bc6aOrhx8SeY6QGelzM 7H9+gDoQ4WNME6W0KsfJWnJuqYK3IFFOW+lTaSPa5RtVnawn614mua/YA5adEuqSshmh 31ekisXFhAwO1ZBkS5xsUuCFS1sNJJqzHw8NU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:from:to:cc:subject:in-reply-to:references :user-agent:reply-to:mime-version:content-type; b=kJAM377fSz5lF7cC0t+HsP9/WLYPdTIi/CN8PGo/5d7xEEOxs1jvrnPYgQuxQCxMBO DKESsveU9Ula4RtxLiQyMYA8xN54/qigBrJ3vJSPc+kkknrTJuHzqpvrf2whPwJEjwwD nKeaCOlD8r02vRxObFBpECFNDWyvFxIWx6o5s=
- In-reply-to: <1303759822.2273.109.camel@edubuntu>
- List-help: <mailto:wl-en-ctl@lists.airs.net?body=help>
- List-id: wl-en.lists.airs.net
- List-owner: <mailto:wl-en-admin@lists.airs.net>
- List-post: <mailto:wl-en@lists.airs.net>
- List-software: fml [fml stable 20011102.2100]
- List-unsubscribe: <mailto:wl-en-ctl@lists.airs.net?body=unsubscribe>
- References: <1303755968.2273.96.camel@edubuntu> <87zkne6th8.wl%hskuhra@fastmail.fm> <1303759822.2273.109.camel@edubuntu>
- Reply-to: Erik Hetzner <egh@e6h.org>
- User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)
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/>.