[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to make message templet with attachments
- To: wl-en@ml.gentei.org
- Subject: Re: How to make message templet with attachments
- From: Erik Hetzner <egh@e6h.org>
- Date: Sat, 05 Oct 2013 09:13:36 -0700
- Cc: Youngchul Park <ycp101@gmail.com>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:message-id:from:to:cc:subject:in-reply-to:references :user-agent:reply-to:mime-version:content-type; bh=cKK9dRwqe5mY5L/RY/9PkOFWWVQwtwzGdV/6S0K1EWw=; b=zVgnBJvtDIE9vdEvqCjskG89Gsa2vP8zdjIaae/MeUgyGFBSPmgFBwKunIwjmn2Lur UYAQBdkPw4I+zH5q7xBHo1lnyy+NBM7SvTfqnGVjzhL/z6ugYrO66VAJ5VG2K+dnszmM aihpnikYihKNd1BWJR22qEuabyS5QY2LveYUvPR4rHhfMc7hpfsnub3ysVXkUiTxCvhr 3M7pLpLKgBHvXh+jMVm8PYLSYNN7m9k2E225zZOlJIwouy73eSVgK5ms52ScGqXyMYeS j61H6E7yB8AxWtfwiHcG94S0i6mnjhdlU1UIgll2VZm6HuSNuu+dKibp4+6ko0wsOq0u WN9Q==
- In-reply-to: <87r4bzg2lr.wl%ycp101@gmail.com>
- List-help: <mailto:wl-en-ctl@ml.gentei.org?body=help>
- List-id: wl-en.ml.gentei.org
- List-owner: <mailto:wl-en-admin@ml.gentei.org>
- List-post: <mailto:wl-en@ml.gentei.org>
- List-software: fml [fml 4.0 STABLE (20040215/4.0.4_BETA)]
- List-unsubscribe: <mailto:wl-en-ctl@ml.gentei.org?body=unsubscribe>
- References: <87r4bzg2lr.wl%ycp101@gmail.com>
- Reply-to: Erik Hetzner <egh@e6h.org>
- Sender: Erik Hetzner <ehetzner@gmail.com>
- User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)
At Sun, 06 Oct 2013 00:27:12 +0900,
Youngchul Park wrote:
>
> I am running mobile phone shop on internet. I get many inquiries
> about the phones. So, I have to answer for hundreds of inquiries
> everyday. I simply reply them with everyday same information and some
> pictures. I just copy text and paste it into message body. And I put
> customer's name at the top and insert attachments. And it takes about
> 2 minutes to do it.
> I just started to use Wanderlust. I like this. I have tried to
> figure out how to do it simply. I tried to use wl-template-alist. It
> seems not working well. And it would be difficult to change text part
> of message when I have to change some. So, I hope to get some helps
> from here. Please give me a hint where I need to start. Thank you.
Hi Youngchul,
If WL templates aren’t sufficient, maybe one of the emacs template
modes?
http://www.emacswiki.org/cgi-bin/wiki/CategoryTemplates
yasnippet seems to be the most popular.
https://github.com/capitaomorte/yasnippet
It seems pretty easy to get started. Here’s a quick message template I
created:
# -*- mode: snippet -*-
# name: email
# key: msg1
# --
Dear ${1:who},
Blah blah blah. Please ${2:what to do}.
$0
${3:salutation}
If you put this in ~/.emacs.d/snippets/wl-draft-mode/msg1, with
yasnippet-global enabled, you simply type msg1 <TAB> and can then tab
through the ${ ... } parts.
best, Erik
Sent from my free software system <http://fsf.org/>.