Mercurial > emacs
diff README.multi-tty @ 83328:f2eb4324cbaf
Speed up loading of term/xterm.el (Dan Nicolaescu).
* lisp/term/xterm.el: Move key substitutions back before the
define-keys.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-368
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Tue, 28 Jun 2005 15:06:17 +0000 |
parents | 9e41c80c6389 |
children | 40c0ee282254 |
line wrap: on
line diff
--- a/README.multi-tty Mon Jun 27 03:46:25 2005 +0000 +++ b/README.multi-tty Tue Jun 28 15:06:17 2005 +0000 @@ -404,7 +404,21 @@ ** BULK RENAME: The `display-' prefix of new Lisp-level functions conflicts with stuff like `display-time-mode'. Use `device-' - instead. + or `terminal-' instead. I think I prefer `terminal-'. + +** The semantics of terminal-local variables are confusing; it is not + clear what binding is in effect in any given time. See if + current_kboard (or at least the terminal-local bindings exported to + Lisp) might be changed to be tied to the selected frame instead. + Currently, `function-key-map' and `key-translation-map' may be + accessed reliably only using the hackish + `(set-)terminal-local-value' functions. + + Perhaps there should be a difference between `last-command' &co. + and these more conventional configuration variables. + (E.g. `symbol-value' would use current_kboard to access + `last-command', but SELECTED_FRAME()->display->kboard to get the + value of `function-key-map'. ** The single-keyboard mode of MULTI_KBOARD is extremely confusing sometimes; Emacs does not respond to stimuli from other keyboards. @@ -444,6 +458,10 @@ ** standard-display-table should be display-local. standard-display-european should be display-local. +** With iswitchb-default-method set to 'always-frame, only frames on + the current display should be considered. This might involve + extending `get-buffer-window'. + ** Have a look at Vlocale_coding_system. Seems like it would be a tedious job to localize it, although most references use it for interfacing with libc and are therefore OK with the global @@ -518,6 +536,8 @@ that's why raw terminal support is broken again. I really do need to understand input.) +** Fix stuff_char for multi-tty. Doesn't seem to be of high priority. + DIARY OF CHANGES ----------------