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
Richard M. Stallman
babf687a8b
(show-children): Don't call outline-level at eob.
1994-01-31 16:41:12 +00:00
Richard M. Stallman
8f22b9e08e
(minor-mode-alist): Don't add "Outl" if already added.
1994-01-29 23:58:07 +00:00
Richard M. Stallman
85de16120a
(forward-paragraph): Doc fix.
1994-01-21 16:30:21 +00:00
Richard M. Stallman
8a2a4ced7a
(forward-paragraph): If moving back we find nothing
...
but separator lines till buffer beg, just stay there.
Exit outer loop if at beg or end of buffer.
1994-01-16 19:05:39 +00:00
Richard M. Stallman
2e0b53ad3d
(tex-common-initialization): Make parse-sexp-ignore-comments t.
1994-01-03 20:06:28 +00:00
Richard M. Stallman
ab2c9f5425
(slitex-mode, latex-mode): Set paragraph-start and
...
paragraph-separate to a specific list of control sequences.
(tex-common-initialization): Make paragraph-start
and paragraph-separate match a line of $$.
1994-01-03 11:36:14 +00:00
Richard M. Stallman
7bdf031dc8
(bibtex-field-name, bibtex-field-const, bibtex-field-text):
...
Adapted to Emacs 19 regex rules.
(bibtex-reference): Removed one set of parentheses (a workaround).
1994-01-01 17:32:23 +00:00
Richard M. Stallman
f7cf7ffe36
(ispell-highlight, ispell-dehighlight): New functions.
...
(ispell-command-loop, ispell-next): Call them.
(ispell-highlight, ispell-overlay): New variables.
1994-01-01 10:22:02 +00:00
Richard M. Stallman
06811c2dd3
(ispell-next): Remove periods from messages.
...
(ispell-complete-word): Improve error messages.
1993-12-31 06:59:31 +00:00
Richard M. Stallman
b9911289d3
(picture-mode): Save the old truncate-lines value.
...
(picture-mode-exit): Restore that value.
1993-12-23 05:01:36 +00:00
Richard M. Stallman
e6945ec780
(pages-copy-header-and-position): Call end-of-line, not forward-line.
...
(pages-directory): Omit space at end of pages-directory-buffer.
1993-12-23 04:56:43 +00:00
Richard M. Stallman
088f8c7717
(hide-bibtex-entry-bodies): Don't use replace-regexp.
1993-12-23 04:54:37 +00:00
Richard M. Stallman
85111db572
(outline-minor-mode): When turning off the mode, turn ^Ms back to \n's.
...
(outline-mode): Set change-major-mode-hook.
1993-12-23 04:47:13 +00:00
Richard M. Stallman
925a622cbe
Don't imply private dictionary is always ispell.words.
...
Don't repeat at load time any bindings that are autoloaded.
1993-12-23 04:35:44 +00:00
Richard M. Stallman
aea2e14ce5
(fill-region-as-paragraph): Do allow breaking line at a period
...
followed by two spaces, in the case where we are insisting on having at
least one complete word.
1993-12-23 03:47:45 +00:00
Richard M. Stallman
64db24613f
(tex-common-initialization): Make paragraph-start
...
and paragraph-separate match a line of $$.
(tex-send-command): New local var BUF.
Use it when calling buffer-modified-tick.
(tex-send-command):
Switch to buffer before checking for subproc output in it.
1993-12-23 02:48:56 +00:00
Robert J. Chassell
acb93e31f5
(texinfo-if-set, texinfo-if-clear): Act appropriately when flat neither
...
set nor cleared.
(texinfo-format-region): Change `texinfo-[start end]-of-header' to
`tex-[start end]-of-header'.
1993-11-23 05:50:17 +00:00
Richard M. Stallman
79183f1a1f
(texinfo-tex-region): Use tex-send-command to do commands.
...
(texinfo-tex-buffer, texinfo-texindex, texinfo-tex-print): Likewise.
(texinfo-delete-from-print-queue, texinfo-quit-job): Likewise.
1993-11-20 22:21:58 +00:00
Richard M. Stallman
30803a05ce
(tex-send-command): Wait for output first,
...
if text has not changed since previous tex-send-command.
(tex-send-command-modified-tick): New buffer-local variable.
1993-11-20 22:21:30 +00:00
Richard M. Stallman
4cdc1d4b2d
(tex-start-shell): Don't use -v option.
...
(tex-send-command): Insert text in the buffer, then use
comint-send-input to send it.
1993-11-20 22:00:55 +00:00
Richard M. Stallman
8105b77ee3
Add `provide'.
...
(narrow-to-page): Enable page-delimiter to span lines.
1993-11-15 06:48:23 +00:00
Richard M. Stallman
98d873522c
Revise documentation. Add `provide'.
...
(pages-directory-for-adding-addresses-narrowing-p):
New user option for adding addresses. Default to narrowing.
(pages-directory-for-addresses): Intall user settable options.
(add-new-page): Insert new page in specified location.
(original-page-delimiter): Set default value to "^^L".
1993-11-15 06:46:14 +00:00
Richard M. Stallman
30b786c340
(fill-individual-paragraphs): Fix skipping headers of yanked message.
1993-11-12 23:35:39 +00:00
Richard M. Stallman
9dc96d324c
(texinfo-format-region): Change `texinfo-[start
...
end]-of-header' to `tex-[start end]-of-header'.
1993-11-11 07:56:04 +00:00
Richard M. Stallman
bb946175c2
(texinfo-texi2dvi-command): Separate `texi2dvi'
...
command from `tex' command so `texinfo-format-region' can use
straight `tex' command.
(texinfo-format-buffer): Use `texinfo-texi2dvi-command'
(texinfo-delete-from-print-queue): Revise documentation.
1993-11-11 07:52:56 +00:00
Richard M. Stallman
25f91a1e2b
(texinfo-mode-map): Add C-c C-e bindings for texinfmt.el.
1993-11-10 00:03:54 +00:00
Robert J. Chassell
95cc610e06
(texinfo-show-structure): Indent appendices properly.
1993-11-10 00:02:27 +00:00