Richard M. Stallman
a9fd843b43
(hide-sublevels): Typo in previous change.
1994-05-04 19:55:33 +00:00
Richard M. Stallman
6f3c2ad978
(hide-sublevels): No need for condition-case.
...
Don't call show-children if levels is 0.
No need to check eob in while condition.
Delete spurious setq of `first'.
1994-05-04 05:48:53 +00:00
Karl Heuer
8f1204db34
Update copyright.
1994-05-03 23:47:06 +00:00
Karl Heuer
d733c5ec03
Update copyright.
1994-05-03 22:46:37 +00:00
Edward M. Reingold
6a900cf14e
(tex-goto-last-unclosed-latex-block): New function. Bound to C-c C-u in
...
tex-mode.
1994-05-03 21:15:27 +00:00
Richard M. Stallman
81c735c099
Doc fixes.
1994-05-02 22:26:50 +00:00
Richard M. Stallman
a2b3bd0f11
Doc fixes.
...
(hide-sublevels): Rewritten faster and simpler.
1994-05-02 07:45:48 +00:00
Richard M. Stallman
cafb579467
(tc-mode-line-format):
...
Put mode-line-process immediately after mode-name
when setting mode-line-format.
1994-04-24 08:13:52 +00:00
Richard M. Stallman
8d6eaa007a
(kill-paragraph): Don't use save-excursion.
...
(backward-kill-paragraph): Likewise.
(kill-sentence, backward-kill-sentence): Likewise.
1994-04-24 05:44:56 +00:00
Karl Heuer
6eaebaa278
Pass operation to find-file-name-handler.
1994-04-22 23:59:24 +00:00
Richard M. Stallman
8893ad8c62
(ispell-use-ptys-p): Doc fix.
1994-04-21 20:00:42 +00:00
Karl Heuer
a004e5020e
(ispell-dictionary-alist): Renamed the entry for danish from "dansk" to
...
"danish" in order to conform with reality.
1994-04-21 13:51:26 +00:00
Richard M. Stallman
c7cd67bd78
Comment change.
1994-04-19 07:44:27 +00:00
Karl Heuer
d8ec2bc893
(outline-end-of-subtree): Stop before final newline.
1994-04-18 23:53:51 +00:00
Richard M. Stallman
29491e3251
(ispell-message): Turn LIMIT into an integer, around ispell-region.
1994-04-13 05:01:07 +00:00
Richard M. Stallman
a870f9170b
Bind M-$.
1994-04-12 22:41:42 +00:00
Richard M. Stallman
86c57d9f8c
(makeinfo-region): Fix name of tex-start/end-of-header.
1994-04-12 14:58:14 +00:00
Richard M. Stallman
5924340384
Fix copying conditions for current GPL version.
1994-04-07 20:30:18 +00:00
Richard M. Stallman
ae9fdfe5e1
(ispell-message): Fixed infinite loop on shortened msg.
1994-04-03 06:04:35 +00:00
Edward M. Reingold
a0e9c22aad
(tex-start-shell): Use shell-mode-map (instead of comint-mode-map) because
...
it's bit a nicer.
Change the "require" from comint to shell for the same reason.
1994-04-01 16:57:56 +00:00
Karl Heuer
fb314468d4
(nroff-mode-abbrev-table): Call define-abbrev-table.
1994-03-23 20:48:55 +00:00
Richard M. Stallman
a15849cbd8
(tex-delete-last-temp-files): New arg NOT-ALL.
...
(tex-region): Pass new arg.
1994-03-23 18:19:20 +00:00
Karl Heuer
af2820894b
(underline-region, ununderline-region): Use printable escapes instead of
...
embedding literal control chars in the source.
1994-03-14 21:27:41 +00:00
Karl Heuer
98526426f4
(original-page-delimiter, set-page-delimiter): Use printable escapes instead of
...
embedding literal control chars in the source.
1994-03-14 21:26:19 +00:00
Karl Heuer
6b4bde1b7c
(text-mode): Doc fix.
1994-03-13 21:52:57 +00:00
Richard M. Stallman
93da9e092c
(hide-other, hide-sublevels): Renamed from outline-...
1994-03-13 00:38:48 +00:00
Karl Heuer
26add1bf46
Don't use triple-hyphen in a character class.
1994-03-12 00:23:12 +00:00
Karl Heuer
6483e43f34
Add a comment to document the reason for the change in outline-level.
1994-03-10 23:57:21 +00:00
Karl Heuer
eb6692ed46
(outline-mode, outline-level): Doc fix.
...
(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.
1994-03-10 23:49:00 +00:00
Richard M. Stallman
829b9e73ea
(ispell-pdict-save, ispell-kill-ispell, ispell-continue):
...
(ispell-help): Add autoloads.
1994-03-10 07:37:04 +00:00
Richard M. Stallman
29bff36629
(ispell-dictionary-alist): Add autoload.
...
(ispell-menu-map): Don't redefine if already defined.
Don't test for menu-bar since this is now done before menu-bar.
1994-03-10 07:25:09 +00:00
Richard M. Stallman
7d687545ec
(ispell-menu-map): Autoload the whole setup.
1994-03-10 07:19:15 +00:00
Karl Heuer
9f9d894124
(outline-regexp): Initialize outside the defvar.
1994-03-09 06:52:12 +00:00
Karl Heuer
589479d190
(nroff-mode): Deleted garbage character.
1994-03-09 06:42:46 +00:00
Richard M. Stallman
b0fab82cb6
(indented-text-mode): Run indented-text-mode-hook.
1994-03-08 21:42:39 +00:00
Richard M. Stallman
c1eaf68c23
(outline-on-heading-p): Use bolp.
...
(show-children): Use outline-back-to-heading.
(outline-next-preface): Don't retreat over \n or ^M if no more headers.
1994-03-03 19:17:47 +00:00
Richard M. Stallman
7492978d40
(ispell-message-text-end): New variable.
...
(ispell-message): Use ispell-message-text-end.
Spell check all of a multi-line subject.
Correct bug whereby internally generated messages were not recognized.
1994-03-02 04:57:23 +00:00
Richard M. Stallman
007852e00d
Initial revision
1994-03-02 04:56:25 +00:00
Karl Heuer
ad8fb8aec7
(picture-forward-column, picture-backward-column): Allow backward motion
...
across multi-column characters.
1994-03-01 06:19:22 +00:00
Karl Heuer
a2fa350a88
Fix typo in comment.
1994-03-01 04:42:37 +00:00
Karl Heuer
3027438bd0
(tc-mode-map): Fix binding of tc-dissociate.
1994-03-01 04:39:45 +00:00
Richard M. Stallman
71d7800099
(hide-sublevels): Doc fix. Rename arg.
1994-02-24 23:43:30 +00:00
Richard M. Stallman
9e9afbf866
(outline-minor-mode-prefix): Change to C-c C-o.
...
(hide-sublevels, hide-other): New functions.
(outline-mode-map): New key bindings. New menu bindings.
1994-02-24 22:37:49 +00:00
Richard M. Stallman
a62342463a
(nroff-mode): Set outline-regexp and outline-level.
...
(nroff-outline-level): New function.
1994-02-24 22:34:52 +00:00
Richard M. Stallman
47bad81c75
(picture-mode-map): Replace delete-backward-char
...
like backward-delete-char-untabify.
1994-02-21 02:49:58 +00:00
Karl Heuer
9ea9bca3e3
(outline-mode): Fix spelling of add-hook.
1994-02-10 00:48:59 +00:00
Richard M. Stallman
3fa26c5001
(show-children): Don't narrow to (1+ (point-max)) when
...
exposing the last level-n header in the buffer.
1994-02-08 23:50:09 +00:00
Richard M. Stallman
9d721a9e79
(outline-end-of-subtree): If loop leaves us at eob,
...
don't move back from there.
1994-02-05 01:33:12 +00:00
Richard M. Stallman
384fc6ca30
(outline-mode-map): Move C-c C-h to C-c C-d.
1994-02-04 21:24:31 +00:00
Richard M. Stallman
8f985fe23c
(sentence-end-double-space): New variable.
...
(fill-region-as-paragraph): Handle it.
1994-02-04 04:45:52 +00:00