annotate admin/README @ 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 8852a07538af 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
38873
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
1 This directory contains scripts and other things useful for developing
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
2 and maintaining Emacs. These files are not part of Emacs releases
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
3 because they are not deemed generally useful, and you have to know
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
4 what you do when using them.
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
5
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
6 Brief description of scripts found here:
41c3dd0e7653 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38850
diff changeset
7
40063
9b5a774d579b *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 40013
diff changeset
8 admin.el utilities for setting version numbers and alike
40013
639159ee8430 Document alloc-colors.c.
Eli Zaretskii <eliz@gnu.org>
parents: 39058
diff changeset
9 alloc-color.c a utility program that allocates a given number of
40063
9b5a774d579b *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 40013
diff changeset
10 colors on X. Can be used to debug Emacs with
40013
639159ee8430 Document alloc-colors.c.
Eli Zaretskii <eliz@gnu.org>
parents: 39058
diff changeset
11 dense colormaps (PseudoColor).
38875
6710276b9747 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38873
diff changeset
12 build-configs build Emacs in various configurations
6710276b9747 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38873
diff changeset
13 check-doc-strings check doc strings against documentation
47856
1d62ac5dafa8 Change description of cus-test.el.
Markus Rost <rost@math.uni-bielefeld.de>
parents: 47803
diff changeset
14 cus-test.el tests for custom types and load problems
39058
c296bfdefcc3 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39057
diff changeset
15 diff-tar-files show files added/removed between two tar files
38875
6710276b9747 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38873
diff changeset
16 make-emacs build Emacs in various ways
48668
1c6027c437eb Added reference to make-tarball.txt.
Francesco Potortì <pot@gnu.org>
parents: 47856
diff changeset
17 make-tarball.txt instructions to create pretest or release tarballs
39057
c6200688b6c5 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39042
diff changeset
18 quick-install-emacs install emacs quickly (`incrementally')
38875
6710276b9747 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 38873
diff changeset
19 revdiff get CVS diffs of files
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 48668
diff changeset
20
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 48668
diff changeset
21 # arch-tag: 812b9461-bc0a-46a7-925e-24bd41118463