1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

187 Commits

Author SHA1 Message Date
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