summaryrefslogtreecommitdiff
path: root/etc/TODO
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2015-03-25 14:28:25 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2015-03-25 14:28:25 -0400
commit2b828866c2df5ea558283e4c3f4c79a404918bea (patch)
tree60c01fa9ef4ab726b1e07e3aa7de7a6e6dac9937 /etc/TODO
parenteeb515715d50e55477b6bc9c5a64fbb57dfaec94 (diff)
downloademacs-2b828866c2df5ea558283e4c3f4c79a404918bea.tar.gz
* etc/TODO: Remove obsolete entries.
Diffstat (limited to 'etc/TODO')
-rw-r--r--etc/TODO38
1 files changed, 0 insertions, 38 deletions
diff --git a/etc/TODO b/etc/TODO
index 79996e28d3f..2235431c606 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -416,9 +416,6 @@ http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00034.html
** Allow frames(terminals) created by emacsclient to inherit their environment
from the emacsclient process.
-** Remove the default toggling behavior of minor modes when called from elisp
-rather than interactively. This a trivial one-liner in easy-mode.el.
-
** Give Tar mode all the features of Archive mode.
** Create a category of errors called `process-error'
@@ -427,9 +424,6 @@ rather than interactively. This a trivial one-liner in easy-mode.el.
** Maybe reinterpret `parse-error' as a category of errors
and put some other errors under it.
-** A function to tell you the argument pattern of functions.
- See `function-arity' in http://www.loveshack.ukfsn.org/emacs/fx-misc.el.
-
** Make byte-compile warn when a doc string is too wide.
** Make byte-optimization warnings issue accurate line numbers.
@@ -495,9 +489,6 @@ rather than interactively. This a trivial one-liner in easy-mode.el.
** Give start-process the ability to direct standard-error
output to a different filter.
-** Make desktop.el save the "frame configuration" of Emacs (in some
- useful sense).
-
** Give desktop.el a feature to switch between different named desktops.
** Add a cpio mode, more or less like tar mode.
@@ -523,23 +514,10 @@ rather than interactively. This a trivial one-liner in easy-mode.el.
Check the assignments file for other packages which might go in and
have been missed.
-** Make keymaps a first-class Lisp object (this means a rewrite of
- keymap.c). What should it do apart from being opaque ?
- multiple inheritance ? faster where-is ? no more fix_submap_inheritance ?
- what else ?
-
-** Implement popular parts of the rest of the CL functions as compiler
- macros in cl-macs. [Is this still relevant now that cl-lib exists?]
-
** Make compiler warnings about functions that might be undefined at run time
smarter, so that they know which files are required by the file being
compiled and don't warn about functions defined in them.
-** Highlight rectangles (`mouse-track-rectangle-p' in XEmacs). Already in CUA,
- but it's a valuable feature worth making more general.
- [Basic support added 2013/10:
- http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00904.html ]
-
** Split out parts of lisp.h.
** Update the FAQ.
@@ -547,11 +525,6 @@ rather than interactively. This a trivial one-liner in easy-mode.el.
** Allow auto-compression-mode to use zlib calls if zlib is available.
[It's required for PNG, so may be linked anyhow.]
-** Add a --pristine startup flag which does -q --no-site-file plus
- ignoring X resources (Doze equivalents?) and most of the
- environment. What should not be ignored needs consideration.
- [Do the existing -Q and -D cover this, or is more needed?]
-
** Improve the GC (generational, incremental). (We may be able to use
the Boehm collector.) [See the Boehm-GC branch in CVS for work on this.]
@@ -578,20 +551,9 @@ rather than interactively. This a trivial one-liner in easy-mode.el.
(Requires recursing through display properties). Provide some way
to simulate mouse-clicks on marginal text without a mouse.
-** Implement Lisp functions to determine properly whether a character
- is displayable (particularly needed in XFree 4, sigh). Use it to
- define useful glyphs that may be displayed as images or unicodes
- (with ASCIIfied fallback via latin1-disp). Examples include
- box-drawing graphics in Custom buffers, W3 rules and tables, and
- tree displays generally, mode-line mail indicator. [See work done
- already for Emacs 23 and consult fx.]
-
** Extend ps-print to deal with multiple font sizes, images, and extra
encodings.
-** Make byte-compile avoid binding an expanded defsubst's args
- when the body only calls primitives.
-
** Use the XIE X extension, if available, for image display.
** Make monochrome images display using the foreground and background