* mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): Write white
[elisp/flim.git] / DOODLE-TIPS
1 * You should byte-compile(make).
2 Because DOODLE uses very complex macro.
3
4 Especialy ew-line.el, ew-scan-m.el, ew-scan-s.el and ew-scan-u.el that
5 are require 'lex.
6 (lex is scanner generator.)
7
8 * Multiline field-bodies fetched from XOVER is already unfolded,
9 so special care is needed for gnus-structured-field-decoder and
10 gnus-unstructured-field-decoder.
11
12 (autoload 'ew-gnus-structured-field-decoder "ew-compat")
13 (setq gnus-structured-field-decoder 'ew-gnus-structured-field-decoder)
14
15 (autoload 'ew-gnus-unstructured-field-decoder "ew-compat")
16 (setq gnus-unstructured-field-decoder 'ew-gnus-unstructured-field-decoder)
17
18 * Ignore warnings about args-eword-* when byte-compiling.
19
20 * If you want to modify load-path or other variables when
21 byte-compiling without editing files, set EVALARGS environment variable.
22
23   % EVALARGS='(setq load-path (cons "../apel" load-path))' make
24
25 * If you use Chao-gnus 6.9, change nnheader.el.
26
27 diff -u -F^( -r1.10.2.1.2.17 nnheader.el
28 --- nnheader.el 1998/10/20 11:52:46     1.10.2.1.2.17
29 +++ nnheader.el 1998/10/25 14:12:57
30 @@ -110,10 +110,10 @@ (defsubst make-full-mail-header (&option
31     nil
32     nil nil nil
33     (if subject
34 -       (eword-decode-and-unfold-unstructured-field subject)
35 +       (eword-decode-field-body subject 'Subject t)
36       )
37     (if from
38 -       (eword-decode-and-unfold-structured-field from)
39 +       (eword-decode-field-body from 'From t)
40       )
41     date id references
42     chars lines xref