diff --git a/README b/README new file mode 100644 index 0000000..48c605e --- /dev/null +++ b/README @@ -0,0 +1,23 @@ +;;; xcite.el --- exciting cite utility +;;; (c)1996-2017 by HIROSE Yuuji [yuuji@gentei.org] + +;;[Commentary] +;; +;; This package enables you to register as many mail/news citation +;; prefix as you like according to each author, and to select those +;; headers randomly. +;; +;; xciteを使うと、メイルやニュースの他者の記事の引用時に、行頭に付 +;; 加する発言者を表す 「広瀬>」 のような引用文字列(以後引用タグ)を、 +;; その相手毎に登録できます。引用タグを複数個登録すると引用時にそれ +;; らをランダムに選ぶことができます。たくさん登録しておくとどれが出 +;; て来るか分からないので、なかなかエキサイティングです(うそ)。C-u +;; を付けてからxciteを呼ぶと、ミニバッファで複数の引用タグを C-n や +;; C-p で選択したり、新たなタグで引用することができます。変数の設定 +;; により、「デフォルトで選択、C-uを付けたらランダム」というように +;; 挙動を変更することができます。 +;; +;; xcite は Emacs 上で返事を書くものであれば、mh-e, mew, gnus など、 +;; あらゆるパッケージと組み合わせて使うことが出来ます。また、他のパッ +;; ケージの引用関数のフックとして働くのではなく、全て自力で引用文を +;; 作成するので、上記のパッケージがなくても動作します。 diff --git a/xcite.el b/xcite.el index f92183c..eb7b34c 100644 --- a/xcite.el +++ b/xcite.el @@ -1,6 +1,6 @@ ;;; xcite.el --- exciting cite utility -*- coding: iso-2022-jp -*- ;;; (c)1996-2017 by HIROSE Yuuji [yuuji@gentei.org] -;;; $Id$ +;;; $Id: xcite.el,v 1.61 2017/09/10 00:43:17 yuuji Exp $ ;;; Last modified Sun Sep 10 09:41:42 2017 on firestorm ;;; Update count: 499 @@ -1134,7 +1134,7 @@ nil))) (provide 'xcite) -(defconst xcite:revision "$Revision$" +(defconst xcite:revision "$Revision: 1.61 $" "Revision number of xcite.el") (defconst xcite:version (progn (string-match "\\([0-9.]+\\)" xcite:revision)