Commit graph

1258 commits

Author SHA1 Message Date
Stefan Monnier
3078db3222 (fill-paragraph): Give up if there's no paragraph at or after point. 2002-10-03 23:01:51 +00:00
Stefan Monnier
7b462fc6c4 (forward-paragraph): Return the steps left. 2002-10-03 23:00:19 +00:00
Stefan Monnier
2f239ac598 (outline-1, outline-2, outline-3, outline-4)
(outline-5, outline-6, outline-7, outline-8): New faces.
(outline-font-lock-faces, outline-font-lock-levels): New vars.
(outline-font-lock-face): New fun.
(outline-font-lock-keywords): Use it.
(outline-font-lock-level): Remove.
(outline-mode, outline-next-preface, outline-next-heading)
(outline-previous-heading, outline-next-visible-heading):
Use shy group.
(outline-level) <var>: Update calling convention.
(outline-level) <fun>: Take advantage of it.
(outline-demote): Don't assume the match-data is still uptodate.
(outline-up-heading): Simplify and make sure the match data is
properly set at the end.
2002-10-02 22:04:53 +00:00
Mike Williams
1c8438abac (sgml-guess-indent): Handle tabs correctly. 2002-09-29 06:00:18 +00:00
Richard M. Stallman
df3d183269 Comment changes. 2002-09-27 20:52:15 +00:00
Juanma Barranquero
2e78ba2400 (reftex-label-menu-flags): Fix typo. 2002-09-06 10:12:33 +00:00
Juanma Barranquero
f7a53caeeb (fill-nonuniform-paragraphs, fill-individual-paragraphs): Fix spacing. 2002-09-06 07:18:44 +00:00
Juanma Barranquero
4c7ddcfa25 (reftex-TeX-master-file): Fix spacing. 2002-09-06 07:18:22 +00:00
Markus Rost
790f437cec (table-command-prefix): Fix type. 2002-09-05 18:42:13 +00:00
Stefan Monnier
81cb34cd03 (paragraph-indent-text-mode-abbrev-table)
(paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
Use text-mode's syntax-table and abbrev-table.
(text-mode): Set require-final-newline to t.
2002-09-03 01:59:51 +00:00
Juanma Barranquero
c1b32502d0 (bibtex-mode): Fix typo. 2002-08-30 11:01:51 +00:00
Carsten Dominik
3b919c9f8c Update to RefTeX 4.19 2002-08-27 09:58:05 +00:00
Carsten Dominik
20cd3579bd Update to RefTeX 4.18 2002-08-20 10:42:52 +00:00
Richard M. Stallman
238240c958 New file. 2002-08-19 00:56:34 +00:00
Carsten Dominik
d29c87c143 * reftex.el (reftex-mode): Create special syntax tables.
(reftex-syntax-table): Set a default in case this is being used
	outside a LaTeX file.
	(reftex-syntax-table-for-bib): Set a default in case this is being used
	outside a LaTeX file.
2002-08-17 09:22:01 +00:00
Carsten Dominik
70c06e3955 (reftex-mode): Moved creation of special syntax tables to top-level. 2002-08-15 11:28:50 +00:00
Richard M. Stallman
2600f4e4f9 (pages-target-buffer): Add defvar. Renamed from target-buffer.
(pages-directory, pages-copy-header-and-position): Uses changed.
2002-08-12 17:23:16 +00:00
Richard M. Stallman
f8da45ad01 (pages-directory-mode): Undo previous change. 2002-08-09 16:41:01 +00:00
Richard M. Stallman
6daa20b074 (check-ispell-version): Bind default-directory
to avoid errors.  Kill the old temp buffer at the beginning.
2002-07-29 17:29:31 +00:00
Carsten Dominik
7ac7387b8e Updated to RefTeX 4.18 2002-07-25 07:03:41 +00:00
Carsten Dominik
d0b3b54afa removed forgotten (debug) form 2002-07-22 12:03:31 +00:00
Carsten Dominik
6fbeb42936 Updated to reftex 4.17 2002-07-22 10:38:32 +00:00
Stefan Monnier
95a045bd7f Set encoding to utf-8.
(tex-start-options): Make it into always-a-string.
Remove silly custom options that are covered by the other var.
(tex-start-commands): Fix docstring.
(tex-open-quote, tex-close-quote): Add options.
(tex-command): Provide default.
(tex-font-lock-keywords-1): Highlight $$...$$.
(tex-font-lock-keywords-2): Fix latin-1 chars.
(tex-mode-map): Remove redundant \t binding.
(tex-mode): Add `subsection' and `newcommand' to known latex cmds.
(latex-mode): Use add-hook for fill-nobreak-predicate.
(tex-common-initialization): Set indent-tabs-mode to nil.
(tex-insert-quote): Undo magic if invoked twice in a row.
(latex-fill-nobreak-predicate): Don't use narrowing.
(tex-latex-block): Don't cons uselessly.
(tex-last-unended-begin): Signal user-friendlier error.
(tex-goto-last-unclosed-latex-block): Don't catch signal.
(tex-start-tex): Switch order of tex-start-options and
tex-start-commands to make it obey docstrings.
2002-07-14 20:39:18 +00:00
Stefan Monnier
7492ed8e8d (sgml-quote): Use narrowing. Improve the regexp used when unquoting.
(sgml-pretty-print): New function.
(sgml-get-context): Better handling of improperly nested tags.
(sgml-show-context): Don't use the FULL arg of sgml-get-context.
2002-07-13 19:23:05 +00:00
Stefan Monnier
287360825e (texinfo-font-lock-keywords): Disable the automatic environment name update.
(texinfo-clone-environment): Fix it not to incorrectly match prefixes.
2002-07-07 20:14:28 +00:00
Juanma Barranquero
e6608c1233 Fix typo. 2002-07-03 14:26:51 +00:00
Juanma Barranquero
8445b9c2e7 (reftex-label-alist): Fix typo. 2002-07-03 11:29:55 +00:00
Juanma Barranquero
9e3e72cb12 (reftex-citation): Fix typo. 2002-07-02 14:49:40 +00:00
Sam Steingold
7abc9addc7 (tex-file): call save-some-buffers' before tex-main-file' 2002-07-01 19:55:45 +00:00
Richard M. Stallman
4855897e98 (picture-forward-column)
(picture-move-down): Never deactivate the mark.
2002-07-01 07:47:22 +00:00
Richard M. Stallman
e04464bb32 New maintainer. 2002-06-17 01:02:21 +00:00
Eli Zaretskii
c2345c0d9d Change the maintainer to "none". 2002-06-12 17:24:30 +00:00
Stefan Monnier
262d2cab9e (autoloaded toplevel): Don't use ispell-library-directory without
checking that it's bound.
2002-05-31 18:43:28 +00:00
Richard M. Stallman
a60f1fcdb5 (ispell-library-directory): Renamed from ispell-library-path.
If Ispell is not installed, init to nil.
(ispell-menu-map): Get rid of byte-compiling-files-p hackery;
initialize this unconditionally when ispell-menu-map-needed is t.
Local `path' renamed to `dir'.

(check-ispell-version): Doc fix.
2002-05-30 17:09:58 +00:00
Colin Walters
9d118494d5 (xml-mode): New alias for `sgml-mode'. 2002-05-28 16:51:06 +00:00
Mike Williams
232dbe4f66 (sgml-guess-indent): Look further into the buffer. 2002-05-22 09:40:48 +00:00
Stefan Monnier
f67376256a (outline-reveal-toggle-invisible): Reverse the meaning of the second arg. 2002-05-20 18:32:07 +00:00
Juanma Barranquero
aa87aafcde Fix typo. 2002-05-16 12:00:33 +00:00
Mike Williams
51df53f840 (sgml-tag): Default skeleton-transformation to `identity'. 2002-05-14 09:51:03 +00:00
Eli Zaretskii
89e7ad5946 Change all post-21.1 :version attributes to 21.4. 2002-05-12 17:30:42 +00:00
Pavel Janík
58c6812940 (make-flyspell-overlay): Add help text to flyspell overlays. 2002-05-08 15:27:26 +00:00
Colin Walters
52ab062c96 (tex-validate-buffer): Use `occur-revert-arguments' instead of setting
`occur-nlines' and `occur-buffer'.  Don't test for `input-pending-p'
in loop.  Set text property `occur-target' instead of `occur'.
2002-05-01 05:22:08 +00:00
Robert J. Chassell
481b0db7f7 Cause `texinfo-insert-@node' to insert a carriage return after the
comment line.  This change does not affect normal use.  On the one
hand, it causes the command to insert a blank line when invoked on the
line preceeding the @section line.  This is a fault.  On the other
hand, it causes the command to format the output properly when you
invoke the command on the same line as the @chapter or similar line.
This is beneficial.
2002-04-29 12:59:26 +00:00
Stefan Monnier
dc864d6e59 (fill-context-prefix): Fix last change with yet-another-approach. 2002-04-29 04:02:22 +00:00
Richard M. Stallman
9e0ad27acd (tex-start-options): New variable.
(tex-start-commands): New variable.
(tex-start-options-string): Variable deleted.
(tex-start-tex): Use tex-start-options and tex-start-commands,
not tex-start-options-string.
(tex-command): Doc fix.
2002-04-26 21:19:24 +00:00
Mike Williams
662deeab31 (sgml-at-indentation-p): Move to fix compilation error. 2002-04-16 10:38:30 +00:00
Mike Williams
ca05be61ac (sgml-parse-tag-backward): Fix to work at beginning of buffer. 2002-04-14 12:50:10 +00:00
Stefan Monnier
79424eea3d (fill-region-as-paragraph): Use save-excursion instead of relying on
forward-line to bring us where we started.
2002-04-12 02:56:29 +00:00
Stefan Monnier
4599773d96 (fill-context-prefix): Fix up last change. 2002-04-12 00:01:53 +00:00
Stefan Monnier
bb424945f3 (canonically-space-region): Obey sentence-end.
Don't add spaces at end of sentences at end of line.
(fill-move-to-break-point): Make sure the result is always greater
than linebeg, so we ensure forward progress.
(fill-region-as-paragraph): Compare to `to' rather than eobp.
(fill-paragraph): Don't rebind fill-paragraph-function.
2002-04-11 22:00:07 +00:00