aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* (ispell-use-ptys-p): Doc fix.Richard M. Stallman1994-04-211-2/+2
|
* (ispell-dictionary-alist): Renamed the entry for danish from "dansk" toKarl Heuer1994-04-211-1/+1
| | | | "danish" in order to conform with reality.
* Comment change.Richard M. Stallman1994-04-191-1/+1
|
* (outline-end-of-subtree): Stop before final newline.Karl Heuer1994-04-181-7/+7
|
* (ispell-message): Turn LIMIT into an integer, around ispell-region.Richard M. Stallman1994-04-131-1/+1
|
* Bind M-$.Richard M. Stallman1994-04-121-0/+2
|
* (makeinfo-region): Fix name of tex-start/end-of-header.Richard M. Stallman1994-04-121-2/+2
|
* Fix copying conditions for current GPL version.Richard M. Stallman1994-04-071-29/+1
|
* (ispell-message): Fixed infinite loop on shortened msg.Richard M. Stallman1994-04-031-3/+4
|
* (tex-start-shell): Use shell-mode-map (instead of comint-mode-map) becauseEdward M. Reingold1994-04-011-2/+2
| | | | | | it's bit a nicer. Change the "require" from comint to shell for the same reason.
* (nroff-mode-abbrev-table): Call define-abbrev-table.Karl Heuer1994-03-231-0/+1
|
* (tex-delete-last-temp-files): New arg NOT-ALL.Richard M. Stallman1994-03-231-4/+10
| | | | (tex-region): Pass new arg.
* (underline-region, ununderline-region): Use printable escapes instead ofKarl Heuer1994-03-141-2/+2
| | | | embedding literal control chars in the source.
* (original-page-delimiter, set-page-delimiter): Use printable escapes instead ofKarl Heuer1994-03-141-2/+2
| | | | embedding literal control chars in the source.
* (text-mode): Doc fix.Karl Heuer1994-03-131-1/+3
|
* (hide-other, hide-sublevels): Renamed from outline-...Richard M. Stallman1994-03-131-9/+9
|
* Don't use triple-hyphen in a character class.Karl Heuer1994-03-122-13/+13
|
* Add a comment to document the reason for the change in outline-level.Karl Heuer1994-03-101-0/+5
|
* (outline-mode, outline-level): Doc fix.Karl Heuer1994-03-101-23/+27
| | | | | | | | | | (outline-on-heading-p): Use bolp, not bobp. (outline-hide-other): Rename from hide-other. (outline-hide-sublevels): Rename from hide-sublevels. (outline-back-to-heading): Error if no previous heading. (outline-next-visible-heading): Check for search failure. (outline-hide-sublevels): Ignore text before first outline heading. (outline-level): Count characters, not columns, so ^L is level 1.
* (ispell-pdict-save, ispell-kill-ispell, ispell-continue):Richard M. Stallman1994-03-101-1/+4
| | | | (ispell-help): Add autoloads.
* (ispell-dictionary-alist): Add autoload.Richard M. Stallman1994-03-101-0/+1
| | | | | (ispell-menu-map): Don't redefine if already defined. Don't test for menu-bar since this is now done before menu-bar.
* (ispell-menu-map): Autoload the whole setup.Richard M. Stallman1994-03-101-2/+3
|
* (outline-regexp): Initialize outside the defvar.Karl Heuer1994-03-091-1/+6
|
* (nroff-mode): Deleted garbage character.Karl Heuer1994-03-091-1/+1
|
* (indented-text-mode): Run indented-text-mode-hook.Richard M. Stallman1994-03-081-1/+1
|
* (outline-on-heading-p): Use bolp.Richard M. Stallman1994-03-031-28/+29
| | | | | (show-children): Use outline-back-to-heading. (outline-next-preface): Don't retreat over \n or ^M if no more headers.
* (ispell-message-text-end): New variable.Richard M. Stallman1994-03-021-43/+78
| | | | | | (ispell-message): Use ispell-message-text-end. Spell check all of a multi-line subject. Correct bug whereby internally generated messages were not recognized.