Commit graph

292 commits

Author SHA1 Message Date
Richard M. Stallman
565101f473 (ispell-message): Avoid an infinite loop. 1994-06-25 04:30:44 +00:00
Richard M. Stallman
3d23eec081 (bibtex-mode): Set up comment-start locally. 1994-06-16 15:12:52 +00:00
Richard M. Stallman
a46b893b12 (outline-mode): Make change-major-mode-hook buffer-local. 1994-06-15 23:03:28 +00:00
Richard M. Stallman
12e53d2e65 (ispell-command-loop): C-g should be like X, not q.
(ispell-dictionary-alist): Add autoload.  Split into two subvariables.
(ispell-menu-map): Defvar and set up at top level.  Split into parts.
(ispell-menu-map-needed): New variable.
1994-06-14 20:54:44 +00:00
Richard M. Stallman
039ecbae40 (latex-mode, slitex-mode): In paragraph-separate,
delete spurious \\\\ from char set.
1994-06-11 19:19:31 +00:00
Richard M. Stallman
03cb20991e (ispell-complete-word): Likewise. 1994-06-10 23:00:40 +00:00
Richard M. Stallman
31480010d5 (ispell-dictionary-alist): Fix regexp in francais. 1994-06-10 21:53:32 +00:00
Richard M. Stallman
d974af3044 (tex-start-shell): Add autoload. 1994-06-10 20:28:52 +00:00
Richard M. Stallman
54626b604c (tex-show-print-queue): Display the tex shell buffer.
(tex-file, tex-bibtex-file): Likewise.
(latex-mode, slitex-mode): Treat \] as paragraph starter.
1994-06-07 16:51:20 +00:00
Richard M. Stallman
274d138774 (bibtex-clean-entry): Back over close delimiter carefully. 1994-05-30 10:32:11 +00:00
Richard M. Stallman
32b50df655 (fill-region-as-paragraph): if left-margin is nonzero,
do adaptive-fill processing even for one-line paragraphs.
1994-05-28 08:15:16 +00:00
Richard M. Stallman
5bca93aca7 (ispell-command-loop): Fix `q' question. 1994-05-28 07:22:21 +00:00
Richard M. Stallman
a4e104bf5c Doc fix. 1994-05-22 22:14:17 +00:00
Richard M. Stallman
ee6f7c13b2 entered into RCS 1994-05-22 22:00:39 +00:00
Richard M. Stallman
a9210a5349 Doc fixes. 1994-05-21 08:04:20 +00:00
Richard M. Stallman
4b03da7264 Lucid menu added.
(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.
1994-05-21 07:38:10 +00:00
Richard M. Stallman
3ee3ac774f Lots of doc fixes and message syntax fixes.
(ispell-command-loop): For X, put point before
the word being considered, and mention C-u M-$ in message.
1994-05-20 21:45:19 +00:00
Richard M. Stallman
9e7ad89a3a (ispell-word): Implement C-u $ as in ispell4.el.
(ispell-command-loop): Make quit-char work like X.
For C-z, run whatever it's bound to.
1994-05-20 08:12:52 +00:00
Richard M. Stallman
dc0989c655 (ispell-highlight): Do nothing unless window-system. 1994-05-19 21:19:39 +00:00
Karl Heuer
adf6b7f952 (tex-delete-last-temp-files): Don't fail on non-existent directory. 1994-05-18 01:13:09 +00:00
Richard M. Stallman
0fe44016cd (texinfo-show-structure): Fix subsubsection indent amount. 1994-05-12 18:04:36 +00:00
Richard M. Stallman
1e93f5de4d Comment change. 1994-05-12 07:41:56 +00:00
Richard M. Stallman
d1dacaa049 (ispell-message): Add `ispell-message-text-end' and
`ispell-message-limit'.  Spell-check subject as well as body.
1994-05-10 23:30:23 +00:00
Richard M. Stallman
1ff3a40d52 (texinfo-every-node-update, texinfo-all-menus-update): Bind mark-active to t. 1994-05-10 06:55:29 +00:00
Richard M. Stallman
a1017d3916 (texinfo-environment-regexp): Split lines.
Add def..., ifset, ifclear.
(texinfo-show-structure): Fix typo.
1994-05-10 06:39:04 +00:00
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