Mercurial > emacs
annotate lispref/elisp-covers.texi @ 58195:c12b583f54b9
Fixed these problems:
** Clicking on partially visible lines fails
From: David Kastrup <dak@gnu.org>
Date: 27 Apr 2004 16:42:58 +0200
I had gnus display a mouse-highlighted line (a URL from browse-url)
partially at the bottom of its window. If I click with middle mouse
key on it, the window gets recentered while I hold the mouse key
pressed. If I release it, the window returns into its old position
(cursor in top row) and nothing happens, presumably because the click
was not registered on the line itself, but on the magically
recentered version.
That is a nuisance. Recentering of even partially visible click
targets should only happen if window-point moves there, but not at
the time of the click. From the moment I hold down a key until it
gets released, the displayed window portion should not change, with
the sole exception of scrolling when dragging at the edge of the
screen.
(progn
(setq line-spacing 4)
(dotimes (i (window-height))
(insert "\n" (int-to-string i)))
(forward-line -2)
(recenter -1))
** Can't drag modeline when mouse-autoselect-window is set
From: Klaus Zeitler <kzeitler@lucent.com>
Date: Mon, 11 Oct 2004 11:14:49 +0200
1. start emacs -q --no-site-file
2. set variable mouse-autoselect-window to t
3. split-window-vertically
now I can drag the modeline only upwards but not downwards
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 13 Nov 2004 01:40:36 +0000 |
parents | 695cf19ef79e |
children | 9f4849fee703 375f2633d815 |
rev | line source |
---|---|
609 | 1 \input texinfo @c -*-texinfo-*- |
2 @comment %**start of header | |
3 @setfilename covers.info | |
4 @settitle GNU Emacs Lisp Reference Manual | |
5 @comment %**end of header | |
6 | |
7 @titlepage | |
8 @c ================ Volume 1 ================ | |
9 @w{ } | |
10 @sp 2 | |
11 @center @titlefont{The} | |
12 @sp 1 | |
13 @center @titlefont{GNU} | |
14 @sp 1 | |
15 @center @titlefont{Emacs Lisp} | |
16 @sp 1 | |
17 @center @titlefont{Reference} | |
18 @sp 1 | |
19 @center @titlefont{Manual} | |
20 @sp 2 | |
7734 | 21 @center GNU Emacs Version 19 |
609 | 22 @center for Unix Users |
7734 | 23 @center Edition 2.3, June 1994 |
609 | 24 @sp 2 |
25 @center @titlefont{Volume 1} | |
26 @sp 2 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
7734
diff
changeset
|
27 @center by Bil Lewis, Dan LaLiberte, |
609 | 28 @center and the GNU Manual Group |
29 | |
30 @page | |
31 @c ================ Volume 2 ================ | |
32 @w{ } | |
33 @sp 5 | |
34 @center @titlefont{The} | |
35 @sp 1 | |
36 @center @titlefont{GNU} | |
37 @sp 1 | |
38 @center @titlefont{Emacs Lisp} | |
39 @sp 1 | |
40 @center @titlefont{Reference} | |
41 @sp 1 | |
42 @center @titlefont{Manual} | |
43 @sp 2 | |
7734 | 44 @center GNU Emacs Version 19 |
609 | 45 @center for Unix Users |
7734 | 46 @center Edition 2.3, June 1994 |
609 | 47 @sp 2 |
48 @center @titlefont{Volume 2} | |
49 @sp 2 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
7734
diff
changeset
|
50 @center by Bil Lewis, |
609 | 51 @center Dan LaLiberte, and |
52 @center the GNU Manual Group | |
53 | |
54 @page | |
55 @c ================ Volume 1 with baseline skip 16pt ================ | |
56 | |
57 @tex | |
58 \global\baselineskip = 16pt | |
59 @end tex | |
60 | |
61 16 pts baseline skip: | |
62 | |
63 @w{ } | |
64 @sp 2 | |
65 @center @titlefont{The} | |
66 @sp 1 | |
67 @center @titlefont{GNU} | |
68 @sp 1 | |
69 @center @titlefont{Emacs Lisp} | |
70 @sp 1 | |
71 @center @titlefont{Reference} | |
72 @sp 1 | |
73 @center @titlefont{Manual} | |
74 @sp 2 | |
7734 | 75 @center GNU Emacs Version 19 |
609 | 76 @center for Unix Users |
7734 | 77 @center Edition 2.3, June 1994 |
609 | 78 @sp 2 |
79 @center @titlefont{Volume 1} | |
80 @sp 2 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
7734
diff
changeset
|
81 @center by Bil Lewis, Dan LaLiberte, |
609 | 82 @center and the GNU Manual Group |
83 | |
84 @page | |
85 @c ================ Volume 1 with baseline skip 18pt ================ | |
86 | |
87 @tex | |
88 \global\baselineskip = 18pt | |
89 @end tex | |
90 | |
91 18 pts baseline skip, with 15pts between sections | |
92 | |
93 @w{ } | |
94 @sp 2 | |
95 @center @titlefont{The} | |
96 @sp 1 | |
97 @center @titlefont{GNU} | |
98 @sp 1 | |
99 @center @titlefont{Emacs Lisp} | |
100 @sp 1 | |
101 @center @titlefont{Reference} | |
102 @sp 1 | |
103 @center @titlefont{Manual} | |
104 @tex | |
105 \global\baselineskip = 15pt | |
106 @end tex | |
107 | |
108 @sp 2 | |
7734 | 109 @center GNU Emacs Version 19 |
609 | 110 @center for Unix Users |
7734 | 111 @center Edition 2.3, June 1994 |
609 | 112 @sp 2 |
113 @center @titlefont{Volume 1} | |
114 @sp 2 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
7734
diff
changeset
|
115 @center by Bil Lewis, |
609 | 116 @center Dan LaLiberte, and |
117 @center the GNU Manual Group | |
118 | |
119 @page | |
120 @c ================ Volume 1 with more baseline skip 24 pts ================ | |
121 | |
122 @tex | |
123 \global\baselineskip = 24pt | |
124 @end tex | |
125 | |
126 24 pts baseline skip: | |
127 | |
128 @w{ } | |
129 @sp 2 | |
130 @center @titlefont{The} | |
131 @sp 1 | |
132 @center @titlefont{GNU} | |
133 @sp 1 | |
134 @center @titlefont{Emacs Lisp} | |
135 @sp 1 | |
136 @center @titlefont{Reference} | |
137 @sp 1 | |
138 @center @titlefont{Manual} | |
139 @sp 2 | |
7734 | 140 @center GNU Emacs Version 19 |
609 | 141 @center for Unix Users |
7734 | 142 @center Edition 2.3, June 1994 |
609 | 143 @sp 2 |
144 @center @titlefont{Volume 1} | |
145 @sp 2 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
7734
diff
changeset
|
146 @center by Bil Lewis, Dan LaLiberte, |
609 | 147 @center and the GNU Manual Group |
148 | |
149 @page | |
150 @c ================ Volume 2 with more baseline skip 18 pts ================ | |
151 | |
152 @tex | |
153 \global\baselineskip = 18pt | |
154 @end tex | |
155 | |
156 18 pts baseline skip: | |
157 | |
158 @w{ } | |
159 @sp 5 | |
160 @center @titlefont{The} | |
161 @sp 1 | |
162 @center @titlefont{GNU} | |
163 @sp 1 | |
164 @center @titlefont{Emacs Lisp} | |
165 @sp 1 | |
166 @center @titlefont{Reference} | |
167 @sp 1 | |
168 @center @titlefont{Manual} | |
169 @sp 2 | |
7734 | 170 @center GNU Emacs Version 19 |
609 | 171 @center for Unix Users |
7734 | 172 @center Edition 2.3, June 1994 |
609 | 173 @sp 2 |
174 @center @titlefont{Volume 2} | |
175 @sp 2 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
7734
diff
changeset
|
176 @center by Bil Lewis, Dan LaLiberte, |
609 | 177 @center and the GNU Manual Group |
178 | |
179 @page | |
180 @c ================ Volume 2 with more baseline skip 24 pts ================ | |
181 | |
182 @tex | |
183 \global\baselineskip = 24pt | |
184 @end tex | |
185 | |
186 24 pts baseline skip: | |
187 | |
188 @w{ } | |
189 @sp 5 | |
190 @center @titlefont{The} | |
191 @sp 1 | |
192 @center @titlefont{GNU} | |
193 @sp 1 | |
194 @center @titlefont{Emacs Lisp} | |
195 @sp 1 | |
196 @center @titlefont{Reference} | |
197 @sp 1 | |
198 @center @titlefont{Manual} | |
199 @sp 2 | |
7734 | 200 @center GNU Emacs Version 19 |
609 | 201 @center for Unix Users |
7734 | 202 @center Edition 2.3, June 1994 |
609 | 203 @sp 2 |
204 @center @titlefont{Volume 2} | |
205 @sp 2 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
7734
diff
changeset
|
206 @center by Bil Lewis, Dan LaLiberte, |
609 | 207 @center and the GNU Manual Group |
208 | |
209 | |
210 @page | |
211 @c ================ Spine 1 ================ | |
212 | |
213 @w{@titlefont{The GNU Emacs Lisp Reference Manual --- Vol. 1}} | |
214 @sp 4 | |
7734 | 215 @center GNU Emacs Version 19 |
609 | 216 @center for Unix Users |
7734 | 217 @center Edition 2.3, June 1994 |
609 | 218 @sp 4 |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
7734
diff
changeset
|
219 @center by Bil Lewis, Dan LaLiberte, |
609 | 220 @center and the GNU Manual Group |
221 | |
222 @sp 4 | |
223 @author The GNU Emacs Lisp Reference Manual --- Vol. 1 | |
224 @sp 3 | |
225 @author FSF | |
226 | |
227 @author | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
7734
diff
changeset
|
228 |
609 | 229 @page |
230 @c ================ Spine 2 ================ | |
231 | |
232 @w{@titlefont{The GNU Emacs Lisp Reference Manual --- Vol. 2}} | |
233 @sp 4 | |
7734 | 234 @center GNU Emacs Version 19 |
609 | 235 @center for Unix Users |
7734 | 236 @center Edition 2.3, June 1994 |
609 | 237 @sp 4 |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
7734
diff
changeset
|
238 @center by Bil Lewis, Dan LaLiberte, |
609 | 239 @center and the GNU Manual Group |
240 | |
241 | |
242 @sp 4 | |
243 @author The GNU Emacs Lisp Reference Manual --- Vol. 2 | |
244 @sp 3 | |
245 @author FSF | |
246 | |
247 @end titlepage | |
248 @bye | |
52401 | 249 |
250 @ignore | |
251 arch-tag: 02d65d63-3b64-49bc-a5c0-bfd5eabb6c98 | |
252 @end ignore |