Mercurial > emacs
annotate leim/README @ 33660:b22657305a2c
(refill-ignorable-overlay): New variable.
(refill-adjust-ignorable-overlay): New function.
(refill-pre-command-function): New function.
(refill-mode): Add `refill-pre-command-function' to `pre-command-hook'.
Initialize/cleanup `refill-ignorable-overlay'.
(refill-post-command-function): Don't reset refill-doit in the case
where a self-insertion command doesn't case a refill. Use
`refill-fill-paragraph-at', getting position from `refill-doit'.
(refill-after-change-function): Set `refill-doit' to END.
(refill-fill-paragraph-at): New function, mostly from old
refill-fill-paragraph. Use `refill-ignorable-overlay' to fill only the
paragraph's tail if possible. Update `refill-ignorable-overlay'. Don't
leave point inside the fill-prefix.
(refill-fill-paragraph): Use `refill-fill-paragraph-at'.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 21 Nov 2000 01:10:34 +0000 |
parents | a4bef8dfb930 |
children | 17b120bee51b |
rev | line source |
---|---|
25920 | 1 This directory contains LEIM files. |
2 LEIM stands for Libraries of Emacs Input Methods. | |
3 | |
4 Contents of subdirectories are as follows. | |
5 | |
6 CXTERM-DIC: | |
7 | |
8 This directory contains source dictionaries (TIT format) for Chinese | |
31159 | 9 input method distributed with cxterm (Chinese version xterm). These |
25920 | 10 dictionaries are automatically converted to Quail packages (Emacs Lisp |
11 source file) by `make'. | |
12 | |
13 quail: | |
14 | |
15 This directory contains Emacs Lisp source files for Quail packages. | |
16 | |
17 SKK-DIC: | |
18 | |
19 This directory contains source dictionary for Japanese input method | |
20 distributed with SKK (Japanese input method run with Mule). But, you | |
21 don't need this file because we distribute an Emacs Lisp source file | |
33624 | 22 ja-dic/ja-dic.el which has already been converted from the source |
25920 | 23 dictionary (See below). |
24 | |
31161
8986e62b3e17
Rename skkdic to ja-dic throughout the file.
Kenichi Handa <handa@m17n.org>
parents:
31159
diff
changeset
|
25 ja-dic: |
25920 | 26 |
31161
8986e62b3e17
Rename skkdic to ja-dic throughout the file.
Kenichi Handa <handa@m17n.org>
parents:
31159
diff
changeset
|
27 This directory contains Emacs Lisp source file ja-dic.el which is |
31159 | 28 generated from a source dictionary in SKK-DIC directory. In addition, |
31161
8986e62b3e17
Rename skkdic to ja-dic throughout the file.
Kenichi Handa <handa@m17n.org>
parents:
31159
diff
changeset
|
29 it contains a byte compiled file ja-dic.elc for users convenience |
8986e62b3e17
Rename skkdic to ja-dic throughout the file.
Kenichi Handa <handa@m17n.org>
parents:
31159
diff
changeset
|
30 because it takes rather long time to byte-compile ja-dic.el. |