bpt/emacs.git
20 years ago(Fbuffer_base_buffer): Doc fix.
Luc Teirlinck [Sat, 17 Apr 2004 02:04:27 +0000 (02:04 +0000)]
(Fbuffer_base_buffer): Doc fix.

20 years ago(insert-directory): Minor whitespace fix in docstring.
Luc Teirlinck [Sat, 17 Apr 2004 01:46:53 +0000 (01:46 +0000)]
(insert-directory): Minor whitespace fix in docstring.

20 years agoVarious clarifications.
Luc Teirlinck [Sat, 17 Apr 2004 00:58:04 +0000 (00:58 +0000)]
Various clarifications.

20 years agoAdd anchors. Some other minor changes.
Luc Teirlinck [Sat, 17 Apr 2004 00:52:46 +0000 (00:52 +0000)]
Add anchors.  Some other minor changes.

20 years ago*** empty log message ***
Stefan Monnier [Fri, 16 Apr 2004 23:56:04 +0000 (23:56 +0000)]
*** empty log message ***

20 years ago(python-compilation-line-number): Fix braindamage.
Stefan Monnier [Fri, 16 Apr 2004 23:36:13 +0000 (23:36 +0000)]
(python-compilation-line-number): Fix braindamage.
(python-load-file): Fix python-orig-start setting.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 16 Apr 2004 23:27:40 +0000 (23:27 +0000)]
*** empty log message ***

20 years agoDoc fixes.
Stefan Monnier [Fri, 16 Apr 2004 23:22:07 +0000 (23:22 +0000)]
Doc fixes.
(compilation-error-regexp-alist-alist)
(compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
(compilation-assq): Wrap in eval-when-compile.
(compilation-mode-font-lock-keywords): Don't use list*.
(compilation-start): Avoid warning.
(compilation-compat-error-properties)
(compilation-directory-properties): Add keymap property.
(compilation-parsing-end): Make it a marker for better compatibility.

20 years ago(compilation-error-properties): Fix for adding messages when there are already
Daniel Pfeiffer [Fri, 16 Apr 2004 23:06:34 +0000 (23:06 +0000)]
(compilation-error-properties): Fix for adding messages when there are already
markers for their file.
(compilation-fake-loc): New function.

20 years ago(python-after-info-look): Use with-no-warnings.
Stefan Monnier [Fri, 16 Apr 2004 22:58:28 +0000 (22:58 +0000)]
(python-after-info-look): Use with-no-warnings.

20 years agoDoc fixes.
Stefan Monnier [Fri, 16 Apr 2004 22:46:26 +0000 (22:46 +0000)]
Doc fixes.
(xml-get-children): Only looks at sub-tags and ignore strings.

20 years ago(xml-parse-tag): Avoid overwriting node-name.
Stefan Monnier [Fri, 16 Apr 2004 22:26:53 +0000 (22:26 +0000)]
(xml-parse-tag): Avoid overwriting node-name.

20 years ago(url-debug): Use with-current-buffer.
Stefan Monnier [Fri, 16 Apr 2004 22:05:32 +0000 (22:05 +0000)]
(url-debug): Use with-current-buffer.

20 years ago(url-nfs-file-attributes): Add id-format parameter.
Stefan Monnier [Fri, 16 Apr 2004 22:04:33 +0000 (22:04 +0000)]
(url-nfs-file-attributes): Add id-format parameter.
(url-nfs-create-wrapper): Use new backquote syntax.

20 years ago(url-https-file-attributes): Add id-format param.
Stefan Monnier [Fri, 16 Apr 2004 22:02:46 +0000 (22:02 +0000)]
(url-https-file-attributes): Add id-format param.

20 years ago(url-http-head-file-attributes, url-http-file-attributes):
Stefan Monnier [Fri, 16 Apr 2004 22:01:56 +0000 (22:01 +0000)]
(url-http-head-file-attributes, url-http-file-attributes):
Add id-format parameter.

20 years agoUse new find-file-hook.
Stefan Monnier [Fri, 16 Apr 2004 22:00:40 +0000 (22:00 +0000)]
Use new find-file-hook.
(url-file-attributes): Add id-format parameter.

20 years ago(url-file-create-wrapper): Use new backquote syntax.
Stefan Monnier [Fri, 16 Apr 2004 21:59:12 +0000 (21:59 +0000)]
(url-file-create-wrapper): Use new backquote syntax.
(url-file-file-attributes): Add id-format parameter.

20 years agoUse with-current-buffer.
Stefan Monnier [Fri, 16 Apr 2004 21:58:11 +0000 (21:58 +0000)]
Use with-current-buffer.
(url-dav-process-response): Fix regexps and spurious quote.
(url-dav-file-attributes): Add id-format param.

20 years ago(diff-end-of-hunk): Be more careful with unified hunks.
Stefan Monnier [Fri, 16 Apr 2004 21:52:14 +0000 (21:52 +0000)]
(diff-end-of-hunk): Be more careful with unified hunks.

20 years ago(Fkey_description): Change callers.
Kim F. Storm [Fri, 16 Apr 2004 21:19:16 +0000 (21:19 +0000)]
(Fkey_description): Change callers.

20 years ago(Fkey_description): Fix prototype.
Kim F. Storm [Fri, 16 Apr 2004 21:17:02 +0000 (21:17 +0000)]
(Fkey_description): Fix prototype.
(describe_vector): Remove prototype.

20 years ago(Fkey_description): Add optional PREFIX arg.
Kim F. Storm [Fri, 16 Apr 2004 21:16:33 +0000 (21:16 +0000)]
(Fkey_description): Add optional PREFIX arg.
Combine prefix with KEYS to make up the full key sequence to describe.
Correlate meta_prefix_char and following (simple) key to describe
as meta modifier.  All callers changed.
(describe_map): Rename arg `keys' to `prefix'.  Remove local
`elt_prefix' var.  Use Fkey_description with prefix instead of
elt_prefix combined with Fsingle_key_description.
(describe_vector): Declare static.  Replace arg `elt_prefix' with
`prefix'.  Add KEYMAP_P arg.  Add local var `elt_prefix'; use it
if !KEYMAP_P. Use Fkey_description with prefix instead of
Fsingle_key_description.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 16 Apr 2004 21:16:06 +0000 (21:16 +0000)]
*** empty log message ***

20 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-221
Miles Bader [Fri, 16 Apr 2004 21:04:07 +0000 (21:04 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-221

Restore deleted tagline in etc/TUTORIAL.ru

20 years ago(update_overlay_arrows): Fix handling of up_to_date < 0.
Kim F. Storm [Fri, 16 Apr 2004 20:11:47 +0000 (20:11 +0000)]
(update_overlay_arrows): Fix handling of up_to_date < 0.

20 years ago(PNG_BG_COLOR_SHIFT): Remove.
Kim F. Storm [Fri, 16 Apr 2004 20:08:15 +0000 (20:08 +0000)]
(PNG_BG_COLOR_SHIFT): Remove.
(png_load): Fix calculation of transparent background color on X
and W32 platforms.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 16 Apr 2004 20:07:49 +0000 (20:07 +0000)]
*** empty log message ***

20 years ago(try_scrolling): Make sure `scroll-conservatively' is not too large before
Juanma Barranquero [Fri, 16 Apr 2004 19:33:45 +0000 (19:33 +0000)]
(try_scrolling): Make sure `scroll-conservatively' is not too large before
computing how much to scroll.

20 years agoMarkup fixes.
Jesper Harder [Fri, 16 Apr 2004 16:42:36 +0000 (16:42 +0000)]
Markup fixes.

20 years agoChanges by Alex Ott checked in.
David Kastrup [Fri, 16 Apr 2004 13:10:15 +0000 (13:10 +0000)]
Changes by Alex Ott checked in.

20 years ago*** empty log message ***
David Kastrup [Fri, 16 Apr 2004 13:09:44 +0000 (13:09 +0000)]
*** empty log message ***

20 years ago#
André Spiegel [Fri, 16 Apr 2004 10:26:02 +0000 (10:26 +0000)]
#

20 years ago(vc-default-workfile-unchanged-p): Quote signal.
André Spiegel [Fri, 16 Apr 2004 10:21:51 +0000 (10:21 +0000)]
(vc-default-workfile-unchanged-p): Quote signal.

20 years ago(vc-print-log): Quote signal.
André Spiegel [Fri, 16 Apr 2004 10:21:24 +0000 (10:21 +0000)]
(vc-print-log): Quote signal.

20 years ago(completions-common-part): Rename from completion-de-emphasis.
Masatake YAMATO [Fri, 16 Apr 2004 08:57:51 +0000 (08:57 +0000)]
(completions-common-part): Rename from completion-de-emphasis.
(completions-first-difference): Rename from completion-emphasis. Suggested by RMS.

20 years ago(completion-setup-function): Set an initial value to `element-common-end' before...
Masatake YAMATO [Fri, 16 Apr 2004 08:45:40 +0000 (08:45 +0000)]
(completion-setup-function): Set an initial value to `element-common-end' before entering loop. Set a value to `element-common-end' at the end of loop. The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.

20 years agoemail fix
Vinicius Jose Latorre [Fri, 16 Apr 2004 00:22:38 +0000 (00:22 +0000)]
email fix

20 years ago(bookmark-send-edited-annotation): Fix docstring.
Juanma Barranquero [Thu, 15 Apr 2004 23:13:16 +0000 (23:13 +0000)]
(bookmark-send-edited-annotation): Fix docstring.
(bookmark-edit-annotation-mode): Add mode name.

20 years ago(Ffile_attributes): Don't pass extra nil arg to file-handler.
Stefan Monnier [Thu, 15 Apr 2004 21:02:33 +0000 (21:02 +0000)]
(Ffile_attributes): Don't pass extra nil arg to file-handler.

20 years ago(smerge-match-conflict): Fix last change.
Stefan Monnier [Thu, 15 Apr 2004 20:46:54 +0000 (20:46 +0000)]
(smerge-match-conflict): Fix last change.

20 years ago(smerge-match-conflict): Try to do something sensible
Stefan Monnier [Thu, 15 Apr 2004 20:19:11 +0000 (20:19 +0000)]
(smerge-match-conflict): Try to do something sensible
for nested conflict markers.
(smerge-find-conflict): Better handle errors in smerge-match-conflict.

20 years ago(gud-menu-map, gud-tool-bar-map): Add help button.
Nick Roberts [Thu, 15 Apr 2004 20:04:38 +0000 (20:04 +0000)]
(gud-menu-map, gud-tool-bar-map): Add help button.

20 years ago(gdb-goto-info): New function.
Nick Roberts [Thu, 15 Apr 2004 20:03:37 +0000 (20:03 +0000)]
(gdb-goto-info): New function.

20 years ago*** empty log message ***
Nick Roberts [Thu, 15 Apr 2004 20:02:36 +0000 (20:02 +0000)]
*** empty log message ***

20 years ago(Initial Options): Add -Q.
Kim F. Storm [Thu, 15 Apr 2004 15:11:15 +0000 (15:11 +0000)]
(Initial Options): Add -Q.

20 years ago*** empty log message ***
Kim F. Storm [Thu, 15 Apr 2004 15:10:25 +0000 (15:10 +0000)]
*** empty log message ***

20 years agoRebuild.
Andreas Schwab [Thu, 15 Apr 2004 08:38:21 +0000 (08:38 +0000)]
Rebuild.

20 years ago(Fverify_visited_file_modtime, Fvisited_file_modtime):
Luc Teirlinck [Thu, 15 Apr 2004 02:32:32 +0000 (02:32 +0000)]
(Fverify_visited_file_modtime, Fvisited_file_modtime):
Add hyperlink to Elisp manual to the docstring.

20 years ago(Read Only Buffers): Mention optional ARG to `toggle-read-only'.
Luc Teirlinck [Thu, 15 Apr 2004 00:26:17 +0000 (00:26 +0000)]
(Read Only Buffers): Mention optional ARG to `toggle-read-only'.

20 years ago*** empty log message ***
Stefan Monnier [Wed, 14 Apr 2004 20:45:43 +0000 (20:45 +0000)]
*** empty log message ***

20 years ago(fix_command): Use XDCR.
Stefan Monnier [Wed, 14 Apr 2004 20:45:02 +0000 (20:45 +0000)]
(fix_command): Use XDCR.

20 years ago(batch-byte-compile-file): Give a backtrace if requested.
Stefan Monnier [Wed, 14 Apr 2004 20:43:45 +0000 (20:43 +0000)]
(batch-byte-compile-file): Give a backtrace if requested.

20 years ago(ada-create-menu): Remove redundant call.
Stefan Monnier [Wed, 14 Apr 2004 20:41:47 +0000 (20:41 +0000)]
(ada-create-menu): Remove redundant call.

20 years ago(python-orig-start-line, python-orig-file): Remove.
Stefan Monnier [Wed, 14 Apr 2004 20:31:53 +0000 (20:31 +0000)]
(python-orig-start-line, python-orig-file): Remove.
(python-orig-start): New var.
(python-input-filter, python-compilation-line-number)
(python-send-region, python-load-file): Use it.

20 years ago(posn-set-point): Fix typos: parameter is `position', not `posn'.
John Paul Wallington [Wed, 14 Apr 2004 20:31:37 +0000 (20:31 +0000)]
(posn-set-point): Fix typos: parameter is `position', not `posn'.

20 years ago(run-python): Fix use of \n.
Stefan Monnier [Wed, 14 Apr 2004 20:16:05 +0000 (20:16 +0000)]
(run-python): Fix use of \n.
(python-load-file): Remove `try' from Python fragment.
(python-describe-symbol): Fix message.

20 years ago(Selecting Windows): Note that get-lru-window
Nick Roberts [Wed, 14 Apr 2004 20:06:29 +0000 (20:06 +0000)]
(Selecting Windows): Note that get-lru-window
returns a full-width window if possible.

20 years ago(Fget_lru_window): Doc fix.
Nick Roberts [Wed, 14 Apr 2004 20:03:42 +0000 (20:03 +0000)]
(Fget_lru_window): Doc fix.

20 years ago*** empty log message ***
Nick Roberts [Wed, 14 Apr 2004 20:02:33 +0000 (20:02 +0000)]
*** empty log message ***

20 years ago(python-mouse-2-command, python-RET-command): Remove unused functions.
Stefan Monnier [Wed, 14 Apr 2004 18:59:10 +0000 (18:59 +0000)]
(python-mouse-2-command, python-RET-command): Remove unused functions.

20 years agoDoc fixes.
Stefan Monnier [Wed, 14 Apr 2004 18:58:45 +0000 (18:58 +0000)]
Doc fixes.
(comint-last-input-start, comint-last-input-end)
(comint-last-output-start): Give them values.
(comint-arguments): Avoid warning.
(comint-skip-prompt): Use line-end-position.
(comint-backward-matching-input): Rename arg to agree with doc.
(comint-extract-string): Use syntax-ppss.
(comint-dynamic-simple-complete): Delete useless list construction.
(comint-redirect-subvert-readonly): New.
(comint-redirect-preoutput-filter): Use it.

20 years ago(info): Always jump to *info*.
Stefan Monnier [Wed, 14 Apr 2004 18:39:52 +0000 (18:39 +0000)]
(info): Always jump to *info*.

20 years ago(xml-maybe-do-ns): New function to handle namespace
Stefan Monnier [Wed, 14 Apr 2004 18:36:14 +0000 (18:36 +0000)]
(xml-maybe-do-ns): New function to handle namespace
parsing of both attribute and element names.
(xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
(xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
(xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
(xml-parse-attlist): Make it do its own namespace parsing.

20 years ago(beginning-of-defun-raw, end-of-defun):
Stefan Monnier [Wed, 14 Apr 2004 18:20:23 +0000 (18:20 +0000)]
(beginning-of-defun-raw, end-of-defun):
Correctly handle negative arguments when calling hook functions.

20 years ago(compilation-button-map): New keymap.
Stefan Monnier [Wed, 14 Apr 2004 18:12:05 +0000 (18:12 +0000)]
(compilation-button-map): New keymap.
(compilation-error-properties): Use it.
(compilation-shell-minor-mode-map): Don't bind mouse-2.

20 years ago(checkdoc-output-mode-map, checkdoc-find-error-mouse, checkdoc-find-error):
Stefan Monnier [Wed, 14 Apr 2004 17:49:43 +0000 (17:49 +0000)]
(checkdoc-output-mode-map, checkdoc-find-error-mouse, checkdoc-find-error):
Use posn-set-point to merge the mouse and non-mouse case.

20 years ago(smerge-popup-context-menu): Use it.
Stefan Monnier [Wed, 14 Apr 2004 17:40:57 +0000 (17:40 +0000)]
(smerge-popup-context-menu): Use it.

20 years ago(cvs-status-map): Update binding name.
Stefan Monnier [Wed, 14 Apr 2004 17:38:23 +0000 (17:38 +0000)]
(cvs-status-map): Update binding name.

20 years ago(cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
Stefan Monnier [Wed, 14 Apr 2004 17:36:09 +0000 (17:36 +0000)]
(cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
Make it work for non-mouse events.

20 years ago(diff-goto-source): Make it work for mouse bindings.
Stefan Monnier [Wed, 14 Apr 2004 17:31:42 +0000 (17:31 +0000)]
(diff-goto-source): Make it work for mouse bindings.
(diff-mouse-goto-source): Make it an alias of diff-goto-source.

20 years ago(compile-goto-error): Use it.
Stefan Monnier [Wed, 14 Apr 2004 17:30:49 +0000 (17:30 +0000)]
(compile-goto-error): Use it.

20 years ago(mouse-set-point): Use it.
Stefan Monnier [Wed, 14 Apr 2004 17:30:17 +0000 (17:30 +0000)]
(mouse-set-point): Use it.

20 years ago(posn-set-point): New function.
Stefan Monnier [Wed, 14 Apr 2004 17:28:33 +0000 (17:28 +0000)]
(posn-set-point): New function.

20 years ago(info-apropos): Don't clobber Info-history-list.
Jesper Harder [Wed, 14 Apr 2004 15:58:30 +0000 (15:58 +0000)]
(info-apropos): Don't clobber Info-history-list.

20 years agoMarkup fixes.
Jesper Harder [Wed, 14 Apr 2004 14:37:17 +0000 (14:37 +0000)]
Markup fixes.

20 years agoVarious changes in addition to:
Luc Teirlinck [Wed, 14 Apr 2004 02:48:08 +0000 (02:48 +0000)]
Various changes in addition to:
(Buffer File Name): Add `find-buffer-visiting'.
(Buffer Modification): Mention optional ARG to `not-modified'.
(Indirect Buffers): Mention optional CLONE argument to `make-indirect-buffer'.

20 years agoVarious changes in addition to:
Luc Teirlinck [Wed, 14 Apr 2004 02:44:21 +0000 (02:44 +0000)]
Various changes in addition to:
(Visiting Functions): `find-file-hook' is now a normal hook.
(File Name Expansion): Explain difference between the way that
`expand-file-name' and `file-truename' treat `..'.
(Contents of Directories): Mention optional ID-FORMAT argument to
`directory-files-and-attributes'.
(Format Conversion): Mention new optional CONFIRM argument to
`format-write-file'.

20 years agoUpdate Delete/Delback translation.
Juri Linkov [Wed, 14 Apr 2004 01:42:25 +0000 (01:42 +0000)]
Update Delete/Delback translation.

20 years agoChanges from arch/CVS synchronization
Miles Bader [Tue, 13 Apr 2004 23:32:57 +0000 (23:32 +0000)]
Changes from arch/CVS synchronization

20 years agoParen typo.
Stefan Monnier [Tue, 13 Apr 2004 23:16:57 +0000 (23:16 +0000)]
Paren typo.

20 years ago(compilation-minor-mode-map)
Stefan Monnier [Tue, 13 Apr 2004 23:16:29 +0000 (23:16 +0000)]
(compilation-minor-mode-map)
(compilation-shell-minor-mode-map, compile-mouse-goto-error)
(compile-goto-error): Re-merge the mouse and non-mouse commands.

20 years ago(compilation-setup): Localize overlay-arrow-position.
Daniel Pfeiffer [Tue, 13 Apr 2004 22:46:18 +0000 (22:46 +0000)]
(compilation-setup): Localize overlay-arrow-position.
(compilation-sentinel): Restructure code equivalently.
(compilation-next-error): Find message on same line after point if
not found before point.
(compile-mouse-goto-error): Restore function so that compilation
buffer need not be current and use compile-goto-error.
(compile-goto-error): Restore function.
(next-error): Set overlay-arrow-position.
(compilation-forget-errors): Don't localize already local
compilation-locs and remove FIXME about refontifying.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 13 Apr 2004 22:24:34 +0000 (22:24 +0000)]
*** empty log message ***

20 years ago(emacs-quick-startup): New defvar (set by -Q).
Kim F. Storm [Tue, 13 Apr 2004 22:20:04 +0000 (22:20 +0000)]
(emacs-quick-startup): New defvar (set by -Q).
(command-line): New option -Q.  Like -q --no-site-file, but
in addition it also disables menu-bar, tool-bar, scroll-bars,
tool-tips, and the blinking cursor.
(command-line-1): Skip startup screen if -Q.
(fancy-splash-head): Use :align-to center prop to center splash image.

20 years ago(cua-read-only-cursor-color)
Kim F. Storm [Tue, 13 Apr 2004 21:46:30 +0000 (21:46 +0000)]
(cua-read-only-cursor-color)
(cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 13 Apr 2004 21:45:55 +0000 (21:45 +0000)]
*** empty log message ***

20 years ago(scan_lists): Simplify backward string scan.
Stefan Monnier [Tue, 13 Apr 2004 21:45:13 +0000 (21:45 +0000)]
(scan_lists): Simplify backward string scan.
Fix off-by-one boundary check for string and comment fences.

20 years ago(get_glyph_string_clip_rect): Fix reduction of cursor
Kim F. Storm [Tue, 13 Apr 2004 21:31:23 +0000 (21:31 +0000)]
(get_glyph_string_clip_rect): Fix reduction of cursor
height to glyph height when cursor row is not fully visible.
(make_cursor_line_fully_visible): Add FORCE_P arg to return
failure in case row is higher than window.  Callers changed.
(try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
Try to scroll partially visible, higher-than-window cursor row.
(redisplay_window): Always try to scroll partially visible,
higher-than-window cursor row - both initially and again with
centering_position = 0.
Clear desired matrix before retrying with centering_position = 0.

20 years ago(update_window): Only set changed_p if
Kim F. Storm [Tue, 13 Apr 2004 21:30:56 +0000 (21:30 +0000)]
(update_window): Only set changed_p if
scrolling_window actually did scroll.
(scrolling_window): Only return 1 if we actually did scroll.

20 years ago(Fformat): Fix allocation size of precision array.
Kim F. Storm [Tue, 13 Apr 2004 21:30:16 +0000 (21:30 +0000)]
(Fformat): Fix allocation size of precision array.

20 years ago*** empty log message ***
Stefan Monnier [Tue, 13 Apr 2004 20:21:43 +0000 (20:21 +0000)]
*** empty log message ***

20 years agoNew file.
Stefan Monnier [Tue, 13 Apr 2004 20:08:53 +0000 (20:08 +0000)]
New file.

20 years agoAlso install etc/compilation.txt and chown/chmod it
Daniel Pfeiffer [Tue, 13 Apr 2004 19:08:31 +0000 (19:08 +0000)]
Also install etc/compilation.txt and chown/chmod it

20 years agoAlso install etc/compilation.txt
Daniel Pfeiffer [Tue, 13 Apr 2004 19:04:54 +0000 (19:04 +0000)]
Also install etc/compilation.txt

20 years agoDoc fixes. Changes for compiler warnings.
Stefan Monnier [Tue, 13 Apr 2004 18:02:03 +0000 (18:02 +0000)]
Doc fixes.  Changes for compiler warnings.
(syntax): Don't require.
(python) <defgroup>: Add :version.
(python-quote-syntax): Re-written.
(inferior-python-mode): Move stuff here from run-python and add
some more.
(python-preoutput-continuation, python-preoutput-result)
(python-dotty-syntax-table): New.
(python-describe-symbol): Use them.
(run-python): Move stuff to inferior-python-mode.  Modify code
loaded into Python.
(python-send-region): Use python-proc, python-send-string.
(python-send-string): Send newlines too.  Callers changed.
(python-load-file): Re-written.
(python-eldoc-function): New.
(info-look): Don't require.
(python-after-info-look): New.  A modified version of former
top-level code for use with eval-after-load.
(python-maybe-jython, python-guess-indent): Use widened buffer.
(python-fill-paragraph): Re-written.
(python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.

20 years ago*** empty log message ***
Stefan Monnier [Tue, 13 Apr 2004 16:06:38 +0000 (16:06 +0000)]
*** empty log message ***

20 years ago(run-python): Use compilation-shell-minor-mode.
Stefan Monnier [Tue, 13 Apr 2004 16:05:36 +0000 (16:05 +0000)]
(run-python): Use compilation-shell-minor-mode.
Set compilation-error-regexp-alist earlier.

20 years ago*** empty log message ***
Stefan Monnier [Tue, 13 Apr 2004 14:45:49 +0000 (14:45 +0000)]
*** empty log message ***

20 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-210
Miles Bader [Tue, 13 Apr 2004 09:47:51 +0000 (09:47 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-210

More RCS keyword removal