view etc/TODO @ 26043:255f19f33b82

(locate-in-alternate-database): Added this function (locate): Added locate-post-command-hook. (locate-prompt-for-command): Added this variable. (locate): If locate-prompt-for-command is set, prompt for a command to run to populate the locate buffer as the default behavior. (locate-update): Add prefix arg to locate call. (locate-with-filter): Add prefix arg to locate call. (locate): Add prefix arg. If set, the function prompts the user (locate-mouse-face): No longer needed. (locate-mode): Setup `dired-subdir-alist' cleanly using `dired-alist-add-1'. (locate-set-properties): Set properties cleanly using `dired-insert-set-properties', giving dired like output. for a command to run instead of the default one. (locate-grep-history-list): Added this variable. (locate-with-filter): Use locate-grep-history-list instead of grep-history. (locate-filter-output): filter is not regexp-quoted. (locate-mode-map): Added keybinding for locate-find-directory. Changed keybinding for "U" from dired-unmark-all-files-no-query to dired-unmark-all-files. (locate-find-directory): Added this function. (locate-find-directory-other-window): Added this function. (locate-get-dirname): Added this function. (locate-mouse-view-file): Renamed mouse-locate-view-file to this name.
author Peter Breton <pbreton@attbi.com>
date Sat, 16 Oct 1999 03:47:06 +0000
parents e96ffe544684
children e06c6af9d981
line wrap: on
line source

* Implement a clean way to use different major modes for
  different parts of a buffer.

* Give start-process the ability to direct standard-error
  output to a different filter.

* Make compile.el record the markers that point to error loci
  on text properties in the error message lines.

* Make desktop.el save the "frame configuration" of Emacs (in some
  useful sense).

* Make movemail work with IMAP.

* Add ANSI C prototype forward declarations to the source files,
  so that even the functions used within one file have prototypes.

* Replace finder.el with something that generates an Info file
  which gives the same information through a menu structure.

* Implement a variant of uncompress.el or jka-compr.el that
  works with GNU Privacy Guard for encryption.

* Save undo information in files, and reload it when needed
  for undoing.

* modify comint.el so that input appears in a special font.
  I can add a simple Emacs feature to help.

* Implement other text formatting properties.
** Footnotes that can appear either in place
  or at the end of the page.
** text property that says "don't break line in middle of this".
  Don't break the line between two characters that have the
  same value of this property.
** Discretionary hyphens that disappear at end of line.

* Implement use of mmap to allocate buffers, when mmap exists.

* Change the Windows NT menu code
  so that it handles the deep_p argument and avoids
  regenerating the whole menu bar menu tree except
  when the user tries to use the menubar.

  This requires the RIT to forward the WM_INITMENU message to
  the main thread, and not return from that message until the main
  thread has processed the menu_bar_activate_event and regenerated
  the whole menu bar.  In the mean time, it should process other messages.