Mercurial > emacs
annotate etc/future-bug @ 76201:19592a6d1649
*** empty log message ***
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 27 Feb 2007 16:52:55 +0000 |
parents | 02e2382f5e8a |
children | 40be809ca221 |
rev | line source |
---|---|
76188
02e2382f5e8a
Add similar copyright disclaimer to that used on
Glenn Morris <rgm@gnu.org>
parents:
49600
diff
changeset
|
1 The Free Software Foundation claims no copyright on this file, taken |
02e2382f5e8a
Add similar copyright disclaimer to that used on
Glenn Morris <rgm@gnu.org>
parents:
49600
diff
changeset
|
2 from the GNU project email archives. |
02e2382f5e8a
Add similar copyright disclaimer to that used on
Glenn Morris <rgm@gnu.org>
parents:
49600
diff
changeset
|
3 |
02e2382f5e8a
Add similar copyright disclaimer to that used on
Glenn Morris <rgm@gnu.org>
parents:
49600
diff
changeset
|
4 |
25852 | 5 Date: Tue, 23 Feb 2199 21:03:50 -0600 |
6 From: Karl Fogel <kfogel@floss.cyclic.com> | |
7 To: bug-gnu-emacs@prep.ai.mit.edu | |
8 Subject: M-x search-backward-in-time broken... | |
9 X-Windows: you'll envy the dead. | |
10 | |
11 In GNU Emacs 51.70.4 (i9986-unknown-linux-gnu, X toolkit) of Sat Feb 20 2199 on floss | |
12 configured using `configure --with-x-toolkit=yes' | |
13 | |
14 The `search-backward-in-time' function appears to be broken in | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
25852
diff
changeset
|
15 Emacs 51.70. |
25852 | 16 |
17 Unfortunately, I can never seem to start the debugger early | |
18 enough to catch the error as it happens. However I have traced the | |
19 problem through source by eye, and it looks like `time-forward' can't | |
20 handle negative arguments anymore. This is consistent with other | |
21 symptoms: for example, `undo' (which since 51.25 has worked by passing | |
22 a negative arg to `time-forward') is also broken. However, `do' still | |
23 works -- it seems that `time-forward' continues to handle positive | |
24 arguments just fine. | |
25 | |
26 No one here-and-now can figure out how to fix the problem, | |
27 because the code for `time-forward' is so hairy. We're using M-x | |
28 report-future-emacs-bug to request that you folks include more | |
29 comments when you write it (sometime in 2198 as I recall). | |
30 | |
31 Thanks! | |
32 | |
33 -Karl Fogel <kfogel@red-bean.com> | |
34 | |
35 | |
36 P.S. You'll be pleased to know that since (time-forward N) still works | |
37 for N >= 0, we've used it to pre-emptively update configure.in. | |
38 Emacs now configures and builds on every platform that will ever | |
39 be made. It wasn't easy, but at least that's one problem out of | |
40 the way for good. If you'd like the patch, just ask. | |
41 |