Mercurial > emacs
annotate lisp/=gosmacs.el @ 1721:6ba3bca4c3de
* frame.h (struct frame): New fields `can_have_scrollbars' and
`has_vertical_scrollbars'.
(FRAME_CAN_HAVE_SCROLLBARS, FRAME_HAS_VERTICAL_SCROLLBARS): New
accessors, for both the MULTI_FRAME and non-MULTI_FRAME.
(VERTICAL_SCROLLBAR_WIDTH, WINDOW_VERTICAL_SCROLLBAR,
WINDOW_VERTICAL_SCROLLBAR_COLUMN,
WINDOW_VERTICAL_SCROLLBAR_HEIGHT): New macros.
* window.h (struct window): New field `vertical_scrollbar'.
* xterm.h (struct x_display): vertical_scrollbars,
judge_timestamp, vertical_scrollbar_extra: New fields.
(struct scrollbar): New struct.
(VERTICAL_SCROLLBAR_PIXEL_WIDTH, VERTICAL_SCROLLBAR_PIXEL_HEIGHT,
VERTICAL_SCROLLBAR_LEFT_BORDER, VERTICAL_SCROLLBAR_RIGHT_BORDER,
VERTICAL_SCROLLBAR_TOP_BORDER, VERTICAL_SCROLLBAR_BOTTOM_BORDER,
CHAR_TO_PIXEL_WIDTH, CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_WIDTH,
PIXEL_TO_CHAR_HEIGHT): New accessors and macros.
* frame.c (make_frame): Initialize the `can_have_scrollbars' and
`has_vertical_scrollbars' fields of the frame.
* term.c (term_init): Note that TERMCAP terminals don't support
scrollbars.
(mouse_position_hook): Document new args.
(set_vertical_scrollbar_hook, condemn_scrollbars_hook,
redeem_scrollbar_hook, judge_scrollbars_hook): New hooks.
* termhooks.h: Declare and document them.
(enum scrollbar_part): New type.
(struct input_event): Describe the new form of the scrollbar_click
event type. Change `part' from a Lisp_Object to an enum
scrollbar_part. Add a new field `scrollbar'.
* keyboard.c (kbd_buffer_get_event): Pass appropriate new
parameters to *mouse_position_hook, and make_lispy_movement.
* xfns.c (x_set_vertical_scrollbar): New function.
(x_figure_window_size): Use new macros to calculate frame size.
(Fx_create_frame): Note that X Windows frames do support scroll
bars. Default to "yes".
* xterm.c: #include <X11/cursorfont.h> and "window.h".
(x_vertical_scrollbar_cursor): New variable.
(x_term_init): Initialize it.
(last_mouse_bar, last_mouse_bar_frame, last_mouse_part,
last_mouse_scroll_range_start, last_mouse_scroll_range_end): New
variables.
(XTmouse_position): Use them to return scrollbar movement events.
Take new arguments, for that purpose.
(x_window_to_scrollbar, x_scrollbar_create,
x_scrollbar_set_handle, x_scrollbar_remove, x_scrollbar_move,
XTset_scrollbar, XTcondemn_scrollbars, XTredeem_scrollbar,
XTjudge_scrollbars, x_scrollbar_expose,
x_scrollbar_background_expose, x_scrollbar_handle_click,
x_scrollbar_handle_motion): New functions to implement scrollbars.
(x_term_init): Set the termhooks.h hooks to point to them.
(x_set_window_size): Use new macros to calculate frame size. Set
vertical_scrollbar_extra field.
(x_make_frame_visible): Use the frame accessor
FRAME_HAS_VERTICAL_SCROLLBARS to decide if we need to map the
frame's subwindows as well.
(XTread_socket): Use new size-calculation macros from xterm.h when
processing ConfigureNotify events.
(x_wm_set_size_hint): Use PIXEL_TO_CHAR_WIDTH and
PIXEL_TO_CHAR_HEIGHT macros.
* ymakefile (xdisp.o): This now depends on termhooks.h.
(xterm.o): This now depends on window.h.
* xterm.h (struct x_display): Delete v_scrollbar, v_thumbup,
v_thumbdown, v_slider, h_scrollbar, h_thumbup,
h_thumbdown, h_slider, v_scrollbar_width, h_scrollbar_height
fields.
* keyboard.c (Qvscrollbar_part, Qvslider_part, Qvthumbup_part,
Qvthumbdown_part, Qhscrollbar_part, Qhslider_part, Qhthumbup_part,
Qhthumbdown_part, Qscrollbar_click): Deleted; part of an obsolete
interface.
(head_table): Removed from here as well.
(syms_of_keyboard): And here.
* keyboard.h: And here.
(POSN_SCROLLBAR_BUTTON): Removed.
* xscrollbar.h: File removed - no longer necessary.
* xfns.c: Don't #include it any more.
(Qhorizontal_scroll_bar, Qvertical_scroll_bar): Deleted.
(syms_of_xfns): Don't initialize or staticpro them.
(gray_bits): Salvaged from xscrollbar.h.
(x_window_to_scrollbar): Deleted.
(x_set_horizontal_scrollbar): Deleted.
(enum x_frame_parm, x_frame_parms): Remove references to
x_set_horizontal_scrollbar.
(x_set_foreground_color, x_set_background_color,
x_set_border_pixel): Remove special code to support scrollbars.
(Fx_create_frame): Remove old scrollbar setup code.
(install_vertical_scrollbar, install_horizontal_scrollbar,
adjust_scrollbars, x_resize_scrollbars): Deleted.
* xterm.c (construct_mouse_click): This doesn't need to take care of
scrollbar clicks anymore.
(XTread_socket): Remove old code to support scrollbars. Call new
functions instead for events which occur in scrollbar windows.
(XTupdate_end): Remove call to adjust_scrollbars; the main
redisplay code takes care of that now.
(enum window_type): Deleted.
* ymakefile: Note that xfns.o no longer depends on xscrollbar.h.
* xterm.h (PIXEL_WIDTH, PIXEL_HEIGHT): Change name of parameter
from `s' to `f'; it's a frame pointer.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 24 Dec 1992 06:23:08 +0000 |
parents | 213978acbc1e |
children | 04c20bc7f34c |
rev | line source |
---|---|
660
08eb386dd0f3
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
258
diff
changeset
|
1 ;;; gosmacs.el --- rebindings to imitate Gosmacs. |
08eb386dd0f3
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
258
diff
changeset
|
2 |
845 | 3 ;; Copyright (C) 1986 Free Software Foundation, Inc. |
4 | |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
660
diff
changeset
|
5 ;; Maintainer: FSF |
811
e694e0879463
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
807
diff
changeset
|
6 ;; Keywords: emulations |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
660
diff
changeset
|
7 |
36 | 8 ;; This file is part of GNU Emacs. |
9 | |
10 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
11 ;; it under the terms of the GNU General Public License as published by | |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
660
diff
changeset
|
12 ;; the Free Software Foundation; either version 2, or (at your option) |
36 | 13 ;; any later version. |
14 | |
15 ;; GNU Emacs is distributed in the hope that it will be useful, | |
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 ;; GNU General Public License for more details. | |
19 | |
20 ;; You should have received a copy of the GNU General Public License | |
21 ;; along with GNU Emacs; see the file COPYING. If not, write to | |
22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | |
23 | |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
660
diff
changeset
|
24 ;;; Code: |
36 | 25 |
26 (defvar non-gosmacs-binding-alist nil) | |
27 | |
258 | 28 ;;;###autoload |
36 | 29 (defun set-gosmacs-bindings () |
30 "Rebind some keys globally to make GNU Emacs resemble Gosling Emacs. | |
31 Use \\[set-gnu-bindings] to restore previous global bindings." | |
32 (interactive) | |
33 (setq non-gosmacs-binding-alist | |
34 (rebind-and-record | |
35 '(("\C-x\C-e" compile) | |
36 ("\C-x\C-f" save-buffers-kill-emacs) | |
37 ("\C-x\C-i" insert-file) | |
38 ("\C-x\C-m" save-some-buffers) | |
39 ("\C-x\C-n" next-error) | |
40 ("\C-x\C-o" switch-to-buffer) | |
41 ("\C-x\C-r" insert-file) | |
42 ("\C-x\C-u" undo) | |
43 ("\C-x\C-v" find-file-other-window) | |
44 ("\C-x\C-z" shrink-window) | |
45 ("\C-x!" shell-command) | |
46 ("\C-xd" delete-window) | |
47 ("\C-xn" gosmacs-next-window) | |
48 ("\C-xp" gosmacs-previous-window) | |
49 ("\C-xz" enlarge-window) | |
50 ("\C-z" scroll-one-line-up) | |
51 ("\e\C-c" save-buffers-kill-emacs) | |
52 ("\e!" line-to-top-of-window) | |
53 ("\e(" backward-paragraph) | |
54 ("\e)" forward-paragraph) | |
55 ("\e?" apropos) | |
56 ("\eh" delete-previous-word) | |
57 ("\ej" indent-sexp) | |
58 ("\eq" query-replace) | |
59 ("\er" replace-string) | |
60 ("\ez" scroll-one-line-down) | |
61 ("\C-_" suspend-emacs))))) | |
62 | |
63 (defun rebind-and-record (bindings) | |
64 "Establish many new global bindings and record the bindings replaced. | |
208 | 65 Arg BINDINGS is an alist whose elements are (KEY DEFINITION). |
66 Returns a similar alist whose elements describe the same KEYs | |
36 | 67 but each with the old definition that was replaced," |
68 (let (old) | |
69 (while bindings | |
70 (let* ((this (car bindings)) | |
71 (key (car this)) | |
72 (newdef (nth 1 this))) | |
73 (setq old (cons (list key (lookup-key global-map key)) old)) | |
74 (global-set-key key newdef)) | |
75 (setq bindings (cdr bindings))) | |
76 (nreverse old))) | |
77 | |
78 (defun set-gnu-bindings () | |
79 "Restore the global bindings that were changed by \\[set-gosmacs-bindings]." | |
80 (interactive) | |
81 (rebind-and-record non-gosmacs-binding-alist)) | |
82 | |
83 (defun gosmacs-previous-window () | |
84 "Select the window above or to the left of the window now selected. | |
85 From the window at the upper left corner, select the one at the lower right." | |
86 (interactive) | |
87 (select-window (previous-window))) | |
88 | |
89 (defun gosmacs-next-window () | |
90 "Select the window below or to the right of the window now selected. | |
91 From the window at the lower right corner, select the one at the upper left." | |
92 (interactive) | |
93 (select-window (next-window))) | |
94 | |
95 (defun scroll-one-line-up (&optional arg) | |
96 "Scroll the selected window up (forward in the text) one line (or N lines)." | |
97 (interactive "p") | |
98 (scroll-up (or arg 1))) | |
99 | |
100 (defun scroll-one-line-down (&optional arg) | |
101 "Scroll the selected window down (backward in the text) one line (or N)." | |
102 (interactive "p") | |
103 (scroll-down (or arg 1))) | |
104 | |
105 (defun line-to-top-of-window () | |
106 "Scroll the selected window up so that the current line is at the top." | |
107 (interactive) | |
108 (recenter 0)) | |
660
08eb386dd0f3
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
258
diff
changeset
|
109 |
08eb386dd0f3
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
258
diff
changeset
|
110 ;;; gosmacs.el ends here |