[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/etc/TODO,v
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] Changes to emacs/etc/TODO,v |
Date: |
Sat, 06 Sep 2008 02:26:14 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 08/09/06 02:26:14
Index: TODO
===================================================================
RCS file: /sources/emacs/emacs/etc/TODO,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -b -r1.199 -r1.200
--- TODO 23 Aug 2008 08:11:51 -0000 1.199
+++ TODO 6 Sep 2008 02:26:13 -0000 1.200
@@ -345,7 +345,7 @@
Bison input files, for instance, or other kinds of text
where one language is embedded in another language. See
http://www.loveshack.ukfsn.org/emacs/multi-mode.el and also
- mmm-mode, as reference for approaches took by others.
+ mmm-mode, as reference for approaches taken by others.
** Arrange a way for an input method to return the first character
immediately, then replace it later. So that C-s a with
@@ -484,15 +484,13 @@
** Provide portable undumping using mmap (per gerd design).
** Make byte-compile avoid binding an expanded defsubst's args
-when the body only calls primitives.
+ 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
colors of the applicable faces.
-** Face remapping.
-
** Make `format-time-string' preserve text properties like `format'.
** Optionally make the cursor a little thinner at the end of a line
@@ -583,13 +581,11 @@
packages (e.g. tamago, anthy) or an input method via XIM.
** Let LEIM handle the Mode_switch key like XIM does (i.e. a toggle like C-\
-but which can also be used as a modifier).
+ but which can also be used as a modifier).
** Improve Help buffers: Change the face of previously visited links (like
- Info, but also with regard to namespace), add a forward button to make the
- Help buffer more browser like and gives the value of lisp expressions
- e.g auto-mode-alist, the right face. address@hidden has a patch
- for this for inclusion after 22.1].
+ Info, but also with regard to namespace), and give the value of
+ lisp expressions, e.g auto-mode-alist, the right face.
** Possibly make `list-holidays' eval items in the calendar-holidays variable.
See thread
@@ -641,7 +637,7 @@
For use by sml-mode, python-mode, tex-mode, scheme-mode, lisp-mode,
haskell-mode, tuareg-mode, ...
-** Make SYNC_INPUT the default.
+** Make SYNC_INPUT the default. [true since 2008-03-11]
All loops using immediate_quit need to be checked to ensure that
C-g can interrupt them, in case of an infinite loop. Once we
switch to using SYNC_INPUT, we can remove the BLOCK_INPUTs in the
@@ -656,32 +652,6 @@
* Other known bugs:
** `make-frame' forgets unhandled parameters, at least for X11 frames.
-** The \\{...} keymap dump output does not correctly remove shadowed entries:
-From: "Drew Adams" <address@hidden>
-
-(define-key minibuffer-local-map [(control ?=)] 'foo)
-(define-key minibuffer-local-completion-map [(control ?=)] 'foo)
-
-(defun toto () "\\{minibuffer-local-completion-map}" 4)
-
-C-h f toto shows a duplicate entry for C-=:
-
-toto is a Lisp function.
-(toto)
-
-key binding
-- --- -------
-
-C-g abort-recursive-edit
-TAB minibuffer-complete
-C-j exit-minibuffer
-RET exit-minibuffer
-ESC Prefix Command
-SPC minibuffer-complete-word
-? minibuffer-completion-help
-C-= foo
-C-= foo
-...
** a two-char comment-starter whose two chars are symbol constituents will
not be noticed if it appears within a word.
- [Emacs-diffs] Changes to emacs/etc/TODO,v,
Glenn Morris <=