[HOME] [VineLinux] [J-Docs] [Cygwin] [Freesofts] [GMT] [Meadow/Elisp] [pLaTeX/DVIOUT]
[History of This Page]

[Meadow1.14.2pre3] [c-sig 3.8] [Xcite 1.42] [Mu-cite 8.1] [野鳥 1.69.2] [APEL 10.3] [SKK/11.6.0] [FILM 1.14.3] [SEMI 1.14.3] [Wanderlust 2.8.0] [Bitmap-MULE 8.4] [X-Face 1.3.6.13] [BBDB 2.32]

Creation Date: 2001-12-17

c-sig 3.8


ずいぶん昔から入っていたのにログを残しておかなかったので, 再インストー ルを機に書いておこうと思います. c-sigとはsignatureの挿入のためのelisp です.

インストール方法

  1. /usr/local/site-lispにtarballを展開するだけ.
  2. 以下の設定を.emacsに追加.
    (autoload 'add-signature "c-sig" "c-sig" t)
    (autoload 'delete-signature "c-sig" "c-sig" t)
    (autoload 'insert-signature-eref "c-sig" "c-sig" t)
    (autoload 'insert-signature-automatically "c-sig" "c-sig" t)
    (autoload 'insert-signature-randomly "c-sig" "c-sig" t)
    (random t)
    (setq sig-replace-string t)
    (global-set-key "\C-cs" 'insert-signature-eref)

Source for this page, title, and macros used in this source.
Powered by nuweb
MailMe!