[Mew-dist 07435] Re: saving pick patterns and using them again later...
sen_ml at example.com
sen_ml at example.com
1999年 2月 15日 (月) 10:51:06 JST
At around Mon, 15 Feb 1999 00:28:36 +0900,
Umekichi <umekichi at example.com> may have mentioned:
> I've not yet understood your implementation in detail, but I
> think you can do what you want to do by using
> 'mew-pick-define-macro'.
>
> For example, place following lisp expression in your .emacs file,
>
> (add-hook 'mew-init-hook
> (function
> (lambda ()
> (if (fboundp 'mew-pick-define-macro)
> (progn
> (mew-pick-define-macro "mew" "subject=\\[Mew-dist")
> (mew-pick-define-macro "tocc=#" "to=#|cc=#")
> (mew-pick-define-macro "pgp-users" "tocc=pgp-users@")
> )))))
>
> and when you meet "pick pattern: " prompt, fill it with
> "mew" or "pgp-users".
...and completion on pick patterns works too! great! thank you for
sharing your thoughts.
i would also like the ability for users to define new patterns and
edit exiting ones w/o having to modify their .emacs file (or some
other file) directly :-) (the sample implementation i sent does not do
this -- it's in the todo.)
actually, is there some sort of mew-config.el? something that would
let users configure mew (and may be im) through a mechanism like forms
mode (or may be customize?). if there were something like that,
perhaps new patterns could be created or existing patterns edited.
is there any interest in something like this? or any suggestions on
what would be good approaches?
Mew-dist メーリングリストの案内