0
0
mirror of https://github.com/python/cpython.git synced 2024-11-27 23:47:29 +01:00
cpython/Misc
Barry Warsaw 3c96f6f361 (py-process-filter): Deleted this function. In order to fix
interactions with newer Emacsen, I've rewritten the way all the
process filters work in the *Python* buffer.  We use more of the
comint infrastructure, specifically the default process filter.  This
means that scrolling is now handled by the default comint variables
including comint-scroll-to-bottom-on-output.  Note that this is
somewhat experimental change!

(py-comint-output-filter-function): Moved to here from the obsolete
py-process-filter function, the logic to pop and exec the next queued
file waiting to be executed.

(py-execute-file): Don't bind comint-scroll-to-bottom-on-output to t,
and save the excursion when inserting the "working on" message.  This
lets the standard comint scrolling variables as set by the user,
continue to work.

(python-mode, py-shell, py-describe-mode): Remove description of
py-scroll-process-buffer.  Also in py-shell, make
comint-output-filter-functions buffer-local, and add
py-comint-output-filter-function to this hook (instead of setting the
process filter).

(py-scroll-process-buffer): Deleted this variable.  See comint
variables including comint-scroll-to-bottom-on-output.

(py-execute-region): When exec files are being queued, push the next
temp file on the end of the list.

(py-submit-bug-report): Removed reporting of py-scroll-process-buffer.
1998-08-20 19:44:51 +00:00
..
ACKS New contributor. 1998-08-11 19:23:31 +00:00
AIX-NOTES
BLURB
BLURB.LUTZ
BLURB.WINDOWS
ccpy-style.el
cheatsheet
comparisons
COPYRIGHT
editline-fix
faq2html.py
Fixcprt.py
fixfuncptrs.sh
HISTORY
HPUX-NOTES
HYPE
indent.pro
Makefile
Makefile.pre.in Added a line to process SGI_ABI. 1998-06-08 21:22:12 +00:00
NEWS Reordered the news to make it more accessible. Also removed some dups. 1998-08-11 18:42:26 +00:00
NEXT-NOTES
Porting mini-faq on porting python 1998-08-10 16:36:48 +00:00
PURIFY.README
python-mode.el (py-process-filter): Deleted this function. In order to fix 1998-08-20 19:44:51 +00:00
python.gif
python.man Document -x too. 1998-04-10 19:46:00 +00:00
README # mention Porting in list of files 1998-08-10 16:38:58 +00:00
RENAME
renumber.py
RFD
setuid-prog.c
vgrindefs

Python Misc subdirectory
========================

This directory contains files that wouldn't fit in elsewhere, in
particular the UNIX manual page, an Emacs mode for Python source code,
and a list of Frequently Asked Questions (and their answers).  Some
documents are only of historic importance.

Files found here
----------------

ACKS		Acknowledgements
AIX-NOTES	Notes for building Python on AIX (all new!)
BLURB		A quick description of Python for newcomers
BLURB.LUTZ	A testimonial from a converted Tcl/Perl hacker :-)
COPYRIGHT	The Python copyright notice
FAQ		(deleted -- see http://www.python.org for the online FAQ)
Fixcprt.py	Fix the copyright message (a yearly chore :-)
HISTORY		News from previous releases -- oldest last
HPUX-NOTES	Notes about dynamic loading under HP-UX
HYPE		More hype about Python
Makefile	Used for administrative chores like cleaning up
Makefile.pre.in	Generic Makefile template for building extensions
NEWS		News for this release
Porting		Mini-FAQ on porting to new platforms
README		The file you're reading now
RFD		Request For Discussion about a Python newsgroup
cheatsheet	Quick summary of Python by Ken Manheimer
editline-fix	A news article on how to fix R$'s editline for Python
fixfuncptrs.sh	Shell script to fix function pointer initializers
indent.pro	GNU indent profile approximating my C style
python-mode.el	Emacs mode for editing Python programs
python.man	UNIX man page for the python interpreter
renumber.py	Script to renumber the sections in the FAQ
setuid-prog.c	C helper program for set-uid Python scripts
vgrindefs	Python configuration for vgrind (a generic pretty printer)