aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Supply licensing info.Richard M. Stallman1999-12-3010-30/+220
|
* Fix in license info.Richard M. Stallman1999-12-301-1/+1
|
* (ispell-process-line): Add local var line-offset to adjust for the changeRichard M. Stallman1999-12-281-2/+11
| | | | in positions within the line, due to previous replacements.
* *** empty log message ***Dave Love1999-12-201-1114/+0
|
* * reftex.el (reftex-compile-variables): respect new structure ofCarsten Dominik1999-12-1511-255/+1318
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `reftex-index-macro' (reftex-compile-variables): Use the changed structure of `reftex-label-alist'. * reftex-vars.el (reftex-index-math-format, (reftex-toc-max-level): New option. reftex-index-phrases-search-whole-words, reftex-index-phrases-case-fold-search, reftex-index-phrases-skip-indexed-matches, reftex-index-phrases-wrap-long-lines, reftex-index-phrases-sort-prefers-entry, reftex-index-phrases-sort-in-blocks): New options. (reftex-index-macros): Option structure changed. (reftex-index-macros-builtin): Added `repeat' item to each entry. (reftex-label-alist): Additional item in each entry to specify if the environment should be listed in the TOC. (eval-when-compile (require 'cl)) added. * reftex-index.el (reftex-index-selection-or-word): No longer deals with "repeat". (reftex-index): "repeat property in `reftex-index-macro-alist' is now used. (reftex-index-phrases-comment-regexp, reftex-index-phrases-macrodef-regexp, reftex-index-phrases-phrase-regexp1, reftex-index-phrases-phrase-regexp2, reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help): New constants. (reftex-index-phrases-macro-data, reftex-index-phrases-files, reftex-index-phrases-font-lock-keywords, reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map, reftex-index-phrases-restrict-file): New variables. (reftex-index-phrase-selection-or-word, reftex-index-visit-phrases-buffer, reftex-index-initialize-phrases-buffer, reftex-index-phrases-save-and-return, reftex-index-phrases-mode, reftex-index-next-phrase, reftex-index-this-phrase, reftex-index-all-phrases, reftex-index-region-phrases, reftex-index-phrases-parse-header, reftex-index-phrases-toggle-restricted, reftex-index-new-phrase, reftex-index-find-next-conflict-phrase, reftex-index-phrases-info, reftex-index-phrases-set-macro-key, reftex-index-sort-phrases, reftex-compare-phrase-lines, reftex-index-make-phrase-regexp, reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re, reftex-index-make-replace-string, reftex-query-index-phrase-globally, reftex-query-index-phrase, reftex-index-phrase-match-is-indexed, reftex-index-phrases-fixup-line, reftex-index-phrases-replace-space, reftex-index-select-phrases-macro): New functions. (reftex-index-globalize, reftex-index-globally): functions removed (eval-when-compile (require 'cl)) added. * reftex-toc.el (reftex-toc-mode): Create new indicator for max level. (reftex-toc-max-level-indicator): New variable. (reftex-toc-max-level): New command. (reftex-toc-map): New keybinding `t'. (reftex-toc-help): Constant updated. (eval-when-compile (require 'cl)) added. * reftex-ref.el (reftex-offer-label-menu): Prefix to `t' command key can change `reftex-toc-max-level' (eval-when-compile (require 'cl)) added. * reftex-sel (reftex-insert-docstruct): Respect `reftex-toc-max-level' (eval-when-compile (require 'cl)) added. * reftex-auc.el (eval-when-compile (require 'cl)) added. * reftex-vcr.el (eval-when-compile (require 'cl)) added. * reftex-cite.el (reftex-citep, reftex-citet): New commands. (reftex-citation, reftex-do-citation, reftex-figure-out-cite-format): Additional argument FORMAT-KEY to preselect a citation format. (eval-when-compile (require 'cl)) added. * reftex-parse.el (reftex-context-substring): Optional parameter to-end (reftex-section-info): Deal with environment matches. (eval-when-compile (require 'cl)) added. * reftex-global.el (eval-when-compile (require 'cl)) added.
* (fill-find-break-point): Delete codes forKenichi Handa1999-12-151-11/+3
| | | | | composite characters. (fill-region-as-paragraph): Likewise.
* (bibtex-hs-forward-sexp): Added to supportGerd Moellmann1999-12-051-39/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | using the hideshow package. (hs-special-modes-alist): Added entry for bibtex to allow the use of the hideshow package. (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is not longer provided by bibtex.el directly. Instead the hideshow package should be used. (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete references to bibtex-hide-entry-bodies. Copyright notice is up to date. Moved maintainer information closer to the beginning of the bibtex.el file. (bibtex-maintainer-salutation): New constant. bibtex-version): New constant. bibtex-submit-bug-report): Use bibtex-version and bibtex-maintainer-salutation. (bibtex-entry-field-alist): Made booktitle field optional for @inproceedings entries when crossreferenced. (bibtex-entry-field-alist): Added booktitle field to proceedings entry type (for cross referencing). Thanks to Wagner Toledo Correa for the suggestion. (bibtex-string-file-path): Fixed typo. (bibtex-mode-map): Reserved the key `C-c &' for reftex.el. (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex' to menu.
* (text-mode-hook): Customize.Dave Love1999-11-251-2/+5
|
* (text-mode): Contruct paragraph-start soGerd Moellmann1999-11-221-1/+1
| | | | | | that the leading `^' is at the start. This is necessary because paragraphs.el tries to remove anchors, but can find them only if they are the first character.
* (ispell-dictionary-alist): Fix type by adding koi8-rGerd Moellmann1999-11-131-1/+2
| | | | as in ispell-local-dictionary-alist.
* (scribe-mode): Doc-fix.Gerd Moellmann1999-11-131-1/+1
|
* (tex-default-mode): Changed to latex-mode.Gerd Moellmann1999-11-011-1/+1
|
* * textmodes/sgml-mode.el (sgml-char-names): Change "half" toGerd Moellmann1999-10-301-1/+1
| | | | "frac12".
* *** empty log message ***Gerd Moellmann1999-10-261-0/+359
|
* (picture-killed-rectangle): Use defvar, not defconst.Dave Love1999-10-181-1/+1
|
* (forward-sentence, forward-paragraph):Gerd Moellmann1999-10-171-43/+20
| | | | | | | | | | | | | When constraining the final position to the current field, don't use the ONLY-IN-LINE mode of constrain-to-field. (forward-sentence): Likewise. (forward-paragraph, forward-sentence): Likewise. (backward-kill-paragraph, backward-kill-sentence): Remove code to constrain the kill to an field, as the movement commands now do this. (backward-kill-sentence): Remove minibuffer-prompt hack. Constrain to any input field.
* Use make-temp-file.Stefan Monnier1999-10-151-1/+1
|
* (ispell-dictionary-alist-6): Don't use "-C" option for Russian.Phillip Rulon1999-10-081-1/+1
|
* version number changeCarsten Dominik1999-09-248-13/+15
|
* (reftex-view-cr-cite): Deal with multiple thebibliography environments.Carsten Dominik1999-09-241-3/+5
|
* (reftex-section-levels): Function allowed as cdr.Carsten Dominik1999-09-241-3/+13
| | | | (reftex-max-section-depth) New option.
* (reftex-parse-from-file): Scan for multiple thebibliographyCarsten Dominik1999-09-241-4/+7
| | | | environments.
* Version number changeCarsten Dominik1999-09-242-0/+10
|
* (reftex-pop-to-bibtex-entry): Fixed bug with recentering window.Carsten Dominik1999-09-241-35/+46
| | | | | | (reftex-extract-bib-entries-from-thebibliography, reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal with multiple thebibliography environments.
* (texinfo-font-lock-keywords): Add uref, command, option, env and sc.Eli Zaretskii1999-09-141-3/+3
|
* (fill-region-as-paragraph, canonically-space-region):Richard M. Stallman1999-09-081-5/+11
| | | | Respect colon-double-space at end of line.
* (backward-kill-sentence): Don't test minibuffer-prompt-end here.Richard M. Stallman1999-09-051-11/+28
| | | | | | (forward-sentence): Do handle it here. (backward-kill-paragraph): Don't test it here. (forward-paragraph): Handle it here.
* (bibtex-mode): Use with-temp-buffer rather than make-temp-name, useRichard M. Stallman1999-08-291-17/+10
| | | | | match-string-no-properties, and eliminate a quadratic behavior when building bibtex-strings.
* (tex-compilation-parse-errors):Richard M. Stallman1999-08-281-3/+3
| | | | Use a marker instead of an integer for `compilation-parsing-end'.
* (backward-kill-paragraph): Don't moveGerd Moellmann1999-08-211-2/+12
| | | | | point into mini-buffer prompt. (backward-kill-sentence): Ditto.
* Declare dynamic vars.Dave Love1999-08-191-0/+4
|
* Initial revisionCarsten Dominik1999-08-1610-0/+7648
|
* (reftex-pop-to-bibtex-entry): FixedCarsten Dominik1999-08-161-6097/+1111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conflict with pop-up-frames. (reftex-special-environment-parsers): New constant. (reftex-label-alist): car of an entry can also be a function. (reftex-what-special-env): new function. (reftex-label-location): Call `reftex-what-special-env'. (reftex-compile-variables): Check for symbol in `reftex-label-alist'. (reftex-what-environment): fixed bug with stacked environments of same kind (e.g. enumerate). (reftex-process-string): Preserve default directory. (reftex-label-alist-builtin): changed prefixes of endnote and footnote. Also the magic words. (reftex-reference): Interprete new option `reftex-fref-is-default'. (reftex-replace-prefix-escapes): Interprete new `%S' format. (reftex-toc-mouse-view-line): Command removed (had no binding). (reftex-everything-regexp): New function. (reftex-nearest-match): Made better. (reftex-toc-find-section): Use new version of `reftex-nearest-match'. (reftex-insert-docstruct): adapted to work with the index stuff. (reftex-parse-from-file): Find index entries as well. (reftex-toc-toggle-index): New function (reftex-toc-map): `i' is now used to togle the index, File boundaries has been moved to `F'. (reftex-select-label-map): Toggling display of file boundaries is now on the `F' key, for consistency with `reftex-toc-map'. (reftex-erase-all-selection-and-index-buffers): Renamed from `reftex-erase-all-selection-buffer'. Now also kills the index buffers. (reftex-viewing-cross-references): Customization group renamed from reftex-viewing-cross-references-and-citations. (reftex-index-macro-regexp, reftex-find-index-entry-regexp-format): New variables (reftex-macros-with-index): New variable (reftex-add-index-macros): New function (reftex-renumber-simple-labels, reftex-translate): Allow for multiple labels in a single ref command. (reftex-index-support): New customization group (reftex-support-index, reftex-index-special-chars, reftex-index-macros, reftex-index-default-macro, reftex-index-default-tag, reftex-index-math-format, reftex-index-section-letters, reftex-index-include-context, reftex-index-follow-mode, reftex-index-header-face, reftex-index-section-face, reftex-index-tag-face, reftex-index-face): New options (reftex-index-map, reftex-index-menu, reftex-last-index-file, reftex-index-tag, reftex-index-return-marker, reftex-index-restriction-indicator, reftex-index-restriction-data, reftex-index-macro-regexp, reftex-index-level-re, reftex-index-key-end-re, reftex-find-index-entry-regexp-format, reftex-everything-regexp-no-index, reftex-index-re, reftex-macros-with-index, reftex-index-macro-alist): New variables (reftex-index-help, reftex-index-macros-builtin, reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, reftex-query-index-macro-help): New constants (reftex-index-selection-or-word, reftex-index, reftex-default-index, reftex-update-default-index, reftex-index-complete-tag, reftex-index-select-tag, reftex-index-complete-key, reftex-index-update-taglist, reftex-index-globally, reftex-index-mode, reftex-index-show-entry, reftex-display-index, reftex-insert-index, reftex-index-insert-new-letter, reftex-get-restriction, reftex-index-pre-command-hook, reftex-index-post-command-hook, reftex-index-show-help, reftex-index-next, reftex-index-previous, reftex-index-toggle-follow, reftex-index-toggle-context, reftex-index-view-entry, reftex-index-goto-entry-and-hide, reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, reftex-index-quit, reftex-index-quit-and-kill, reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, reftex-index-revert, reftex-index-switch-index-tag, reftex-index-restrict-to-section, reftex-index-widen, reftex-index-restriction-forward, reftex-index-restriction-backward, reftex-index-visit-location, reftex-index-analyze-entry, reftex-index-globalize, reftex-index-edit, reftex-index-toggle-range-beginning, reftex-index-toggle-range-end, reftex-index-edit-key, reftex-index-edit-attribute, reftex-index-edit-visual, reftex-index-edit-part, reftex-index-level-down, reftex-index-level-up, reftex-index-kill, reftex-index-undo, reftex-index-change-entry, reftex-index-goto-letter, reftex-add-index-macros, reftex-ensure-index-support, reftex-index-info-safe, reftex-index-info): New functions. Most of the code moved to other files.
* Fix maintainer address.Karl Heuer1999-08-164-6/+6
|
* Handle @ifnottex.Karl Heuer1999-08-161-1/+4
|
* (outline-previous-heading): New function.Richard M. Stallman1999-08-051-22/+8
| | | | | (outline-up-heading-all): Use outline-previous-heading. (outline-next-heading): Delete definition inserted yesterday.
* Require outline when compiling.Dave Love1999-08-041-3/+18
| | | | | | (sgml-mode-hook, html-mode-hook): Customize. (sgml-validate-command): Fix :version. (html-autoview-mode): Doc fix.
* (outline-next-heading): New function.Richard M. Stallman1999-08-011-3/+39
| | | | | | (outline-up-heading-all): New function. (outline-font-lock-level): Using outline-up-heading-all. Tell outline-back-to-heading to accept invisible headings.
* (fill-individual-paragraphs): Calculate newKarl Heuer1999-07-301-0/+7
| | | | | fill prefix on each line while looping to the end of paragraph. End paragraph if it's longer than the existing fill prefix.
* (fill-context-prefix): Doc fix.Karl Heuer1999-07-301-1/+1
|
* (picture-beginning-of-line): Don't callDave Love1999-07-291-12/+4
| | | | | | hscroll-point-visible now we have real autoscrolling. (picture-end-of-line, picture-newline, picture-open-line): Likewise.
* (fill-region-as-paragraph): Fix previous change.Karl Heuer1999-07-271-3/+7
|
* (fill-region-as-paragraph): Fix previous change.Kenichi Handa1999-07-261-4/+3
|
* (fill-region-as-paragraph): Fix previous change.Kenichi Handa1999-07-261-2/+1
|
* (sgml-validate-command): Use nsgmls.Dave Love1999-07-231-3/+4
|
* (fill-region-as-paragraph): Avoid backing upKenichi Handa1999-07-231-1/+5
| | | | before left margin and fill-prefix by fill-find-break-point.
* (canonically-space-region, justify-current-line): Add * to interactiveDave Love1999-07-201-12/+22
| | | | | | | spec. (fill-region-as-paragraph, fill-paragraph, fill-region) (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check readonly buffer in interactive spec.
* (kill-paragraph, backward-kill-paragraph, kill-sentence)Dave Love1999-07-201-4/+4
| | | | (backward-kill-sentence): Add * to interactive spec.
* (underline-region, ununderline-region): Add * to interactive spec.Dave Love1999-07-201-2/+2
|
* (flyspell-get-word): Add special handling for when ispell-otherchars is empty.Richard M. Stallman1999-07-121-20/+24
|