help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: w32-send-mapi.el 0.1


From: Reiner Steib
Subject: Re: w32-send-mapi.el 0.1
Date: Mon, 07 Mar 2005 19:55:53 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

On Mon, Mar 07 2005, Mathias Dahl wrote:

> ;;; w32-send-mapi.el --- send e-mail messages using MAPI
[...]
> ;; URL: http://groups.google.com/groups?q=w32-send-mapi

A persistent URL would be better.  Maybe on EmacsWiki if you don't
have other web space?

> ;; It uses MAPI to send a message by fetching information from a
> ;; normal *mail* buffer to build some vbscript code that is executed
> ;; by wscript.exe.
[...]
> ;;; Usage:
>
> ;; Open up a mail buffer (C-x m).
> ;; Add one or more recipients, a subject and a body.
> ;; Execute it: M-x w32-send-mapi.

Probably quite useful for windows users.

>       (re-search-forward (concat "^" (regexp-quote
>                                       "--text follows this line--")))

Better use `mail-header-separator'.

>       (insert
>        "
>   Const mapToList = 1
> ")

      (insert "\nConst mapToList = 1\n")

... would look nice, IMHO.

You may also try `M-x checkdoc RET' to find style errors.

Bye, Reiner.
Crosspost & Followup-To: gnu.emacs.help
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]