summaryrefslogtreecommitdiff
path: root/lisp/textmodes
Commit message (Collapse)AuthorAgeFilesLines
* (nroff): Moved from `editing' to `wp'.Karl Heuer1997-10-161-1/+1
|
* (narrow-to-page): Check whether forward-pageKarl Heuer1997-10-161-3/+7
| | | | actually set the match data.
* (outline-back-to-heading): New arg INVISIBLE-OK.Karl Heuer1997-10-151-23/+21
| | | | | | (outline-on-heading-p): (show-entry): If the heading is invisible, show it too. (hide-other):
* (outline-up-heading): Avoid infinite loop at beginning of buffer.Richard M. Stallman1997-09-201-1/+2
|
* (canonically-space-region): Doc fix.Richard M. Stallman1997-09-141-9/+48
| | | | | | | | | | (fill-context-prefix): If the second line has the first line prefix, plus whitespace, use the part that the first line shares. (fill-individual-paragraphs): When prefix changes, usually get the new prefix from just one line, with an exception for indented first lines of paragraphs. Start a new paragraph when a line has extra indentation after the fill prefix.
* (ispell-personal-dictionary): Fix customize type.Richard M. Stallman1997-09-091-1/+2
|
* (fill-individual-paragraphs): Don't includeRichard M. Stallman1997-09-081-1/+7
| | | | paragraph-separate lines in any paragraph; just skip them.
* (ispell-command-loop):Richard M. Stallman1997-09-071-1/+10
| | | | | | Restore dedicated flg of selected window. (ispell-overlay-window): Move dedicated flag of old window into the bottom of the two windows made from it.
* (ispell-overlay-window): Undo previous change;Richard M. Stallman1997-09-031-2/+1
| | | | in other words, don't bind inhibit-frame-unsplittable.
* Comment change.Richard M. Stallman1997-09-021-1/+1
|
* (reftex-customize): Added call to customize browse.Richard M. Stallman1997-09-011-751/+1172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (reftex-show-commentary): New function. (reftex-label-alist): Prefix may contain % escapes. Nth macro argument may be context. May give two different context methods. (reftex-default-label-alist-entries): Customization type changed. (reftex-label-menu-flags): Extra flag for searches. (reftex-cite-format): Changed completely, % escapes are now used. (reftex-comment-citations): New variable. (reftex-cite-comment-format): New variable. (reftex-cite-punctuation): New variable. (reftex-make-master-buffer): Changed name of master buffer, removed interactive. Runs a hook on the buffer. Interprete TEXINPUTS environment variable. Allow naked argument for \input. Master buffer is now in fundamental mode. (reftex-access-scan-info): Name of master buffer changed. (reftex-section-regexp): Is now computed from section levels, not set independantly. (reftex-section-levels): Made customizable. (reftex-label): Interpret % escapes in prefix. Use label format if given. (reftex-replace-prefix-escapes): New function. (reftex-uniquify-label): New function. (reftex-next-label-number): Function definition removed. (reftex-reference): Use reftex-uniquify-label. Allow more general label commands. (reftex-offer-label-menu): Interpret new flag in reftex-label-menu-flags. (reftex-make-and-insert-label-list): Use text properties to record label index. (reftex-find-nearby-label): Allow more general label commands. (reftex-scan-buffer-for-labels): Allow more general label commands. (reftex-init-section-numbers): New function. (reftex-allow-for-ctrl-m): New function. (reftex-label-info-update): Allow more general label commands. (reftex-label-info): New parameter derive. (reftex-short-context): Interprete integer parse as nth arg of macro. (reftex-nth-parens-substring): New function. (reftex-select-item): Interprete the new 'cnt text property. (reftex-pop-to-label): Allow more general label commands. (reftex-nicify-text): Allow more general label commands. (reftex-toc): Remember previous window configuration. Use text properties to store info. Bind mouse-2. (reftex-make-master-buffer): New Hook. (reftex-last-window-height): New variable. (reftex-toc-show-help): New function. (reftex-toc-help): New constant. (reftex-nearest-section): Use text properties to store info. (reftex-empty-toc-buffer): New function. (reftex-re-enlarge): New function. (reftex-toc-goto-line): New function. (reftex-toc-mouse-goto-line-and-hide): New function. (reftex-cite-format-builtin): New constant. (reftex-cite-format-default): Constant removed. (reftex-cite-format-1-author-simple): Constant removed. (reftex-cite-format-2-authors): Constant removed. (reftex-get-bib-names): New function. (reftex-get-bib-authors) Function removed. (reftex-format-bib-entry): Use now reftex-get-bib-names. (reftex-citation): Completely rewritten. Offers selection of different cite macros first, then the reference menu. Works with the various new variables mentioned above. Accept the `a' key to use all selected citations. (reftex-insert-bib-matches): New function. (reftex-format-citation): Now interpretes % escapes. (reftex-select-item): Emulate a search in the menu buffer. Interpret the 'cnt text property. (reftex-view-crossref): Allow more general label, cite and ref macros. (reftex-highlight-overlays): Add third overlay for search in menu buffer. (reftex-label-alist-builtin): xalignat and xxalignat environments added. Slightly reorganized. (reftex-reset-scanning-information): Just empty *toc* buffer, do not kill it. (reftex-compute-ref-cite-tables): Read the new options in `reftex-label-alist' and store them. Calculate the section regexp.
* (ispell-region): Take acount of the fact that `ispell'Kenichi Handa1997-09-011-12/+40
| | | | | | | | | | will return OFFSET by counting non-ASCII characters as one. (ispell-dictionary-alist-1): Add coding systems to each entry. (ispell-dictionary-alist-2): Likewise. (ispell-get-coding-system): New function. (ispell-decode-string): New function. (ispell-get-casechars): Decode the string if necessary. (ispell-get-not-casechars, ispell-get-otherchars): Likewise.
* Comment change.Richard M. Stallman1997-08-311-1/+1
|
* (defgroup, defcustom): Add Emacs 19 compatibility definitions.Richard M. Stallman1997-08-303-0/+21
|
* (text-mode-hook-identify): New function,Richard M. Stallman1997-08-291-2/+8
| | | | | put on text-mode-hook. Set text-mode-variant here. (text-mode): Don't set it here.
* (text-mode-variant): New variable.Richard M. Stallman1997-08-281-0/+23
| | | | | (text-mode): Set that variable locally. (toggle-text-mode-auto-fill): New command.
* (text-mode-hook): New defvar.Richard M. Stallman1997-08-281-0/+3
|
* (use-hard-newlines): Un-customized.Richard M. Stallman1997-08-251-5/+4
|
* (texinfo-mode): Turn off adaptive-fill-mode.Richard M. Stallman1997-08-241-0/+2
|
* (sgml-mode-common): Set paragraph-start like paragraph-separate.Richard M. Stallman1997-08-231-4/+5
| | | | | Do match a line which is just a <...> construct after whitespac.e Set adaptive-fill-regexp to match whitespace only.
* Customized.Richard M. Stallman1997-08-222-22/+49
|
* Many doc fixes.Richard M. Stallman1997-08-221-97/+97
|
* Customized.Richard M. Stallman1997-08-221-94/+211
|
* (fill-individual-paragraphs): Fix handlingRichard M. Stallman1997-08-181-7/+8
| | | | | of adaptive-fill. Call fill-context-prefix, but bind adaptive-fill-first-line-regexp to a null string.
* (fill-region-as-paragraph):Richard M. Stallman1997-08-121-2/+4
| | | | When justifying, cope if line ends in spaces and no newline.
* (enable-kinsoku): Doc fix.Richard M. Stallman1997-08-091-5/+9
|
* (fill-context-prefix): Accept a whitespaceRichard M. Stallman1997-08-071-3/+3
| | | | prefix from the second line, regardless of the first line.
* (ispell-dictionary-alist): Doc fix.Richard M. Stallman1997-08-061-7/+11
|
* Delete whitespace.Richard M. Stallman1997-08-041-186/+186
|
* (adaptive-fill-first-line-regexp): Fix regexp.Richard M. Stallman1997-08-011-1/+1
|
* (fill-context-prefix): Be stricter aboutRichard M. Stallman1997-07-271-3/+5
| | | | whether first-line prefix is compatible with second-line prefix.
* (tex-categorize-whitespace): Use eq, not eql.Richard M. Stallman1997-07-241-3/+3
|
* (dircategory): Delete obsolete mistaken `put'.Richard M. Stallman1997-07-221-8/+7
| | | | | (texinfo-end-direntry): Output extra newline. (texinfo-format-dircategory): Parse the arg and reinsert it by hand.
* (texinfo-no-refill-regexp): Add "direntry".Richard M. Stallman1997-07-201-0/+24
| | | | | (texinfo-format-direntry, texinfo-end-direntry): New functions. (texinfo-format-dircategory): New function.
* (texinfo-all-menus-update)Richard M. Stallman1997-07-181-9/+9
| | | | | | (texinfo-master-menu, texinfo-multiple-files-update): Search for texinfo-master-menu-header as a string, not a regexp. (texinfo-master-menu-header): Move defvar earlier.
* (texinfo-format-buffer-1): Insert, here,Richard M. Stallman1997-07-161-23/+28
| | | | | | the info about what file this is and what it was made from, just before returning. (texinfo-format-setfilename): Generate no output.
* Doc fixes.Richard M. Stallman1997-07-071-0/+3
|
* (tex-common-initialization):Richard M. Stallman1997-07-041-0/+3
| | | | Set search-whitespace-regexp locally.
* (bibtex-kill-field, bibtex-find-text): Killing a field moves to the next line.Richard M. Stallman1997-06-301-5/+5
|
* (outline-discard-overlays): Don't use let inside a cycle.Richard M. Stallman1997-06-241-14/+17
|
* (nroff-electric-mode): New defvar.Richard M. Stallman1997-06-231-0/+3
|
* (picture-draw-rectangle): New command.Richard M. Stallman1997-06-231-31/+73
| | | | | | | | | | | | | | | | (picture-mode-map): Add binding for picture-draw-rectangle. (picture-mode): Doc fix. (picture-rectangle-ctl): New variable. (picture-rectangle-ctr): New variable. (picture-rectangle-cbr): New variable. (picture-rectangle-cbl): New variable. (picture-rectangle-v): New variable. (picture-rectangle-h): New variable. (move-to-column-force): Function deleted; calls changed to use move-to-column. (picture-insert): New function. (picture-self-insert): Use picture-insert. (picture-current-line): New function.
* (latex-imenu-create-index): Make it much smarter.Richard M. Stallman1997-06-231-15/+76
| | | | (latex-imenu-indent-string): New variable.
* Add provide call.Richard M. Stallman1997-06-224-0/+8
|
* Changed all doc strings to comply with conventions.Richard M. Stallman1997-06-191-327/+426
| | | | | | | | (reftex-label-alist-builtin) New environment subfigure*. (reftex-toc) Introduced key g for revert-buffer. (reftex-extract-bib-entries) Allowed round parens as delimiter. (reftex-plug-into-AUCTeX) New variable and function. (reftex-make-master-buffer) Fixed bug with relative path names.
* (fill-context-prefix): Fix previous change.Richard M. Stallman1997-06-181-1/+1
|
* Fix previous change.Richard M. Stallman1997-06-171-1/+1
|
* (fill-context-prefix): Fix criteria for first line,Richard M. Stallman1997-06-171-35/+50
| | | | and for second line; always fetch prefixes from both lines.
* Many doc fixes.Richard M. Stallman1997-06-151-76/+110
| | | | | | | (texinfo-all-menus-update): Check for @detailmenu. (texinfo-master-menu): Likewise. (texinfo-multiple-files-update): Likewise. (texinfo-insert-master-menu-list): Put in @detailmenu if appropriate.
* (text-mode): Let all-white lines separate paragraphs.Richard M. Stallman1997-06-151-2/+2
|