Mercurial > emacs
annotate admin/FOR-RELEASE @ 59322:b0bb670d6f7d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 03 Jan 2005 03:20:06 +0000 |
parents | 99cedf3ad084 |
children | 75e5456e5a43 |
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 |
58047
f770ded5ea67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57894
diff
changeset
|
7 ** Make Rmail find the best version of movemail. |
f770ded5ea67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57894
diff
changeset
|
8 To be done by Sergey Poznyakoff <gray@Mirddin.farlep.net>. |
56267 | 9 |
58110
97a3448cd53c
Add a note about VC-over-Tramp.
André Spiegel <spiegel@gnu.org>
parents:
58059
diff
changeset
|
10 ** 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
|
11 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
|
12 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
|
13 |
56267 | 14 * FATAL ERRORS |
15 | |
16 ** Investigate face cache related crash. | |
17 | |
18 Indications: Face cache seems to have been cleared, but | |
19 redisplay uses an invalidated face_id with FACE_FROM_ID | |
20 which then returns a NULL pointer. Said to happen with | |
21 isearch faces. | |
22 | |
57845
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
23 ** Investigate reported crashes in compact_small_strings. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
24 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
25 ** Investigate reported crashes related to using an |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
26 invalid pointer from string_free_list. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
27 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
28 |
57829
95e2d2018daa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57356
diff
changeset
|
29 * LOSSAGE |
95e2d2018daa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57356
diff
changeset
|
30 |
95e2d2018daa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57356
diff
changeset
|
31 ** Clean up flymake.el to follow Emacs Lisp conventions. |
56267 | 32 |
58310
0f51d789a78e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58286
diff
changeset
|
33 ** Fix up url-ldap.el. |
0f51d789a78e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58286
diff
changeset
|
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 |
59263
dba05e4999d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58997
diff
changeset
|
37 ** Incomplete overlay mouse-face highlight bug (Ralf Angeli, Oct 18) |
dba05e4999d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58997
diff
changeset
|
38 |
58814
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
39 ** Ange-ftp should ignore irrelevant IPv6 errors: |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
40 |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
41 Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl> |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
42 From: "Piet van Oostrum" <piet@cs.uu.nl> |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
43 To: emacs-pretest-bug@gnu.org |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
44 Subject: Ange-ftp can't deal with IPV6/IPV4 fallback |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
45 |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
46 Symptoms: |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
47 |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
48 C-x C-f /ftp.nluug.nl:/ |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
49 |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
50 The problem is that the DNS first gives an IPV6 address. However our |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
51 router doesn't do IPV6. Ftp then falls back to IPV4: |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
52 |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
53 ftp> open ftp.nluug.nl |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
54 Trying 2001:610:1:80aa:192:87:102:36... |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
55 ftp: connect to address 2001:610:1:80aa:192:87:102:36: No route to host |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
56 Trying 192.87.102.36... |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
57 Connected to ftp.nluug.nl. |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
58 |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
59 Ange-ftp chokes on the `No route to host' message and doesn't look any |
58997 | 60 further. |
58814
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
61 |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
62 I think in the near future we will see more of this problem, so it might be |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
63 time to make anfe-ftp more intelligent. |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
64 |
58282
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
65 ** Bug in url-http-parse-headers, reported in |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
66 From: Vivek Dasmohapatra <vivek@zeus.com> |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
67 Date: Tue, 28 Sep 2004 16:13:13 +0100 |
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 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
|
70 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
|
71 |
58404 | 72 url-http-parse-headers calls url-http-handle-authentication, |
73 which can call url-retrieve. | |
58282
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
74 |
58404 | 75 This results in the current buffer being killed, and a new http buffer |
76 being generated. However, when the old http buffer is killed, emacs | |
77 picks the top buffer from the list as the new current buffer, so by the | |
78 time we get to the end of url-http-parse-headers, _that_ buffer is marked | |
79 as dead even though it is not necessarily a url buffer, so next time the | |
80 url libraries reap their dead buffers, an innocent bystander buffer is | |
58282
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
81 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
|
82 |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
83 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
|
84 on the return value of url-http-parse-headers: |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
85 |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
86 (case url-http-response-status |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
87 (401 |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
88 ;; The request requires user authentication. The response |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
89 ;; MUST include a WWW-Authenticate header field containing a |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
90 ;; challenge applicable to the requested resource. The |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
91 ;; client MAY repeat the request with a suitable |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
92 ;; Authorization header field. |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
93 (url-mark-buffer-as-dead (current-buffer)) |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
94 (set-buffer (url-http-handle-authentication nil))) |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
95 etc .... |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
96 |
58404 | 97 which makes sure that it is the right http buffer that is current when |
58282
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
98 we come to mark the http buffers as dead. |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
99 |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
100 |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
101 |
56267 | 102 * GTK RELATED BUGS |
103 | |
56253
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
104 ** 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
|
105 |
57845
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
106 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
107 * REDISPLAY RELATED BUGS |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
108 |
58997 | 109 ** Strange text scrolling with Emacs + GTK |
110 | |
111 > I could reproduce the problem with the latest CVS. | |
112 > | |
113 > % emacs -Q | |
114 > M-x info RET | |
115 > M-> | |
116 > C-l | |
117 > C-x ( C-u - 1 C-v C-x ) | |
118 > C-x e e e e ... | |
119 > | |
120 > I see the problem around "CC mode" and "Forms". | |
121 | |
122 It is not specific for the first line of a buffer. | |
123 | |
124 Rather it happens for lines which are indented but the | |
125 indentation is controlled by a display property and | |
126 the newline is part of that display property -- in | |
127 that case, the indentation is not recognized for the | |
128 first display line. | |
129 | |
130 | |
57845
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
131 ** Avoid unbreakable loops in redisplay. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
132 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
133 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
|
134 (space 'left-margin) |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
135 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
136 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
|
137 is encountered. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
138 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
139 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
140 ** Problem with modeline and window margins: |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
141 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
142 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
|
143 rather than at the right window edge. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
144 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
145 emacs -Q |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
146 (set-window-margins nil 25 25) |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
147 C-x 2 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
148 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
149 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
150 ** custom mode-line face makes Emacs freeze up |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
151 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
152 From: Stephen Berman <Stephen.Berman@gmx.net> |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
153 Date: Sun, 24 Oct 2004 02:08:56 +0200 |
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 1. Start Emacs with -q -no-site-file. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
156 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
157 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
|
158 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
159 3. In the Custom buffer for mode-line face |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
160 a. check width and give it the value `narrow'; |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
161 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
|
162 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
|
163 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
|
164 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
165 4. Set for current session. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
166 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
167 5. Invoke Ediff on any two files. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
168 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
169 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
|
170 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
171 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
|
172 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
|
173 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
|
174 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
|
175 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
|
176 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
177 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
|
178 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
|
179 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
|
180 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
|
181 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
|
182 |
57894 | 183 Update: Maybe only reveals itself when compiled with GTK+ |
184 | |
57845
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
185 |
58196 | 186 ** Partial highlighting of wrapped overlay |
187 | |
188 From: Ralf Angeli <angeli@iwi.uni-sb.de> | |
189 Date: Mon, 18 Oct 2004 19:09:19 +0200 | |
190 | |
191 If you put | |
192 | |
193 (let* ((length (+ (- (window-width) (current-column)) 40)) | |
194 (start (point)) | |
195 (end (+ (point) length)) | |
196 (string (make-string length ?x)) | |
197 ov) | |
198 (insert string) | |
199 (setq ov (make-overlay start end)) | |
200 (overlay-put ov 'mouse-face 'highlight) | |
201 (overlay-put ov 'display string)) | |
202 | |
203 into the *scratch* buffer and type `C-x C-e' with point at the last | |
204 parenthesis, you will get a string which does not fit into the line | |
205 and has to be wrapped. If you move over it with your mouse, you | |
206 should see that only the part on the second line is being highlighted. | |
207 The full string is highlighted only if the 'display property is not | |
208 set. | |
209 | |
210 | |
211 | |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
212 * DOCUMENTATION |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
213 |
58047
f770ded5ea67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57894
diff
changeset
|
214 ** Document Custom Themes. |
f770ded5ea67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57894
diff
changeset
|
215 |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
216 ** Finish updating the Emacs Lisp manual. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
217 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
218 ** Update the Emacs manual. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
219 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
220 *** Update man/info.texi. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
221 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
222 *** Update man/ack.texi. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
223 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
224 ** Add missing years in copyright notices of all files. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
225 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
226 ** Update AUTHORS. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
227 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
228 ** Reorder NEWS entries. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
229 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
230 ** Check the Emacs manual. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
231 |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
232 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
|
233 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
|
234 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
|
235 |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
236 |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
237 SECTION READERS |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
238 ----------------------------- |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
239 man/abbrevs.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
240 man/anti.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
241 man/basic.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
242 man/buffers.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
243 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
|
244 man/calendar.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
245 man/cmdargs.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
246 man/commands.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
247 man/custom.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
248 man/dired.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
249 man/display.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
250 man/emacs.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
251 man/entering.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
252 man/files.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
253 man/fixit.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
254 man/frames.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
255 man/glossary.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
256 man/help.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
257 man/indent.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
258 man/killing.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
259 man/kmacro.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
260 man/macos.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
261 man/maintaining.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
262 man/major.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
263 man/mark.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
264 man/mini.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
265 man/misc.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
266 man/msdog.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
267 man/mule.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
268 man/m-x.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
269 man/picture.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
270 man/programs.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
271 man/regs.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
272 man/rmail.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
273 man/screen.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
274 man/search.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
275 man/sending.texi |
57341
967feac6af3d
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57175
diff
changeset
|
276 man/text.texi "Luc Teirlinck" |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
277 man/trouble.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
278 man/windows.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
279 man/xresources.texi |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
280 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
281 ** Check the Emacs Lisp manual. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
282 |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
283 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
|
284 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
|
285 names of the people who have checked it. |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
286 |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
287 SECTION READERS |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
288 ---------------------------------- |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
289 lispref/abbrevs.texi "Luc Teirlinck" |
58047
f770ded5ea67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57894
diff
changeset
|
290 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
|
291 lispref/anti.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
292 lispref/backups.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
293 lispref/buffers.texi "Luc Teirlinck" |
58047
f770ded5ea67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57894
diff
changeset
|
294 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
|
295 lispref/commands.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
296 lispref/compile.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
297 lispref/control.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
298 lispref/customize.texi |
58282
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
299 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
|
300 lispref/display.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
301 lispref/edebug.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
302 lispref/elisp.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
303 lispref/errors.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
304 lispref/eval.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
305 lispref/files.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
306 lispref/frames.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
307 lispref/functions.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
308 lispref/hash.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
309 lispref/help.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
310 lispref/hooks.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
311 lispref/internals.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
312 lispref/intro.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
313 lispref/keymaps.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
314 lispref/lists.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
315 lispref/loading.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
316 lispref/locals.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
317 lispref/macros.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
318 lispref/maps.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
319 lispref/markers.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
320 lispref/minibuf.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
321 lispref/modes.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
322 lispref/nonascii.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
323 lispref/numbers.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
324 lispref/objects.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
325 lispref/os.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
326 lispref/positions.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
327 lispref/processes.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
328 lispref/searching.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
329 lispref/sequences.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
330 lispref/streams.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
331 lispref/strings.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
332 lispref/symbols.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
333 lispref/syntax.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
334 lispref/text.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
335 lispref/tips.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
336 lispref/variables.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
337 lispref/windows.texi "Luc Teirlinck" |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
338 |
56267 | 339 |
340 Local variables: | |
341 mode: outline | |
342 end: |