- 26 Jan, 2002 13 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Delete text erroneously added for scroll-conservatively.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
and scroll_up_aggressively.
-
Richard M. Stallman authored
(pc-select-saved-settings-alist, pc-select-map) (pc-select-saved-global-map, pc-select-key-bindings-alist) (pc-select-default-key-bindings, pc-select-extra-key-bindings) (pc-select-meta-moves-sexps-key-bindings) (pc-select-tty-key-bindings, pc-select-old-M-delete-binding): New variables. (pc-select-define-keys, pc-select-restore-keys): New functions. (pc-select-add-to-alist, pc-select-save-and-set-var) (pc-select-save-and-set-mode, pc-select-restore-var) (pc-select-restore-mode): New macros. (pc-selection-mode): Completely rewrote the body of the function; the main goal was to make pc-selection-mode "turn-off"-able, like other minor modes. Use define-minore-mode instead of just a defun. Store the key bindings into four alists: pc-select-default-key-bindings, pc-select-extra-key-bindings, pc-select-meta-moves-sexps-key-bindings, and pc-select-tty-key-bindings; then have the pc-select-define-keys function walk those alists instead of calling define-key repeatedly. When the mode is turned on, set the keybindings in global-map and remember the old keybindings; when the mode is turned off, restore the previously-saved keybindings. (pc-selection-mode defcustom): Reflect the fact that the mode is now "turn-off"-able.
-
Richard M. Stallman authored
-
Pavel Janík authored
-
Pavel Janík authored
-
Pavel Janík authored
The file utf-8.el (and its author) is mentioned above.
-
Pavel Janík authored
-
Pavel Janík authored
-
Eli Zaretskii authored
returns t, don't treat that as an error.
-
Jason Rumney authored
ms-oemlatin as an alternative for iso8859-1.
-
- 25 Jan, 2002 27 commits
-
-
Stefan Monnier authored
(Fprevious_property_change, Fprevious_single_property_change): Stay within the narrowed-buffer boundaries.
-
Stefan Monnier authored
args and the absence of an entry. Don't add -f each time.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
here, although xterm.l and rxvt.el do that better.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
argument name to DISPLAY. Doc fix.
-
Eli Zaretskii authored
new tty-display-color-cells primitive.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
(syms_of_term): Defsubr it.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
(tty-register-default-colors): New function; code moved from startup.el's command-line.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
colors, since tty-color-define now preserves the registration order.
-
Eli Zaretskii authored
show more colors that the number returned by display-color-cells.
-
Eli Zaretskii authored
(xterm-rgb-convert-to-16bit, xterm-register-default-colors) (xterm-rxvt-set-background-mode): New functions. (toplevel): Call xterm-register-default-colors, xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces. Add support for more keys from xterm's terminfo entry.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Thien-Thi Nguyen authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-