aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (reftex-label-menu-flags): Fix typo.Juanma Barranquero2002-09-061-1/+1
|
* (fill-nonuniform-paragraphs, fill-individual-paragraphs): Fix spacing.Juanma Barranquero2002-09-061-2/+2
|
* (reftex-TeX-master-file): Fix spacing.Juanma Barranquero2002-09-061-1/+1
|
* (table-command-prefix): Fix type.Markus Rost2002-09-051-1/+1
|
* (paragraph-indent-text-mode-abbrev-table)Stefan Monnier2002-09-031-0/+3
| | | | | | (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.
* (bibtex-mode): Fix typo.Juanma Barranquero2002-08-301-1/+1
|
* Update to RefTeX 4.19Carsten Dominik2002-08-277-61/+261
|
* Update to RefTeX 4.18Carsten Dominik2002-08-203-10/+39
|
* New file.Richard M. Stallman2002-08-191-0/+5575
|
* * reftex.el (reftex-mode): Create special syntax tables.Carsten Dominik2002-08-171-4/+17
| | | | | | | (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.
* (reftex-mode): Moved creation of special syntax tables to top-level.Carsten Dominik2002-08-151-10/+13
|
* (pages-target-buffer): Add defvar. Renamed from target-buffer.Richard M. Stallman2002-08-121-4/+6
| | | | (pages-directory, pages-copy-header-and-position): Uses changed.
* (pages-directory-mode): Undo previous change.Richard M. Stallman2002-08-091-1/+6
|
* (check-ispell-version): Bind default-directoryRichard M. Stallman2002-07-291-0/+3
| | | | to avoid errors. Kill the old temp buffer at the beginning.
* Updated to RefTeX 4.18Carsten Dominik2002-07-2511-22/+72
|
* removed forgotten (debug) formCarsten Dominik2002-07-221-1/+0
|
* Updated to reftex 4.17Carsten Dominik2002-07-2211-142/+219
|
* Set encoding to utf-8.Stefan Monnier2002-07-141-44/+54
| | | | | | | | | | | | | | | | | | | | | (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.
* (sgml-quote): Use narrowing. Improve the regexp used when unquoting.Stefan Monnier2002-07-131-18/+64
| | | | | | (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.
* (texinfo-font-lock-keywords): Disable the automatic environment name update.Stefan Monnier2002-07-071-3/+4
| | | | (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
* Fix typo.Juanma Barranquero2002-07-031-1/+1
|
* (reftex-label-alist): Fix typo.Juanma Barranquero2002-07-031-1/+1
|
* (reftex-citation): Fix typo.Juanma Barranquero2002-07-021-1/+1
|
* (tex-file): call `save-some-buffers' before `tex-main-file'Sam Steingold2002-07-011-5/+5
|
* (picture-forward-column)Richard M. Stallman2002-07-011-13/+15
| | | | (picture-move-down): Never deactivate the mark.
* New maintainer.Richard M. Stallman2002-06-171-1/+1
|
* Change the maintainer to "none".Eli Zaretskii2002-06-121-1/+1
|
* (autoloaded toplevel): Don't use ispell-library-directory withoutStefan Monnier2002-05-311-9/+8
| | | | checking that it's bound.
* (ispell-library-directory): Renamed from ispell-library-path.Richard M. Stallman2002-05-301-32/+23
| | | | | | | | | 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.
* (xml-mode): New alias for `sgml-mode'.Colin Walters2002-05-281-0/+4
|
* (sgml-guess-indent): Look further into the buffer.Mike Williams2002-05-221-1/+1
|
* (outline-reveal-toggle-invisible): Reverse the meaning of the second arg.Stefan Monnier2002-05-201-3/+4
|
* Fix typo.Juanma Barranquero2002-05-161-1/+1
|
* (sgml-tag): Default skeleton-transformation to `identity'.Mike Williams2002-05-141-2/+2
|
* Change all post-21.1 :version attributes to 21.4.Eli Zaretskii2002-05-121-1/+1
|
* (make-flyspell-overlay): Add help text to flyspell overlays.Pavel Janík2002-05-081-2/+3
|
* (tex-validate-buffer): Use `occur-revert-arguments' instead of settingColin Walters2002-05-011-4/+5
| | | | | `occur-nlines' and `occur-buffer'. Don't test for `input-pending-p' in loop. Set text property `occur-target' instead of `occur'.
* Cause `texinfo-insert-@node' to insert a carriage return after theRobert J. Chassell2002-04-291-4/+5
| | | | | | | | | 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.
* (fill-context-prefix): Fix last change with yet-another-approach.Stefan Monnier2002-04-291-30/+27
|
* (tex-start-options): New variable.Richard M. Stallman2002-04-261-8/+23
| | | | | | | | (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.
* (sgml-at-indentation-p): Move to fix compilation error.Mike Williams2002-04-161-6/+6
|
* (sgml-parse-tag-backward): Fix to work at beginning of buffer.Mike Williams2002-04-141-1/+2
|
* (fill-region-as-paragraph): Use save-excursion instead of relying onStefan Monnier2002-04-121-3/+3
| | | | forward-line to bring us where we started.
* (fill-context-prefix): Fix up last change.Stefan Monnier2002-04-121-8/+10
|
* (canonically-space-region): Obey sentence-end.Stefan Monnier2002-04-111-47/+47
| | | | | | | | 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.
* (sgml-guess-indent): New function.Mike Williams2002-04-111-3/+18
|
* (adaptive-fill-regexp): Add ! and %.Stefan Monnier2002-04-101-166/+134
| | | | | | | | | (fill-delete-prefix): Remove indentation while removing prefix. (fill-delete-newlines): Obey sentence-end. (fill-move-to-break-point, fill-newline): New functions extracted from fill-region-as-paragraph. (fill-region-as-paragraph): Use them. Don't fiddle with fill-indent-according-to-mode.
* (fill-context-prefix): Match the two prefixesStefan Monnier2002-04-101-12/+8
| | | | differently to avoid pathological exponential-time case.
* (sgml-lexical-context): Use sgml-parse-tag-backward to find start point.Mike Williams2002-04-091-11/+11
| | | | (sgml-looking-back-at): Doc fix.
* (sgml-tag-alist): Doc fix.Mike Williams2002-04-091-23/+9
|