Mercurial > emacs
annotate leim/MISC-DIC/README @ 94352:add0e6cf4336
(completion-table-with-context): Fix `pred' for the
various kinds of completion tables.
(completion-emacs22-try-completion): Place cursor after the /, as was
done in Emacs-22's minibuffer-complete-word.
Fix bug reported by David Hansen <david.hansen@gmx.net>.
(completion-emacs22-try-completion): Merge all mergable text rather than /.
(completion-pcm--delim-wild-regex): New var.
(completion-pcm-word-delimiters): New custom.
(completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
(completion-pcm--string->pattern, completion-pcm--pattern->regex)
(completion-pcm--all-completions, completion-pcm-all-completions)
(completion-pcm--merge-completions, completion-pcm--pattern->string)
(completion-pcm-try-completion): New functions.
(completion-styles-alist): Add them.
(completion-styles): Add it to the default.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 26 Apr 2008 01:47:11 +0000 |
parents | bb025df6fc13 |
children | f83d17e1ace6 |
rev | line source |
---|---|
75396 | 1 The source and copyright status of dictionary files in this directory |
75464 | 2 are categorised into these three groups. |
75396 | 3 |
4 (1) cangjie-table.b5 | |
5 cangjie-table.cns | |
6 | |
75536 | 7 They are verbatim copies of those distributed by the author Christian |
75404 | 8 Wittern himself. Each file contains a license notice. |
75396 | 9 |
10 (2) CTLau.html | |
11 CTLau-b5.html | |
12 | |
75536 | 13 They are verbatim copies of those distributed at the author's home |
14 page <umunhum.stanford.edu/~lee/chicomp/>. Each file contains a | |
15 license notice. | |
75396 | 16 |
17 (3) pinyin.map | |
18 ziranma.cin | |
19 | |
75536 | 20 They are copies of those distributed with a free package |
75396 | 21 called CCE at: |
22 http://ftp.debian.org/debian/dists/potato/main | |
23 /source/utils/cce_0.36.orig.tar.gz | |
24 | |
75537 | 25 As the original files don't contain copyright and license notices, a |
26 proper notice is extracted from the file Copyright and added at the | |
27 head of each file. |