emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/TODO [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/etc/TODO [lexbind]
Date: Wed, 08 Dec 2004 19:39:06 -0500

Index: emacs/etc/TODO
diff -c emacs/etc/TODO:1.46.2.15 emacs/etc/TODO:1.46.2.16
*** emacs/etc/TODO:1.46.2.15    Thu Nov  4 13:12:46 2004
--- emacs/etc/TODO      Wed Dec  8 23:36:37 2004
***************
*** 9,15 ****
  
  * Small but important fixes needed in existing features:
  
! ** Fix the kill/yank treatment of invisible text. At the moment,
    invisible text is placed in the kill-ring, so that the contents of
    the ring may not correspond to the text as displayed to the user. It
    ought to be possible to omit text which is invisible (due to a
--- 9,15 ----
  
  * Small but important fixes needed in existing features:
  
! ** Fix the kill/yank treatment of invisible text.  At the moment,
    invisible text is placed in the kill-ring, so that the contents of
    the ring may not correspond to the text as displayed to the user. It
    ought to be possible to omit text which is invisible (due to a
***************
*** 32,38 ****
    properly with variable-pitch faces.
  
  ** Implement a smoother vertical scroll facility, one that allows
!   C-v to scroll through a tall image.
  
  ** Implement intelligent search/replace, going beyond query-replace
    (see http://graphics.csail.mit.edu/~rcm/chi04.pdf).
--- 32,39 ----
    properly with variable-pitch faces.
  
  ** Implement a smoother vertical scroll facility, one that allows
!   C-v to scroll through a tall image.  The primitive operations
!   posn-at-point and posn-at-x-y should now make it doable in elisp.
  
  ** Implement intelligent search/replace, going beyond query-replace
    (see http://graphics.csail.mit.edu/~rcm/chi04.pdf).
***************
*** 67,73 ****
  
  ** ange-ftp
  *** understand sftp
- *** ignore some irrelevant errors (like IPv6 and kerberos thingies).
  *** Use MLS for ange-ftp-insert-directory if a list of files is specified.
  
  ** Ability to map a key, including all modified-combinations.
--- 68,73 ----
***************
*** 122,130 ****
  ** Save undo information in special temporary files, and reload it
    when needed for undoing.  This could extend undo capacity.
  
- ** Merge the Emacs regex.c with the Glibc regex.c.
-   They split off a few years ago through negligence.
- 
  ** Change the Windows NT menu code
    so that it handles the deep_p argument and avoids
    regenerating the whole menu bar menu tree except
--- 122,127 ----
***************
*** 150,155 ****
--- 147,156 ----
  ** Implement popular parts of the rest of the CL functions as compiler
    macros in cl-macs.
  
+ ** 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.
  
***************
*** 323,329 ****
  
  ** Add an inferior-comint-minor-mode to capture the common set of operations
     offered by major modes that offer an associated inferior
!    comint-derived mode.  I.e. basically make cmuscheme.el generic.
!    For use by sml-mode, python-mode, tex-mode, scheme-mode, ...
  
  ;;; arch-tag: b0a3e40b-726a-457d-9999-ba848321b036
--- 324,331 ----
  
  ** Add an inferior-comint-minor-mode to capture the common set of operations
     offered by major modes that offer an associated inferior
!    comint-derived mode.  I.e. basically make cmuscheme.el/inf-lisp.el generic.
!    For use by sml-mode, python-mode, tex-mode, scheme-mode, lisp-mode,
!    haskell-mode, tuareg-mode, ...
  
  ;;; arch-tag: b0a3e40b-726a-457d-9999-ba848321b036




reply via email to

[Prev in Thread] Current Thread [Next in Thread]