[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mail-user-agent - Noob needs help with elisp ;)
- To: wl-en@lists.airs.net
- Subject: Re: mail-user-agent - Noob needs help with elisp ;)
- From: Erik Hetzner <egh@e6h.org>
- Date: Wed, 27 Apr 2011 10:17:21 -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=j9MPYt3VD4gQ5PExXER6KKK1VRcp/N6Hnr/XR6qSXnM=; b=Aypm7Voa9qznIsU6sGwFWOtamhUpguiJpXjv1xnDWGQYmX7LvOEXNizwuGZ3blJitD 6kOrlNaGBmU6v52V+guu9rXM1H1tPRWehBhBG+pjfsEvTGuaz5nzT1wiTazdkJLK4zHo flbaiAiaYTJ86t5kyguvqzyWCn+cKNEOP2ORE=
- 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=MueS4Gr2DKUi7vs9J2383qrUsdZZwnU6LOiO+NSiPIo/4g7uxHrSKVpd501Yvgrndc H9RqilrsyE6kga9RwbCi2A/ICnAcfHJfoMfytnLLLujwObL/5r9UVgqM9tFS7iH6ZXQF CzUpg6c87VHeMXtKJRBcYbkS/5+cQ3QvPSvPs=
- In-reply-to: <1303924161.2399.26.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: <1303924161.2399.26.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 Wed, 27 Apr 2011 19:09:21 +0200,
Ralf wrote:
>
> $ cat .emacs
> (autoload ’wl-user-agent-compose "wl-draft" nil t)
> (if (boundp ’mail-user-agent)
> (setq mail-user-agent ’wl-user-agent))
> (if (fboundp ’define-mail-user-agent)
> (define-mail-user-agent
> ’wl-user-agent
> ’wl-user-agent-compose
> ’wl-draft-send
> ’wl-draft-kill
> ’mail-send-hook))
Hi Ralf,
If this is really what is in your .emacs file, & it has not been
mangled: replace all instances of ’ with '.
best, Erik
Sent from my free software system <http://fsf.org/>.