Mercurial > emacs
annotate admin/FOR-RELEASE @ 58282:7c3f5740a5cc
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 16 Nov 2004 17:31:19 +0000 |
parents | 8cb4d5028bf5 |
children | 2f43cfd17082 |
rev | line source |
---|---|
56253
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
1 Tasks needed before the next release. |
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
2 |
56267 | 3 * NEW FEATURES |
4 | |
56272
134a7ba00965
Add Gnus and face remapping entries.
Kim F. Storm <storm@cua.dk>
parents:
56270
diff
changeset
|
5 ** Face remapping. |
134a7ba00965
Add Gnus and face remapping entries.
Kim F. Storm <storm@cua.dk>
parents:
56270
diff
changeset
|
6 |
57845
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
7 ** Let mouse-1 follow links. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
8 |
58047
f770ded5ea67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57894
diff
changeset
|
9 ** Make Rmail find the best version of movemail. |
f770ded5ea67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57894
diff
changeset
|
10 To be done by Sergey Poznyakoff <gray@Mirddin.farlep.net>. |
56267 | 11 |
58110
97a3448cd53c
Add a note about VC-over-Tramp.
André Spiegel <spiegel@gnu.org>
parents:
58059
diff
changeset
|
12 ** Make VC-over-Tramp work where possible, or at least fail |
97a3448cd53c
Add a note about VC-over-Tramp.
André Spiegel <spiegel@gnu.org>
parents:
58059
diff
changeset
|
13 gracefully if something isn't supported over Tramp. |
97a3448cd53c
Add a note about VC-over-Tramp.
André Spiegel <spiegel@gnu.org>
parents:
58059
diff
changeset
|
14 To be done by Andre Spiegel <spiegel@gnu.org>. |
97a3448cd53c
Add a note about VC-over-Tramp.
André Spiegel <spiegel@gnu.org>
parents:
58059
diff
changeset
|
15 |
56267 | 16 * FATAL ERRORS |
17 | |
18 ** Investigate face cache related crash. | |
19 | |
20 Indications: Face cache seems to have been cleared, but | |
21 redisplay uses an invalidated face_id with FACE_FROM_ID | |
22 which then returns a NULL pointer. Said to happen with | |
23 isearch faces. | |
24 | |
57845
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
25 ** Investigate reported crashes in compact_small_strings. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
26 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
27 ** Investigate reported crashes related to using an |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
28 invalid pointer from string_free_list. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
29 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
30 |
57829
95e2d2018daa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57356
diff
changeset
|
31 * LOSSAGE |
95e2d2018daa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57356
diff
changeset
|
32 |
95e2d2018daa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57356
diff
changeset
|
33 ** Clean up flymake.el to follow Emacs Lisp conventions. |
56267 | 34 |
58282
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
35 * BUGS |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
36 |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
37 ** Bug in url-http-parse-headers, reported in |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
38 From: Vivek Dasmohapatra <vivek@zeus.com> |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
39 Date: Tue, 28 Sep 2004 16:13:13 +0100 |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
40 |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
41 Fetching a url with url-retrieve can reult in an anrbitrary buffer |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
42 being killed if a 401 (or possibly a 407) result is encountered: |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
43 |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
44 url-http-parse-headers calls url-http-handle-authentication, |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
45 which can call url-retrieve. |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
46 |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
47 This results in the current buffer being killed, and a new http buffer |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
48 being generated. However, when the old http buffer is killed, emacs |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
49 picks the top buffer from the list as the new current buffer, so by the |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
50 time we get to the end of url-http-parse-headers, _that_ buffer is marked |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
51 as dead even though it is not necessarily a url buffer, so next time the |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
52 url libraries reap their dead buffers, an innocent bystander buffer is |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
53 killed instead (and an obsolete http buffer may be left lying around too). |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
54 |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
55 A possible fix (which I am currently using) is to call set-buffer |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
56 on the return value of url-http-parse-headers: |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
57 |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
58 (case url-http-response-status |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
59 (401 |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
60 ;; The request requires user authentication. The response |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
61 ;; MUST include a WWW-Authenticate header field containing a |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
62 ;; challenge applicable to the requested resource. The |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
63 ;; client MAY repeat the request with a suitable |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
64 ;; Authorization header field. |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
65 (url-mark-buffer-as-dead (current-buffer)) |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
66 (set-buffer (url-http-handle-authentication nil))) |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
67 etc .... |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
68 |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
69 which makes sure that it is the right http buffer that is current when |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
70 we come to mark the http buffers as dead. |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
71 |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
72 |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
73 |
56267 | 74 * GTK RELATED BUGS |
75 | |
56253
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
76 ** Make GTK scrollbars behave like others w.r.t. overscrolling. |
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
77 |
57845
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
78 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
79 * REDISPLAY RELATED BUGS |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
80 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
81 ** Avoid unbreakable loops in redisplay. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
82 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
83 Redisplay may loop if there is an error in some display property, e.g. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
84 (space 'left-margin) |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
85 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
86 A fix would be to somehow disable handling of display properties if an error |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
87 is encountered. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
88 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
89 ** Problem with cursor border around images and window-margins: |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
90 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
91 The border around the image when the cursor is on the image |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
92 flows into the right fringe and margin. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
93 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
94 (progn |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
95 (auto-image-file-mode 1) |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
96 (find-file (concat data-directory "splash.xpm")) |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
97 (set-window-margins (selected-window) 25 25)) |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
98 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
99 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
100 ** Problem with modeline and window margins: |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
101 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
102 The mode line's right "box" line is misplaced under the right margin, |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
103 rather than at the right window edge. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
104 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
105 emacs -Q |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
106 (set-window-margins nil 25 25) |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
107 C-x 2 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
108 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
109 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
110 ** custom mode-line face makes Emacs freeze up |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
111 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
112 From: Stephen Berman <Stephen.Berman@gmx.net> |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
113 Date: Sun, 24 Oct 2004 02:08:56 +0200 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
114 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
115 1. Start Emacs with -q -no-site-file. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
116 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
117 2. Type `M-x customize-face' and at the prompt `mode-line'. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
118 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
119 3. In the Custom buffer for mode-line face |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
120 a. check width and give it the value `narrow'; |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
121 b. check height and give it the value 120 in 1/10 pt; |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
122 c. check underline and give it the value `on' (or `colored'); |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
123 d. check overline and give it the value `on' (or `colored'). |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
124 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
125 4. Set for current session. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
126 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
127 5. Invoke Ediff on any two files. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
128 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
129 6. Now Emacs is frozen and consumes 95-99% of CPU. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
130 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
131 The customizations in step 3 appear to be the minimum necessary to |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
132 induce this bug. Leave out any one of them and Ediff runs without a |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
133 problem. Also if the 1/10 point value of height is 130 or greater |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
134 there's no bug (with the default font family; with e.g. Helvetica the |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
135 bug is induced only by a value of 100 or less). |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
136 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
137 I've noticed this freeze up only when invoking Ediff. The only thing |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
138 I've been able to do is kill Emacs externally, via top or with kill |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
139 when run in gdb, after interrupting. When the freeze up happens |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
140 within a gdb session, there is no automatic debugging feedback. After |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
141 interrupting I can get a backtrace, here's an example: |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
142 |
57894 | 143 Update: Maybe only reveals itself when compiled with GTK+ |
144 | |
57845
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
145 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
146 ** line-spacing and Electric-pop-up-window |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
147 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
148 From: SAITO Takuya <tabmore@rivo.mediatti.net> |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
149 Date: Mon, 31 May 2004 02:08:10 +0900 (JST) |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
150 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
151 Electric-pop-up-window does not work well |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
152 if truncate long lines disabled and/or |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
153 `line-spacing' is set to positive integer. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
154 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
155 For example, start emacs -Q --line-spacing 1, and type M-` . |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
156 Then, the last line of *Completions* buffer is not visible. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
157 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
158 fit-window-to-buffer works well for me, so I guess |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
159 Electric-pop-up-window can use it. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
160 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
161 |
58196 | 162 ** Partial highlighting of wrapped overlay |
163 | |
164 From: Ralf Angeli <angeli@iwi.uni-sb.de> | |
165 Date: Mon, 18 Oct 2004 19:09:19 +0200 | |
166 | |
167 If you put | |
168 | |
169 (let* ((length (+ (- (window-width) (current-column)) 40)) | |
170 (start (point)) | |
171 (end (+ (point) length)) | |
172 (string (make-string length ?x)) | |
173 ov) | |
174 (insert string) | |
175 (setq ov (make-overlay start end)) | |
176 (overlay-put ov 'mouse-face 'highlight) | |
177 (overlay-put ov 'display string)) | |
178 | |
179 into the *scratch* buffer and type `C-x C-e' with point at the last | |
180 parenthesis, you will get a string which does not fit into the line | |
181 and has to be wrapped. If you move over it with your mouse, you | |
182 should see that only the part on the second line is being highlighted. | |
183 The full string is highlighted only if the 'display property is not | |
184 set. | |
185 | |
186 | |
187 | |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
188 * DOCUMENTATION |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
189 |
58047
f770ded5ea67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57894
diff
changeset
|
190 ** Document Custom Themes. |
f770ded5ea67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57894
diff
changeset
|
191 |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
192 ** Finish updating the Emacs Lisp manual. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
193 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
194 ** Update the Emacs manual. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
195 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
196 *** Update man/info.texi. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
197 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
198 *** Update man/ack.texi. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
199 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
200 ** Add missing years in copyright notices of all files. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
201 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
202 ** Update AUTHORS. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
203 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
204 ** Reorder NEWS entries. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
205 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
206 ** Check the Emacs manual. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
207 |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
208 Each manual section should be proof-read by at least two people. |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
209 After each file name, on the same line or the following line, come the |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
210 names of the people who have checked it. |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
211 |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
212 |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
213 SECTION READERS |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
214 ----------------------------- |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
215 man/abbrevs.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
216 man/anti.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
217 man/basic.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
218 man/buffers.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
219 man/building.texi "Ted Zlatanov" <tzz@lifelogs.com> |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
220 man/calendar.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
221 man/cmdargs.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
222 man/commands.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
223 man/custom.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
224 man/dired.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
225 man/display.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
226 man/emacs.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
227 man/entering.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
228 man/files.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
229 man/fixit.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
230 man/frames.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
231 man/glossary.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
232 man/help.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
233 man/indent.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
234 man/killing.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
235 man/kmacro.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
236 man/macos.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
237 man/maintaining.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
238 man/major.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
239 man/mark.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
240 man/mini.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
241 man/misc.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
242 man/msdog.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
243 man/mule.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
244 man/m-x.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
245 man/picture.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
246 man/programs.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
247 man/regs.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
248 man/rmail.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
249 man/screen.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
250 man/search.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
251 man/sending.texi |
57341
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57175
diff
changeset
|
252 man/text.texi "Luc Teirlinck" |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
253 man/trouble.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
254 man/windows.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
255 man/xresources.texi |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
256 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
257 ** Check the Emacs Lisp manual. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
258 |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
259 Each manual section should be proof-read by at least two people. |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
260 After each file name, on the same line or the following line, come the |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
261 names of the people who have checked it. |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
262 |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
263 SECTION READERS |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
264 ---------------------------------- |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
265 lispref/abbrevs.texi "Luc Teirlinck" |
58047
f770ded5ea67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57894
diff
changeset
|
266 lispref/advice.texi Joakim Verona <joakim@verona.se> |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
267 lispref/anti.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
268 lispref/backups.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
269 lispref/buffers.texi "Luc Teirlinck" |
58047
f770ded5ea67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57894
diff
changeset
|
270 lispref/calendar.texi Joakim Verona <joakim@verona.se> |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
271 lispref/commands.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
272 lispref/compile.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
273 lispref/control.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
274 lispref/customize.texi |
58282
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
275 lispref/debugging.texi Joakim Verona <joakim@verona.se> |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
276 lispref/display.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
277 lispref/edebug.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
278 lispref/elisp.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
279 lispref/errors.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
280 lispref/eval.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
281 lispref/files.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
282 lispref/frames.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
283 lispref/functions.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
284 lispref/hash.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
285 lispref/help.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
286 lispref/hooks.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
287 lispref/internals.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
288 lispref/intro.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
289 lispref/keymaps.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
290 lispref/lists.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
291 lispref/loading.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
292 lispref/locals.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
293 lispref/macros.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
294 lispref/maps.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
295 lispref/markers.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
296 lispref/minibuf.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
297 lispref/modes.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
298 lispref/nonascii.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
299 lispref/numbers.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
300 lispref/objects.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
301 lispref/os.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
302 lispref/positions.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
303 lispref/processes.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
304 lispref/searching.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
305 lispref/sequences.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
306 lispref/streams.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
307 lispref/strings.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
308 lispref/symbols.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
309 lispref/syntax.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
310 lispref/text.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
311 lispref/tips.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
312 lispref/variables.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
313 lispref/windows.texi "Luc Teirlinck" |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
314 |
56267 | 315 |
316 Local variables: | |
317 mode: outline | |
318 end: |