Changeset 4091 for trunk/etc/TODO

Show
Ignore:
Timestamp:
2006年05月27日 10時35分24秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/TODO

    r4073 r4091  
    99 
    1010* Small but important fixes needed in existing features: 
     11 
     12** In C-x d, the default if you type RET should be the directory name, 
     13but if you type M-n you should get the visited file name of the 
     14current buffer. 
    1115 
    1216** whitespace-cleanup should work only on the region if the region is active. 
     
    136140* Other features we would like: 
    137141 
     142** Remove the default toggling behavior of minor modes when called from elisp 
     143rather than interactively.  This a trivial one-liner in easy-mode.el. 
    138144** Create a category of errors called `user-error' for errors which are 
    139145typically due to pilot errors and should thus be in debug-ignored-errors.