1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00
Commit Graph

351 Commits

Author SHA1 Message Date
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
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
Richard M. Stallman
873b572941 (texinfo-sequential-node-update): Add autoload.
(texinfo-update-node, texinfo-every-node-update): Add autoload.
1993-11-09 23:56:43 +00:00
Richard M. Stallman
794572af70 (ispell-message): Delete excess (beginning-of-line) call. 1993-11-08 13:25:13 +00:00
Richard M. Stallman
82c5b4be00 (ispell-message): If gnus, but no mail-yank-prefix,
use ispell-message-cite-regexp.  Turn off case-fold-search
for the searching and matching in this function.
1993-11-08 12:47:05 +00:00
Richard M. Stallman
2fc91d5b50 Fix previous change. 1993-11-07 22:50:36 +00:00
Richard M. Stallman
af4d43e909 (ispell-message): Stop if ispell-region returns nil.
(ispell-next, ispell-word): Catch ispell-quit, not quit.
(ispell-next): Return t if exit normally (no throw to ispell-quit).
(ispell-command-loop): For q, throw to ispell-quit.
Explicitly handle C-g.
(ispell): If we don't call ispell-next, return t.

(ispell-non-empty-string): New function.
(ispell-message): Add autoload.
Choose a citation regexp automatically.
Don't fail if there is no following cited line after filled lines.
1993-11-07 22:45:42 +00:00
Richard M. Stallman
cf6d6e8acd (tex-alt-print): New function for menu bar.
(tex-define-common-keys, tex-mode-map): Move some items from
tex-define-common-keys to tex-mode-map.
Add more menu-enable properties.
(tex-append): Cope with both the original
Pascal-based TeX and the newer C-based TeX.
1993-11-06 05:56:11 +00:00
Richard M. Stallman
ff5da6c9c8 (tex-validate-region, tex-region):
Enable menu items if only mark is active.
1993-11-03 20:00:33 +00:00
Richard M. Stallman
62a24cb5e1 (tex-define-common-keys): Define menu items. 1993-10-27 21:33:12 +00:00
Richard M. Stallman
fb14a9a72b (text-mode-map): Bind ispell-complete-word to M-TAB. 1993-10-26 20:02:21 +00:00
Richard M. Stallman
bd28fa5941 (ispell-look-command): New user variable.
(ispell-do-look, ispell-lookup-build-list): Use it as
PROGRAM for call-process instead of just "look".

(ispell-complete-word-interior-frag): New command.
(ispell-complete-word): New command.
(ispell-menu-map): Add bindings for them.
(ispell-gnu-look-still-broken-p, ispell-look-dictionary): New vars.
1993-10-26 20:01:56 +00:00
Brian Fox
6351296c27 (ispell): If the buffer to spell has no associated file, or, the
associated file has a special handler, use a temporary file with the
buffer contents to pass to the local ispell process.
1993-10-25 06:18:23 +00:00
Richard M. Stallman
64c8498a8d (texinfo-format-begin-end): Bind cmd locally.
(texinfo-defun-type): Renamed from command-type in various fns.
(texinfo-command-start, texinfo-command-end, texinfo-command-name)
(texinfo-defun-type, texinfo-last-node-pos, texinfo-stack)
(texinfo-short-index-cmds-alist)
(texinfo-short-index-format-cmds-alist, texinfo-format-filename)
(texinfo-footnote-number, texinfo-start-of-header)
(texinfo-end-of-header, texinfo-raisesections-alist)
(texinfo-lowersections-alist): Add defvars.
1993-10-21 17:56:09 +00:00
Richard M. Stallman
1f8359ba5c (ispell-message-cite-regexp): Add definition. 1993-10-09 21:44:57 +00:00
Richard M. Stallman
3ba7a8daca (ispell-message): Handle cited messages. 1993-09-24 20:02:03 +00:00
Brian Fox
90a4435136 (texinfo-format-region texinfo-format-buffer): Add ###autoload cookies.
(batch-texinfo-format): Use `buffer-disable-undo' instead of obsolete
function `buffer-flush-undo'.
1993-09-21 07:50:14 +00:00
Brian Fox
bd2f232330 (slitex-mode): Add ###autoload magic cookie. 1993-09-21 07:48:37 +00:00
Brian Fox
671e87b36d (outline-minor-mode): Force update of modeline when outline-minor-mode
is toggled.
1993-09-21 07:32:51 +00:00
Richard M. Stallman
36ab15b2fd (ispell-message): New command, with menu bar item. 1993-09-20 15:40:38 +00:00
Richard M. Stallman
426979a1c8 (indented-text-mode): Make only blank lines
separate or start paragraphs.  Doc fix.
1993-09-19 19:32:35 +00:00
Roland McGrath
304826544f (texinfo-environment-regexp): Match cartouche. 1993-08-18 16:48:58 +00:00
Richard M. Stallman
476731da98 (outline-level): New var. Everything funcalls this
instead of calling outline-level.
1993-08-14 09:13:23 +00:00
Richard M. Stallman
6e301d2449 (outline-minor-mode-prefix): New variable.
(outline-minor-mode-map): Use it.
1993-08-14 09:08:50 +00:00
Richard M. Stallman
1d7158ce48 (bibtex-mode-map): Change C-c e to C-c C-b. 1993-08-14 03:36:02 +00:00
Richard M. Stallman
1f2007b343 (paragraph-start): Doc fix. 1993-08-12 08:09:00 +00:00
Richard M. Stallman
d4ff74c8be (indented-text-mode): Doc fix. 1993-08-11 21:01:20 +00:00
Richard M. Stallman
97c6c316f6 (texinfo-delete-from-print-queue)
(texinfo-tex-buffer): Load tex-mode to get tex-start-shell, etc.
1993-08-10 08:24:55 +00:00
Richard M. Stallman
47f3858d11 (fill-region-as-paragraph): When we take one word
after the fill column, don't stop at period with just one space.
When checking whether at beginning of line, if no fill prefix,
ignore intervening whitespace.
1993-08-02 05:55:56 +00:00
Richard M. Stallman
7f3e80e3b4 Installed the version from the Texinfo package. 1993-08-01 12:23:22 +00:00
Richard M. Stallman
bbd93e4129 (validate-tex-buffer): Record mismatches in *Occur*. 1993-07-31 07:33:02 +00:00
Richard M. Stallman
362a07f4a4 (fill-region-as-paragraph): Move misplaced paren
ending `(if (eobp) nil ...)'.
In the loop that avoids breaking after `.' with one space,
break if we actually have two spaces.
1993-07-30 07:01:23 +00:00
Richard M. Stallman
e8608d6a08 (ispell-point): Do nothing if there's no word at START. 1993-07-24 05:33:38 +00:00
Richard M. Stallman
32e612806b (outline-mode-map): Delete spurious `outline-'
from show and hide command names in menu.
1993-07-20 17:57:35 +00:00
Jim Blandy
431e6a264b * makeinfo.el: Don't (require 'texinfmt) - that file doesn't exist
any more; all its functions have been moved into other files.
1993-07-18 07:50:11 +00:00
Richard M. Stallman
f66c5d9a9c entered into RCS 1993-07-17 17:43:14 +00:00
Richard M. Stallman
d78fc31546 (texinfo-mode): Undo changes mistakenly added with
previous batch: texinfo-{start,end}-of-header are now tex-...
1993-07-17 17:27:02 +00:00
Richard M. Stallman
e3a39644f2 (ispell-menu-map): Add missing quote in defalias.
(ispell-window-configuration): Initialize to nil.
1993-07-15 06:55:39 +00:00
Richard M. Stallman
44ca409ab8 (ispell-menu-map): New keymap--both fn and var. 1993-07-12 20:31:52 +00:00
Roland McGrath
0d28f0725d (ispell): Call deactivate-mark instead of setting mark-active directly. Do
this regardless of transient-mark-mode.
1993-07-08 22:38:59 +00:00
Richard M. Stallman
fe3371ef58 (texinfo-update-node): Bind auto-fill-hook as well as auto-fill-function.
(texinfo-sequential-node-update): Likewise.
1993-07-07 22:21:19 +00:00
Richard M. Stallman
daa6abb8d5 Fix typo re `texinfo-sequential-node-update.'
Ensure that no commands depend on the value of
case-fold-search.
Rewrite messages.  Avoid using `mark-whole-buffer'.

(texinfo-start-menu-description):
New function to insert title as description in a menu.
(texinfo-make-menu-list): Remove automatic title insertion.
(texinfo-master-menu): Error message if file
contains too few nodes for a master menu.
Handle the case where no master menu was inserted.
(texinfo-insert-master-menu-list): Only attempt to insert detailed
master menu if there is one.
Insert a master menu only after `Top' node and before next node.

(texinfo-check-for-node-name): Offer section title as prompt.
(texinfo-copy-next-section-title): Copy title correctly.
Handle failure to find @node.
(texinfo-copy-menu): Error message if menu empty.
(texinfo-pointer-name):  Find only those
section commands that are accompanied by `@node' lines.
(texinfo-section-types-regexp): Look for subh and subs, not just sub.
(texinfo-make-one-menu): Copy node-name correctly for message.
(texinfo-copy-menu-title): Copy title as it
should rather than node line.

(texinfo-find-higher-level-node): Stop search at limit.
Special handling for `top' and `chapter' levels.
(texinfo-copy-menu-title): Rewrite to handle outer include files.
(texinfo-multi-file-update): Update all nodes properly (and sooner);
rewrite doc string and interactive. Copy title properly.
(texinfo-all-menus-update): Fixed typo that
caused the function to create a master menu when it shouldn't.
Update pre-existing master menu, if there is one.

(texinfo-incorporate-descriptions): Use a regexp search to look for
both kinds of menu item.
(texinfo-menu-indent-description): Likewise.
(texinfo-incorporate-menu-entry-names): New function.
(texinfo-insert-menu): Handle both kinds of menu item.
(texinfo-multi-files-insert-main-menu): Likewise.
(texinfo-update-node): Pass t as second arg to push-mark.
(texinfo-sequential-node-update): Likewise.
(texinfo-insert-node-lines): Bind `title' at a higher level.
Don't find previous @node if it's close.
Take region to process as arguments.
(texinfo-multiple-files-update): Handle prefix arg better within
`interactive'.  Canonicalize the blank lines.
1993-07-07 22:15:20 +00:00
Richard M. Stallman
ee1a4f843b (outline-mode-map): Add menu bar items.
(outline-minor-mode-map): Copy menu bar submap from outline-mode-map.
1993-07-04 21:44:25 +00:00
Richard M. Stallman
c6cc04e999 Set up autoloads for files makeinfo' and texnfo-upd'.
(texinfo-delete-from-print-queue-command): New var.
(texinfo-tex-trailer): New var.
(texinfo-tex-region): Use that.
(texinfo-tex-buffer): Rewritten; use the actual source file.
Binding is now C-c C-t C-b.
(texinfo-texindex): Turned back on.
(texinfo-quit-job): New command, with binding.
(texinfo-delete-from-print-queue): Likewise.
(texinfo-show-structure): Indent each line according to depth.
Require texnfo-upd.
(texinfo-section-types-regexp): Var deleted.
(texinfo-insert-@-with-arg): New function.
(texinfo-insert-@var, etc.): Use that.
(texinfo-insert-@end): New command, now on C-c C-c e.
(texinfo-insert-@end-example): Deleted.
(texinfo-insert-@table): New command, on C-c C-c t.
(texinfo-start-menu-description): New command, on C-c C-c C-d.
(texinfo-mode): No longer set tex-trailer.
Make the @node for the top node start a page.
Use shorter values for tex-end-of-header and tex-start-of-header.
(texinfo-mode-map): Add bindings for makeinfo-buffer, etc.
Delete bindings for texinfo-format-buffer/region.
(texinfo-define-common-keys): New function.
1993-06-25 06:41:54 +00:00
Richard M. Stallman
0f99112d11 *** empty log message *** 1993-06-21 06:59:02 +00:00
Richard M. Stallman
bab8cd704a Initial revision 1993-06-21 06:45:33 +00:00
Richard M. Stallman
5c927015ee (picture-replace-match): New function. 1993-06-14 18:53:40 +00:00
Richard M. Stallman
087f61c885 Comment change. 1993-06-14 03:51:20 +00:00
Jim Blandy
c45a630685 * picture.el (move-to-column-force): If column is negative, go
flush left.
1993-06-11 10:11:33 +00:00
Richard M. Stallman
a6c5a8dd70 Doc fixes.
(ispell-command, ispell-command-options): New defvars.
(start-ispell): Use them.
1993-06-10 20:35:05 +00:00
Richard M. Stallman
a857ed136a (bibtex-mode-map): Use tex-insert-quote, not TeX-... 1993-06-10 17:42:39 +00:00
Jim Blandy
eb8c3be94e Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
Richard M. Stallman
c2121a73a9 (texinfo-section-types-regexp): Add @chapheading. 1993-06-07 23:35:09 +00:00
Richard M. Stallman
93d3549919 Fix typos in previous change.
Add a few menu items.

(bibtex-name-alignment): Renamed from bibtex-name-alignement.
1993-06-07 20:06:34 +00:00
Richard M. Stallman
340600803e (outline-minor-mode): Add autoload cookie. 1993-06-07 03:47:20 +00:00
Richard M. Stallman
2798dfd629 Define 2 local menu-bar submaps.
(bibtex-x-help, bibtex-x-environment): Deleted.
1993-06-06 22:36:23 +00:00
Richard M. Stallman
6bf9133d7f Provide texinfmt. 1993-06-03 19:28:59 +00:00
Richard M. Stallman
05cf4426ba (outline-flag-region): Pass t as NOUNDO arg
to subst-char-in-region.  No need to restore buffer-modified-p by hand.
1993-06-01 03:24:24 +00:00
Richard M. Stallman
81354e19ab (bibtex-mode): Add autoload. 1993-05-31 21:53:41 +00:00
Richard M. Stallman
0e0f99d9eb Fix comments. 1993-05-31 21:52:45 +00:00
Richard M. Stallman
b1ee6b34ae (nroff-mode): Don't leave nroff-electric-mode void. 1993-05-26 22:17:29 +00:00
Richard M. Stallman
c7aa4667af (sgml-validate): compile1 renamed to compile-internal.
(sgml-mode): Add autoload cookie.
1993-05-26 18:20:35 +00:00
Richard M. Stallman
aa5f883618 Provide `ispell'. 1993-05-26 16:56:03 +00:00
Richard M. Stallman
326c43dc29 (outline-minor-mode): Make var permanent local in all buffers.
Give the command a doc string.
1993-05-21 17:25:50 +00:00
Richard M. Stallman
d4e21f83e0 (texinfo-section-types-regexp): Define here. 1993-05-20 14:11:44 +00:00
Richard M. Stallman
1de2ada0f7 (texinfo-chapter-level-regexp): Copied here. 1993-05-19 16:52:19 +00:00
Richard M. Stallman
8f1e8ff04f (outline-heading-end-regexp): Fix typo.
(outline-minor-mode-map): New variable.
(minor-mode-map-alist): Add new entry.
(outline-minor-mode): Work with above change.
Do not set outline-regexp or outline-header-end-regexp.
1993-05-19 16:19:00 +00:00
Richard M. Stallman
8fa51910a2 (ispell-command-loop): Make an undo boundary. 1993-05-19 04:44:11 +00:00
Jim Blandy
6f680efba5 * bibtex.el (bibtex-string): Use \" instead of "" to get a double
quote inside a string.
	* vms-patch.el (print-region-function): Same.
1993-05-18 21:33:52 +00:00
Richard M. Stallman
a48fc39019 (ispell): Deactivate mark before the Ispell run.
(ispell-point): Delete the sit-for; it was confusing.
(ispell): Don't use save-excursion; just restore current buffer.
(ispell-next): Don't save-excursion or save-window-excursion.
(ispell-point): Don't save-excursion.
(ispell-window-configuration): New variable.
(ispell-show-choices): Set it if not nil.
(ispell-next): Initialize to nil.  Restore at end.
1993-05-16 21:31:39 +00:00
Richard M. Stallman
08348502ae (tex-insert-quote): Doc fix. 1993-05-16 21:15:09 +00:00
Richard M. Stallman
c678a34381 (texinfo-tex-region): Update name of tex-set-buffer-directory. 1993-05-16 21:14:05 +00:00
Richard M. Stallman
e67adf4686 Don't require tex-mode or texnfo-upd.
(texinfo-mode-map): Binding for " deleted.
(texinfo-tex-print): Require tex-mode here.
(texinfo-tex-region): Likewise.
1993-05-16 21:11:54 +00:00
Richard M. Stallman
a524dc5bcd (mark-end-of-sentence): Activate the mark. 1993-05-16 15:50:13 +00:00
Richard M. Stallman
0b108c0173 (mark-paragraph): Activate the mark. 1993-05-16 15:48:45 +00:00
Richard M. Stallman
6be72a0b35 (mark-page): Activate the mark. 1993-05-16 15:41:14 +00:00
Eric S. Raymond
9ae11a8907 Installed Aaron Larson's new bibtex.el. See the header comment for
details.
1993-04-28 21:19:21 +00:00
Eric S. Raymond
e4c8c838e9 Removed spurious comment (obsoleted by ;;;###autoload). 1993-04-28 17:08:14 +00:00
Eric S. Raymond
ca9c75792e Completed the package entry point's name change from edit-picture to
picture-mode.
(move-to-column-force, picture-end-of-line): When movement is completed,
scroll horizontally if necessary to make point visible.
(picture-beginning-of-line): New function.  Exists to force horizontal
scrolling if the buffer is wide.
(picture-mode-map): Instead of rebinding common keystrokes, use
substitute-key-definition to remap all keystrokes attached to the
corresponding commands.
1993-04-27 21:59:55 +00:00
Eric S. Raymond
8241d7b92d Doc fixes. Also a few teaks to pacify the byte-compiler. 1993-04-26 05:15:08 +00:00
Eric S. Raymond
2f3067de92 (tex-compilation-parse-errors): Added. At the moment, this would have
to be applied manually.  It's not worth trying to integrate this with
the rest of the mode more tightly until we decide whether and how
compile's interface is going to change away from a closed subsystem.
1993-04-25 06:14:10 +00:00
Eric S. Raymond
31e1d9206b All fsets changed to defaliases. 1993-04-23 06:51:44 +00:00
Richard M. Stallman
65c35dc657 (tc-dissociate): Renamed from tc-kill-association.
Move binding to C-x 6 d.
1993-04-17 04:35:15 +00:00
Richard M. Stallman
e407986c56 (fill-nonuniform-paragraphs): New command. 1993-04-11 04:02:23 +00:00
Jim Blandy
51534471f6 Sat Apr 10 00:39:29 1993 Jim Blandy (jimb@totoro.cs.oberlin.edu)
* paragraphs.el (sentence-end, forward-sentence): Doc fixes.
1993-04-10 06:21:16 +00:00
Richard M. Stallman
55718e15d6 (fill-individual-paragraphs): When skipping mail headers, skip to a blank line. 1993-03-28 22:56:29 +00:00
Richard M. Stallman
cc1344d5cf Cancel previous change; this version should be identical to version 1.17. 1993-03-28 22:07:36 +00:00
Eric S. Raymond
008d65cfd9 (fill-paragraph, justify-current-line) Now uses the skip-syntax-
forward and backward characters and char-syntax to be smart about
filling syntaxes other than text.

This change was inspired by Richard Caley's fill-para package from LCD,
but the implementation is original.
1993-03-27 01:58:16 +00:00
Eric S. Raymond
d163cf2e76 Added Commentary. 1993-03-26 04:15:05 +00:00
Eric S. Raymond
c91c4e6d7f Added or corrected Commentary section 1993-03-22 22:44:33 +00:00
Eric S. Raymond
d9ecc911ff Added or corrected Commentary headers 1993-03-22 16:53:22 +00:00