Mercurial > emacs
diff README.multi-tty @ 83396:201f610eb492
Update frames-on-display-list to accept terminal id numbers.
* lisp/frame.el (frames-on-display-list): Use terminal-id to get the
display id.
(terminal-id): Also accept X display strings and tty device names.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-436
| author | Karoly Lorentey <lorentey@elte.hu> |
|---|---|
| date | Mon, 07 Nov 2005 14:17:18 +0000 |
| parents | e99392472e41 |
| children | be1f74bffc1d |
line wrap: on
line diff
--- a/README.multi-tty Tue Nov 01 06:23:08 2005 +0000 +++ b/README.multi-tty Mon Nov 07 14:17:18 2005 +0000 @@ -424,9 +424,6 @@ instead of delete-frame-functions), after-delete-terminal-functions, after-create-terminal-functions. -** If the first key pressed on a new tty terminal is a function key, - it is not recognized correctly. May be related to the bug below. - ** Fix set-input-mode for multi-tty. It's a truly horrible interface; what if we'd blow it up into several separate functions (with a compatibility definition)? @@ -472,20 +469,6 @@ frame-display terminal-of-frame delete-display delete-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. At least a beep or a message would be important, if the single-mode @@ -1261,5 +1244,27 @@ (Done in patch-431.) +-- 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'. + + (Fixed in patch-434.) + +-- If the first key pressed on a new tty terminal is a function key, + it is not recognized correctly. May be related to the bug below. + + (Seems to have been fixed as a side effect of patch-434. "The bug + below" was the set-input-mode madness.) + ;;; arch-tag: 8da1619e-2e79-41a8-9ac9-a0485daad17d
