1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

1236 Commits

Author SHA1 Message Date
Markus Rost
e4caa91aba (defgroup refill): New group. 2002-11-18 06:06:43 +00:00
Markus Rost
966cdb2209 (html-autoview-mode): Add group. 2002-11-18 04:32:11 +00:00
Markus Rost
eacd92dd02 (use-hard-newlines): Add group. 2002-11-18 04:18:23 +00:00
Markus Rost
87a609d3fb (defgroup ispell): Arrange that definition starts at beginning of
line.
2002-11-17 22:34:13 +00:00
Markus Rost
23179a73c3 (defgroup table-hooks): New group.
(table-cell-map-hook): Fix typo in group name.
2002-11-17 22:31:53 +00:00
Kim F. Storm
1b457e183f (fill-nobreak-invisible): New var.
(fill-nobreak-p): Test it; return t if set and point invisible.
(fill-newline): Test it; remove invisible prop on newline if set.
2002-11-13 23:32:21 +00:00
Stefan Monnier
4e7a42d2f5 (sgml-namify-char): New cmd.
(sgml-name-char): Use it.
(sgml-tag-last, sgml-tag-history): New vars.
(sgml-tag): Use them.
(sgml-skip-tag-forward): Use sgml-tag-syntax-table.
(sgml-delete-tag): Remove resulting empty lines.
(sgml-tag): Don't make intangible.
(sgml-parse-tag-backward): Add limit argument.
(html-autoview-mode): Use define-minor-mode.
2002-11-12 16:46:19 +00:00
Stefan Monnier
7afecb99cb (latex-standard-block-names): Rename from standard-latex-block-names.
(tex-font-lock-keywords-1): Add providecommand, renewenvironment, and
renewtheorem.  Highlight \it and \bf separately since they may overlap.
(tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
(tex-font-lock-keywords-3, tex-verbatim-environments)
(tex-font-lock-syntactic-keywords): New vars.
(superscript, subscript, tex-verbatim-face): New faces.
(tex-font-lock-syntactic-face-function): Handle \verb construct.
(tex-common-initialization): Update font-lock-defaults setting.
(tex-insert-braces): Make it into a skeleton.
(latex-fill-nobreak-predicate): Don't break after \.
(latex-insert-block): Rename from tex-latex-block.
(latex-down-list): Use tex-mode-syntax-table when skipping parens
rather than the indentation syntax-table.
(latex-close-block): Rename from tex-close-latex-block.
(latex-split-block): New fun.
(latex-indent): Don't indent inside a verbatim block.
(latex-find-indent): Stick \begin{verbatim} to the margin.
2002-11-08 16:56:57 +00:00
Stefan Monnier
1ddad36ec0 (fill-paragraph): Consider a comment-start as
a paragraph starter when filling non-comments.
(fill-comment-paragraph): Use comment-search-forward.
Recognize paragraph starters and separators within comments.
Use adaptive-fill-prefix when it works.  Don't narrow while doing the fill.
2002-11-07 22:51:28 +00:00
Richard M. Stallman
746c30e216 (tex-dvi-view-command): Value can be sexp.
Initialize to a suitable sexp.
(tex-view): Evaluate tex-dvi-view-command and use the value.
2002-11-06 05:05:47 +00:00
Stefan Monnier
3d9ce27e7b (fill-paragraph-handle-comment): New var.
(fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
(fill-paragraph): Use them.
2002-11-03 03:41:11 +00:00
Stefan Monnier
5ae0d69704 (tex-common-initialization): comment-start-skip shouldn't match on next line. 2002-11-02 02:16:36 +00:00
Stefan Monnier
65b3448598 (sgml-skip-tag-backward, sgml-skip-tag-forward):
Deal with xml-style <foo/> empty tags.
2002-11-01 17:41:41 +00:00
Stefan Monnier
ef11ff9b1f (fill-move-to-break-point): Skip white space
_before_ checking to see if we're hitting the margin.
(fill-region-as-paragraph): Don't fiddle with the undo-list any more:
it's now done by the C primitives.  Don't use narrowing.
Reorganize the line-breaking part of the code to simplify the control
flow and make it work in the absence of narrowing.
(fill-region): Don't use narrowing.
2002-10-31 00:30:36 +00:00
Dave Love
3180897ccc (po-content-type-charset-alist): Delete most
entries.
(po-find-charset): Doc fix.  Remove interactive spec.
(po): Provide.
(po-find-file-coding-system-guts): Re-written to use
coding-system-alist, and code-pages, not codepage stuff.
2002-10-30 19:47:53 +00:00
Juanma Barranquero
2b6a2afe1d (texinfo-format-ifplaintext): New function.
(ifplaintext, ifnotplaintext)
(afourpaper, afivepaper, afourlatex, afourwide)
(documentlanguage, documentencoding): New aliases.
2002-10-29 07:53:08 +00:00
Juanma Barranquero
e1a68e89f4 (texinfo-environments): Add environment; copying, documentdescription,
ifplaintext, ifnotplaintext, and verbatim.
2002-10-29 07:52:32 +00:00
John Paul Wallington
15693bc3ac * textmodes/picture.el (picture-mouse-set-point): New command.
(picture-mode-map): Bind it.
(picture-motion-reverse): Doc fix.
2002-10-26 22:40:40 +00:00
Stefan Monnier
baaec43f3d (outline-next-heading): Make sure the match-data is correct where returning. 2002-10-25 15:30:20 +00:00
Juanma Barranquero
5748c2e8d4 (outline-minor-mode): Add customization group.
Patch from Matthew Swift <swift@alum.mit.edu>.
2002-10-24 08:18:43 +00:00
Stefan Monnier
61ed2dcc9a (text-mode-syntax-table): Make ' a prefix.
(paragraph-indent-text-mode-abbrev-table)
(paragraph-indent-text-mode-syntax-table): Remove.
(paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
2002-10-21 21:04:50 +00:00
Juanma Barranquero
a9645a6697 (artist-ff-is-bottommost-line): Fix misplaced ELSE expression on IF. 2002-10-18 15:27:18 +00:00
Juanma Barranquero
a9d4efa239 (sgml-close-tag, html-imenu-index): Fix typo. 2002-10-18 08:30:49 +00:00
Juanma Barranquero
51b5edd64f (bibtex-find-entry-location): Fix typo. 2002-10-18 08:27:27 +00:00
Markus Rost
15fa165878 Move reftex-set-dirty to reftex-vars.el. 2002-10-16 18:39:02 +00:00
Markus Rost
f541b8c65f Move reftex-set-dirty here from reftex.el.
Move the provide call to end of file.
2002-10-16 18:37:52 +00:00
Stefan Monnier
de24b07719 (forward-paragraph): Keep track of remaining paragraphs to skip more carefully. 2002-10-10 18:01:57 +00:00
Stefan Monnier
8748595969 (fill-paragraph): Go to BOL before calling forward-paragraph to make
sure its return value is meaningful.
2002-10-07 13:54:44 +00:00
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