Mercurial > emacs
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 |
rev | line source |
---|---|
21004 | 1 \input texinfo @c -*-texinfo-*- |
2 @comment %**start of header | |
3 @setfilename inner-covers.info | |
4 @settitle Inner Covers | |
5 @smallbook | |
6 @comment %**end of header | |
7 | |
8 @headings off | |
9 | |
10 @w{ } | |
11 @sp 4 | |
12 @tex | |
21005 | 13 \center {\secfonts \rm Lay-Flat Binding} |
21004 | 14 @end tex |
15 @sp 2 | |
16 | |
17 We have bound this manual using a new @dfn{lay-flat} binding | |
18 technology. This type of binding allows you to open a soft cover book | |
19 so that it ``lays flat'' on a table without creasing the binding. | |
20 | |
21 In order to make the book lay flat properly, you need to ``crack'' the | |
22 binding. To do this, divide the book into two sections and bend it so | |
23 that the front and back covers meet. Do not worry; the pages are | |
24 sewn and glued to the binding, and will not fall out easily. | |
25 The outer cardboard binding itself is designed so that it will not | |
26 break or crease as an ordinary paperback binding will. Bend the book | |
27 several times in this manner, dividing it in a different place each | |
28 time and pressing the pages flat and open. With use, the binding will | |
29 become flexible and the pages will lay flat without needing to be | |
30 pushed or held down. | |
31 | |
32 @page | |
33 | |
34 | |
35 @tex | |
36 \center {\secfonts \rm Notes} | |
37 @end tex | |
38 | |
39 @bye | |
52401 | 40 |
41 @ignore | |
42 arch-tag: 9e03a1c7-6f62-4346-85d9-ed5b79386e07 | |
43 @end ignore |