Mercurial > emacs
annotate etc/TODO @ 38514:10482dd382e7
* viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
of Scott Bronson.
(ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
(viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
Deleted functions.
(viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
ex-token-list.
(viper-get-ex-address-subr): convert registers to char data type.
* viper-util.el (viper-int-to-char,viper-char-equal): new
functions.
(viper-memq-char): use viper-int-to-char.
(viper-file-checked-in-p): use vc-locking-user, if vc doesn't have
vc-locking-state.
(viper-read-key): use viper-read-key-sequence.
* viper.el (viper-major-mode-modifier-list): added
inferior-emacs-lisp-mode.
(this-major-mode-requires-vi-state): new function that uses simple
heuristics to decide if vi state is appropriate.
(set-viper-state-in-major-mode): use this-major-mode-requires-vi-state.
(viper-non-hook-settings): don't advise read-key-sequence.
(viper-read-key-sequence): new function that replaces the
previously used advice to read-key-sequence.
* viper-cmd.el (viper-test-com-defun,viper-exec-change,
viper-exec-Change,viper-execute-com,viper-insert,viper-append,
viper-Append,viper-Insert,viper-open-line,viper-Open-line,
viper-open-line-at-point,viper-substitute,viper-overwrite,
viper-replace-char-subr,viper-forward-word,viper-forward-Word):
got rid of the negative character hack.
(viper-escape-to-state,viper-replace-state-exit-cmd):
use viper-read-key-sequence.
(viper-envelop-ESC-key): no need for ad-get-orig-definition.
(viper-minibuffer-standard-hook,viper-read-string-with-history):
don't override existing minibuffer-setup-hook.
(viper-mark-point,viper-goto-mark-subr,viper-brac-function):
convert registers to char data type.
(viper-autoindent): use viper-indent-line.
* viper-keym.el: use viper-exec-key-in-emacs.
* viper.texi: Added credits, new commands, like :make.
* ediff-util.el: Copyright years.
(ediff-choose-syntax-table): New function.
(ediff-setup): Use ediff-choose-syntax-table.
(ediff-file-checked-out-p,ediff-file-checked-in-p): check if
vc-state is available.
(ediff-make-temp-file): use ediff-coding-system-for-write.
* ediff-init.el (ediff-with-syntax-table): New macro, uses
with-syntax-table.
(ediff-coding-system-for-read): from ediff-diff.el
(ediff-coding-system-for-write): new variable.
(ediff-highest-priority): fixed the bug having to do with disappearing
overlays.
(ediff-file-remote-p): use file-remote-p, if available.
(ediff-listable-file): new function.
(ediff-file-attributes): use ediff-listable-file.
* ediff-mult.el (ediff-meta-insert-file-info1): use
ediff-listable-file.
* ediff-ptch.el (ediff-prompt-for-patch-file): use
ediff-coding-system-for-read.
(ediff-patch-file-internal): use ediff-coding-system-for-write.
* ediff-diff.el (ediff-coding-system-for-read): moved to ediff-init.el.
(ediff-match-diff3-line,ediff-get-diff3-group): improved pattern.
* ediff.el: Date of last update, copyright years.
* ediff-wind (ediff-setup-control-frame): Nill->nil.
* ediff.texi: added clarifications, acknowledgements.
author | Michael Kifer <kifer@cs.stonybrook.edu> |
---|---|
date | Sat, 21 Jul 2001 05:28:24 +0000 |
parents | 090e5993c4c7 |
children | 0f1f45424aef |
rev | line source |
---|---|
32947 | 1 -*-text-*- |
33867 | 2 |
3 * Port the conservative stack marking code of Emacs' garbage collector | |
4 to more systems, so that we can completely get rid of GCPROs. | |
5 | |
35157 | 6 * Program Enriched mode to read and save in RTF. [Is there actually a |
7 decent single definition of RTF?] | |
32515
9c151094ef9b
Changes from Richard Stallman. More items about Enriched Mode.
Eli Zaretskii <eliz@gnu.org>
parents:
31733
diff
changeset
|
8 |
9c151094ef9b
Changes from Richard Stallman. More items about Enriched Mode.
Eli Zaretskii <eliz@gnu.org>
parents:
31733
diff
changeset
|
9 * Implement other text formatting properties. |
9c151094ef9b
Changes from Richard Stallman. More items about Enriched Mode.
Eli Zaretskii <eliz@gnu.org>
parents:
31733
diff
changeset
|
10 ** Footnotes that can appear either in place or at the end of the page. |
9c151094ef9b
Changes from Richard Stallman. More items about Enriched Mode.
Eli Zaretskii <eliz@gnu.org>
parents:
31733
diff
changeset
|
11 ** text property that says "don't break line in middle of this". |
9c151094ef9b
Changes from Richard Stallman. More items about Enriched Mode.
Eli Zaretskii <eliz@gnu.org>
parents:
31733
diff
changeset
|
12 Don't break the line between two characters that have the |
9c151094ef9b
Changes from Richard Stallman. More items about Enriched Mode.
Eli Zaretskii <eliz@gnu.org>
parents:
31733
diff
changeset
|
13 same value of this property. |
9c151094ef9b
Changes from Richard Stallman. More items about Enriched Mode.
Eli Zaretskii <eliz@gnu.org>
parents:
31733
diff
changeset
|
14 ** Discretionary hyphens that are not visible when they are at end of line. |
9c151094ef9b
Changes from Richard Stallman. More items about Enriched Mode.
Eli Zaretskii <eliz@gnu.org>
parents:
31733
diff
changeset
|
15 |
32947 | 16 * Implement something better than the current Refill mode. This |
17 probably needs some primitive support. | |
32515
9c151094ef9b
Changes from Richard Stallman. More items about Enriched Mode.
Eli Zaretskii <eliz@gnu.org>
parents:
31733
diff
changeset
|
18 |
25853 | 19 * Implement a clean way to use different major modes for |
20 different parts of a buffer. | |
21 | |
22 * Give start-process the ability to direct standard-error | |
23 output to a different filter. | |
24 | |
25 * Make compile.el record the markers that point to error loci | |
26 on text properties in the error message lines. | |
27 | |
28 * Make desktop.el save the "frame configuration" of Emacs (in some | |
29 useful sense). | |
30 | |
31 * Make movemail work with IMAP. | |
32 | |
33 * Add ANSI C prototype forward declarations to the source files, | |
34 so that even the functions used within one file have prototypes. | |
35 | |
36 * Replace finder.el with something that generates an Info file | |
32947 | 37 which gives the same information through a menu structure. [Dave |
38 Love started on this.] | |
25853 | 39 |
32947 | 40 * Implement a variant of uncompress.el or jka-compr.el that works with |
41 GNU Privacy Guard for encryption. [Code exists but isn't assigned.] | |
25853 | 42 |
43 * Save undo information in files, and reload it when needed | |
44 for undoing. | |
45 | |
46 * Change the Windows NT menu code | |
47 so that it handles the deep_p argument and avoids | |
48 regenerating the whole menu bar menu tree except | |
49 when the user tries to use the menubar. | |
50 | |
51 This requires the RIT to forward the WM_INITMENU message to | |
52 the main thread, and not return from that message until the main | |
53 thread has processed the menu_bar_activate_event and regenerated | |
54 the whole menu bar. In the mean time, it should process other messages. | |
27949 | 55 |
56 * Make Emacs work as a Java Bean. | |
29696 | 57 |
32947 | 58 * Implement the design for Unicode-based internal encoding for Mule. |
59 | |
60 * Document the features of libraries missing from the manual (or | |
61 ancillary manuals, including the Lisp manual in some cases). Here's | |
33827 | 62 a list which is probably not complete/correct: align, allout, artist, |
32947 | 63 ansi-color, array, battery, calculator, cdl, cmuscheme, completion, |
64 delim-col, dirtrack, double, echistory, elide-head, easymenu, | |
65 expand, flow-ctrl, format [format-alist], generic/generic-x [various | |
66 modes], kermit, log-edit, ledit [obsolete?], makesum, midnight | |
67 [other than in Kill Buffer node], mouse-copy [?], mouse-drag, | |
68 mouse-sel, net-utils, rcompile, snmp-mode [?], soundex [should be | |
69 interactive?], strokes [start from the web page], talk, thingatpt | |
70 [interactive functions?], type-break, vcursor, xscheme, zone-mode | |
71 [?], mlconvert [?], iso-cvt, iso-swed, swedish, feedmail [?], uce, | |
72 bruce, gametree, meese, page-ext, refbib, refer, scribe, sgml-mode, | |
73 spell, texinfo, underline, cmacexp, hideif, mantemp [obsolete?], | |
33362
8dc4461c59e0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
33253
diff
changeset
|
74 pcomplete, assoc, xml, cvs-status (should be described in PCL-CVS manual); |
8dc4461c59e0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
33253
diff
changeset
|
75 other progmodes, probably in separate manual. |
32947 | 76 |
77 * Get some major packages installed: W3/url (development version needs | |
78 significant work), PSGML, Mule-UCS, Tramp (?). Check the | |
79 assignments file for other packages which might go in and have been | |
80 missed. | |
31733 | 81 |
32947 | 82 * Make keymaps a first-class Lisp object (this means a rewrite of |
33362
8dc4461c59e0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
33253
diff
changeset
|
83 keymap.c). What should it do apart from being opaque ? |
8dc4461c59e0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
33253
diff
changeset
|
84 multiple inheritance ? faster where-is ? no more fix_submap_inheritance ? |
8dc4461c59e0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
33253
diff
changeset
|
85 what else ? |
32947 | 86 |
87 * Provide real menus on ttys. The MS-DOS implementation can serve as | |
88 an example how to do part of this. | |
89 | |
90 * Implement popular parts of the rest of the CL functions as compiler | |
91 macros in cl-macs. | |
92 | |
93 * Highlight rectangles (`mouse-track-rectangle-p' in XEmacs). | |
94 | |
95 * Support simultaneous tty and X frames. | |
96 | |
97 * Implement primitive and higher-level functions to allow filling | |
98 properly with variable-pitch faces. | |
99 | |
100 * Provide MIME support for Rmail using the Gnus MIME library. | |
101 | |
102 * Eliminate the storm of warnings concerning char/unsigned char | |
103 mismatches that we get with proprietary compilers on various systems. | |
104 They make it difficult to spot the important warnings. | |
105 | |
106 * Fix anything necessary to use `long long' EMACS_INTs with GCC. | |
33076 | 107 |
108 * Split out parts of lisp.h and generate Makefile dependencies | |
109 automatically. | |
110 | |
111 * Update the FAQ. | |
112 | |
113 * Support dynamically-loadable primitive support using libtool and | |
114 support similarly to Guile. [Some work has been done.] | |
33253 | 115 |
116 * Allow auto-compression-mode to use zlib calls if zlib is available. | |
117 [It's required for PNG, so may be linked anyhow.] | |
33471 | 118 |
119 * Add a --pristine startup flag which does -q --no-site-file plus | |
120 ignoring X resources (Doze equivalents?) and most of the | |
121 environment. What should not be ignored needs consideration. | |
122 | |
35583 | 123 * Investigate using the language environment (or locale?) to set up |
124 more things, such as the default Ispell dictionary, calendar | |
125 holidays... | |
33827 | 126 |
127 * Improve the GC (generational, incremental). (We may be able to use | |
128 the Boehm collector.) | |
33867 | 129 |
34333 | 130 * Port Emacs to GTK+. (Relevant work has been done already.) |
33867 | 131 |
132 * Make the Lucid menu widget display multilingual text. | |
133 | |
134 * Implement, in C, a ``focus follows mouse'' mode that selects a window | |
135 when the mouse enters it. | |
136 | |
34029 | 137 * Check what hooks would help Emacspeak -- see the defadvising in W3. |
34333 | 138 |
139 * Implement some variety of (non-gtk) drag-and-drop support under X. | |
34675 | 140 Using libdnd might be a good start. |
141 | |
142 * Remove the limitation that window and frame widths and heights can | |
143 be only full columns/lines. | |
34749 | 144 |
145 * Add horizontal scroll bars. | |
35157 | 146 |
147 * Integrate Vroonhof's Custom themes code and make it do useful | |
36084 | 148 things. [The integration is partly done.] |
35318 | 149 |
150 * Provide an optional feature which computes a scroll bar slider's | |
151 size and its position from lines instead of characters. | |
36084 | 152 |
153 * Adapt the gnuserv/gnudoit features for server/emacsclient. | |
36126
725a419874b0
Add an item for the Info manual update, and another for removal
Eli Zaretskii <eliz@gnu.org>
parents:
36084
diff
changeset
|
154 |
725a419874b0
Add an item for the Info manual update, and another for removal
Eli Zaretskii <eliz@gnu.org>
parents:
36084
diff
changeset
|
155 * Remove the special treatment of binary files by DOS and Windows ports. |
725a419874b0
Add an item for the Info manual update, and another for removal
Eli Zaretskii <eliz@gnu.org>
parents:
36084
diff
changeset
|
156 They should use find-file-literally and `no-conversion' instead. |
37111 | 157 |
158 * Investigate using GNU Lightning or similar system for incremental | |
37374 | 159 compilation of selected bytecode functions to subrs. Converting CCL |
160 programs to native code is probably the first thing to try, though. | |
37353
405bb463989f
Remove the item about the Info mode manual. Add an item for functionality
Eli Zaretskii <eliz@gnu.org>
parents:
37111
diff
changeset
|
161 |
405bb463989f
Remove the item about the Info mode manual. Add an item for functionality
Eli Zaretskii <eliz@gnu.org>
parents:
37111
diff
changeset
|
162 * Add a feature to Info similar to "info --apropos SUBJECT". |
37923 | 163 |
164 * If you do an insert-file and that file is currently modified in | |
165 another buffer but not written yet, print a warning. | |
166 |