ソースを参照

Add some documentation for edit-server-htmlize code.

Alex Bennée 11 年 前
コミット
14b767b462
1 ファイル変更13 行追加0 行削除
  1. 13 0
      README

+ 13 - 0
README

@@ -29,6 +29,19 @@ edit-server [RET]`. Or you can set the variables' values directly in
 your ~/.emacs.
 
 
+Hooks
+=====
+
+edit-server.el provides two hooks for customising behaviour when edit
+requests are being made. These are:
+
+* edit-server-start-hook - called when editing starts
+* edit-server-done-hook - called when just before the text returned
+
+We now include edit-server-htmlize.el which provides some example
+functions which can be added to these hooks to deal with a popular web
+based email client which sends HTML even in plain text mode.
+
 How it works
 ============