summaryrefslogtreecommitdiff
path: root/lisp/textmodes
Commit message (Collapse)AuthorAgeFilesLines
* Further split the Ispell menu autoloads.Richard M. Stallman1994-09-111-1/+5
|
* (put-string-on-kill-ring): Delete this function.Karl Heuer1994-09-081-10/+1
| | | | (bibtex-current-entry-label): Use kill-new instead.
* (outline-minor-mode-prefix): Doc fix.Richard M. Stallman1994-09-031-1/+3
|
* (ispell-dictionary-alist-1): For English, remove hyphen from the OTHERCHARS.Richard M. Stallman1994-08-311-2/+2
|
* (outline-mode-prefix-map): New variable.Richard M. Stallman1994-08-271-41/+54
| | | | | | | Define all the C-c commands here. (outline-mode-menu-bar-map): New variable, holds local menu-bar keymap. (outline-mode-map): Bind C-c and menu-bar to those maps. (outline-minor-mode-map): Likewise use those submaps for the prefixes.
* (ispell-buffer-local-words): Don't treat doublequoteRichard M. Stallman1994-08-241-1/+3
| | | | specially when splitting the line into words.
* (tex-mode): Allow for documentclass options when checking for SliTeX.Richard M. Stallman1994-08-171-1/+2
|
* (tex-mode): Accept documentclass when checking Slitex.Richard M. Stallman1994-08-071-1/+1
|
* (tex-mode): Check for documentclass like documentstyle.Richard M. Stallman1994-08-061-1/+1
|
* (ispell-message-text-end): Improve context diff regexp.Richard M. Stallman1994-07-301-2/+2
|
* (justify-current-line): Delete space at end of line.Richard M. Stallman1994-07-271-1/+4
|
* (ispell-tex-buffer-p): Write names in lower case. Add slitex-mode.Richard M. Stallman1994-07-241-1/+1
|
* (ispell-command-loop, ispell-region, ispell-word):Richard M. Stallman1994-07-201-237/+219
| | | | | | | | Only pop up the choices window if an error is found in the region. Don't change the size of the choices window except as needed. Don't (sit-for 0) at the start of ispell-region (i.e. don't force redisplay at the start of the region). (ispell-overlay-window): Small documentation fix.
* (ispell-word): Call ispell-dehighlight.Richard M. Stallman1994-07-121-4/+6
|
* (outline-next-preface): Undo previous change: do stop before final newline.Richard M. Stallman1994-07-061-5/+6
|
* (ispell-message): Avoid an infinite loop.Richard M. Stallman1994-06-251-1/+6
|
* (bibtex-mode): Set up comment-start locally.Richard M. Stallman1994-06-161-0/+2
|
* (outline-mode): Make change-major-mode-hook buffer-local.Richard M. Stallman1994-06-151-0/+1
|
* (ispell-command-loop): C-g should be like X, not q.Richard M. Stallman1994-06-141-56/+74
| | | | | | (ispell-dictionary-alist): Add autoload. Split into two subvariables. (ispell-menu-map): Defvar and set up at top level. Split into parts. (ispell-menu-map-needed): New variable.
* (latex-mode, slitex-mode): In paragraph-separate,Richard M. Stallman1994-06-111-2/+2
| | | | delete spurious \\\\ from char set.
* (ispell-complete-word): Likewise.Richard M. Stallman1994-06-101-1/+1
|
* (ispell-dictionary-alist): Fix regexp in francais.Richard M. Stallman1994-06-101-1/+1
|
* (tex-start-shell): Add autoload.Richard M. Stallman1994-06-101-0/+1
|
* (tex-show-print-queue): Display the tex shell buffer.Richard M. Stallman1994-06-071-4/+8
| | | | | (tex-file, tex-bibtex-file): Likewise. (latex-mode, slitex-mode): Treat \] as paragraph starter.
* (bibtex-clean-entry): Back over close delimiter carefully.Richard M. Stallman1994-05-301-2/+2
|
* (fill-region-as-paragraph): if left-margin is nonzero,Richard M. Stallman1994-05-281-3/+7
| | | | do adaptive-fill processing even for one-line paragraphs.
* (ispell-command-loop): Fix `q' question.Richard M. Stallman1994-05-281-1/+1
|
* Doc fix.Richard M. Stallman1994-05-222-3/+3
|
* entered into RCSRichard M. Stallman1994-05-221-0/+229
|
* Doc fixes.Richard M. Stallman1994-05-211-96/+100
|
* Lucid menu added.Richard M. Stallman1994-05-211-579/+700
| | | | | | | | | | | | (ispell): New function. (ispell-region): Assure choices and checked buffer selections correct. reindented. (ispell-highlight-spelling-errors): Prefix ispell- to highlght fns. (ispell-complete-word): Heuristic to respect case of completed words. (ispell-command-loop): Non-character events ignored. Reindented. (ispell-message): Various improvements. (ispell-init-process): `ispell-extra-args' added to allow personal customizations.
* Lots of doc fixes and message syntax fixes.Richard M. Stallman1994-05-201-49/+55
| | | | | (ispell-command-loop): For X, put point before the word being considered, and mention C-u M-$ in message.
* (ispell-word): Implement C-u $ as in ispell4.el.Richard M. Stallman1994-05-201-76/+85
| | | | | (ispell-command-loop): Make quit-char work like X. For C-z, run whatever it's bound to.
* (ispell-highlight): Do nothing unless window-system.Richard M. Stallman1994-05-191-0/+1
|
* (tex-delete-last-temp-files): Don't fail on non-existent directory.Karl Heuer1994-05-181-3/+4
|
* (texinfo-show-structure): Fix subsubsection indent amount.Richard M. Stallman1994-05-121-1/+1
|
* Comment change.Richard M. Stallman1994-05-121-5/+0
|
* (ispell-message): Add `ispell-message-text-end' andRichard M. Stallman1994-05-101-10/+65
| | | | `ispell-message-limit'. Spell-check subject as well as body.
* (texinfo-every-node-update, texinfo-all-menus-update): Bind mark-active to t.Richard M. Stallman1994-05-101-3/+12
|
* (texinfo-environment-regexp): Split lines.Richard M. Stallman1994-05-101-3/+6
| | | | | Add def..., ifset, ifclear. (texinfo-show-structure): Fix typo.
* (hide-sublevels): Typo in previous change.Richard M. Stallman1994-05-041-1/+1
|
* (hide-sublevels): No need for condition-case.Richard M. Stallman1994-05-041-14/+11
| | | | | | Don't call show-children if levels is 0. No need to check eob in while condition. Delete spurious setq of `first'.
* Update copyright.Karl Heuer1994-05-038-8/+8
|
* Update copyright.Karl Heuer1994-05-032-2/+2
|
* (tex-goto-last-unclosed-latex-block): New function. Bound to C-c C-u inEdward M. Reingold1994-05-031-0/+14
| | | | tex-mode.
* Doc fixes.Richard M. Stallman1994-05-021-50/+44
|
* Doc fixes.Richard M. Stallman1994-05-021-18/+21
| | | | (hide-sublevels): Rewritten faster and simpler.
* (tc-mode-line-format):Richard M. Stallman1994-04-241-1/+1
| | | | | Put mode-line-process immediately after mode-name when setting mode-line-format.
* (kill-paragraph): Don't use save-excursion.Richard M. Stallman1994-04-241-4/+4
| | | | | (backward-kill-paragraph): Likewise. (kill-sentence, backward-kill-sentence): Likewise.
* Pass operation to find-file-name-handler.Karl Heuer1994-04-221-1/+1
|