annotate lispref/lay-flat.texi @ 55397:a828ab1b3079

Changes largely merged in from Dave Love's code. Doc fixes. (python-mode-map): Add python-complete-symbol. (python-comment-line-p, python-beginning-of-string): Use syntax-ppss. (python-comment-indent, python-complete-symbol) (python-symbol-completions, python-partial-symbol) (python-try-complete): New. (python-indent-line): Remove optional arg. Use python-block-end-p. (python-check): Bind compilation-error-regexp-alist. (inferior-python-mode): Use rx. Move keybindings to top level. Set comint-input-filter. (python-preoutput-filter): Use rx. (python-input-filter): Re-introduce. (python-proc): Start new process if necessary. Check python-buffer non-nil. (view-return-to-alist): Defvar. (python-send-receive): New. (python-eldoc-function): Use it. (python-mode-running): Don't defvar. (python-mode): Set comment-indent-function. Maybe update hippie-expand-try-functions-list. (python-indentation-levels): Initialize differently. (python-block-end-p): New. (python-indent-line): Use it. (python-compilation-regexp-alist): Augment. (run-python): Import `emacs' module to Python rather than loading code directly. Set python-buffer differently. (python-send-region): Use emacs.eexecfile. Fix orig-start calculation. Use python-proc. (python-send-command): Go to end of comint buffer. (python-load-file): Use python-proc, emacs.eimport. (python-describe-symbol): Simplify interactive form. Use emacs.help. Do use temp-buffer-show-hook. Call print-help-return-message. (hippie-exp): Require when compiling. (python-preoutput-continuation): Use rx.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 06 May 2004 20:22:32 +0000
parents 695cf19ef79e
children 9f4849fee703 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21004
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 \input texinfo @c -*-texinfo-*-
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2 @comment %**start of header
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 @setfilename inner-covers.info
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4 @settitle Inner Covers
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 @smallbook
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 @comment %**end of header
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8 @headings off
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10 @w{ }
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11 @sp 4
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
12 @tex
21005
fd60546a64f6 Add hyphen.
Richard M. Stallman <rms@gnu.org>
parents: 21004
diff changeset
13 \center {\secfonts \rm Lay-Flat Binding}
21004
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
14 @end tex
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
15 @sp 2
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
16
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
17 We have bound this manual using a new @dfn{lay-flat} binding
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
18 technology. This type of binding allows you to open a soft cover book
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
19 so that it ``lays flat'' on a table without creasing the binding.
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
20
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
21 In order to make the book lay flat properly, you need to ``crack'' the
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
22 binding. To do this, divide the book into two sections and bend it so
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
23 that the front and back covers meet. Do not worry; the pages are
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
24 sewn and glued to the binding, and will not fall out easily.
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
25 The outer cardboard binding itself is designed so that it will not
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
26 break or crease as an ordinary paperback binding will. Bend the book
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
27 several times in this manner, dividing it in a different place each
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
28 time and pressing the pages flat and open. With use, the binding will
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
29 become flexible and the pages will lay flat without needing to be
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
30 pushed or held down.
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
31
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
32 @page
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
33
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
34
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
35 @tex
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
36 \center {\secfonts \rm Notes}
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
37 @end tex
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
38
c1ec48dd8520 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
39 @bye
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 21005
diff changeset
40
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 21005
diff changeset
41 @ignore
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 21005
diff changeset
42 arch-tag: 9e03a1c7-6f62-4346-85d9-ed5b79386e07
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 21005
diff changeset
43 @end ignore