Richard M. Stallman
ce4d3fff9b
(solar-equinoxes-solstices): Add autoload.
1993-11-14 22:54:45 +00:00
Richard M. Stallman
3b92bdd24e
(solar-holidays): Change top-level progn to an if.
1993-11-14 22:51:17 +00:00
Richard M. Stallman
26d280b955
(mouse-save-then-kill-delete-region): Take args BEG and END.
...
Update the undo list properly.
(mouse-save-then-kill): Pass those args.
(mouse-secondary-save-then-kll): Pass those args.
Delete the overlay after deleting the selection text.
1993-11-14 06:26:02 +00:00
Richard M. Stallman
18e90c5846
(rmail-summary-forward): Accept prefix arg
...
and pass it to rmail-forward.
1993-11-14 05:50:47 +00:00
Richard M. Stallman
5dd1ad8ed5
(compare-windows-skip-whitespace): Swap the two
...
and's within the or.
1993-11-14 02:56:24 +00:00
Richard M. Stallman
f48872fc37
(lpr-command): Check for irix, not silicon-graphic-unix.
1993-11-14 00:06:48 +00:00
Richard M. Stallman
7425bbff0a
(dired-chown-program): Check for irix, not silicon-graphic-unix.
1993-11-14 00:06:23 +00:00
Richard M. Stallman
28195f9701
(rmail-spool-directory): Check for irix, not silicon-graphic-unix.
1993-11-14 00:06:01 +00:00
Richard M. Stallman
3ac14ca02a
(calendar-absolute-from-time): Undo Sep 14 patch.
...
Fix comments instead, since they didn't match the code.
1993-11-13 23:59:53 +00:00
Richard M. Stallman
ff383ac0d7
Add a provide call.
1993-11-13 11:20:56 +00:00
Richard M. Stallman
54d4b6096c
(remove-hook): Function deleted.
1993-11-13 08:21:16 +00:00
Richard M. Stallman
1ae2f9fe09
(comint-match-partial-filename): Consider +@: part of
...
filenames; don't consider parens as part of them.
1993-11-13 00:02:20 +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
d52f0de91e
(vc-rename-file): Don't overwrite an existing file.
...
Fix test for unsaved files.
Calculate name of new master file properly.
1993-11-12 22:31:12 +00:00
Richard M. Stallman
ae06ea79c8
(rmail-summary-edit-map): Inherit text-mode-map properly.
1993-11-12 22:16:44 +00:00
Richard M. Stallman
d55d5ec215
Comment change.
1993-11-11 10:05:51 +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
f5f76002c2
(Man-section-regexp): Allow section names l, n, L, N.
1993-11-11 07:17:08 +00:00
Richard M. Stallman
e6033883a5
Comment change.
1993-11-11 05:25:09 +00:00
Richard M. Stallman
b26f0e4ea7
(map-y-or-n-p): Handle help-char values other than chars.
1993-11-11 04:43:49 +00:00
Richard M. Stallman
4fd99ee43a
(c-indent-region): When looking for a sexp that ends
...
past this line, make sure it really starts on this line.
1993-11-11 03:02:18 +00:00
Richard M. Stallman
4baf56205b
(occur-mode): Run occur-mode-hook.
1993-11-11 02:48:26 +00:00
Richard M. Stallman
c33e95d805
(rmail-start-mail): Don't do other frame unless we have
...
a window system, irregardless of the state of rmail-mail-new-frame.
1993-11-10 20:51:02 +00:00
Richard M. Stallman
1b88a44adb
(Man-filter-list): Include anything starting with
...
alphabetics, and containing "Last change:".
(manual-entry): Don't call `Man-downcase' since
Man-translate-references has already done the right thing.
1993-11-10 20:48:04 +00:00
Richard M. Stallman
de3fa0b238
(Info-extract-menu-item): Quote `*' in the menu-item
...
leadin re-search to prevent us from finding node names which
contain the text of another node name within them.
1993-11-10 20:46:09 +00:00
Richard M. Stallman
c6fcafde81
(hexl-mode): Use add-hook' to modify buffer local write-contents-hooks'.
...
(hexl-mode-exit): Remove our hook when turning off Hexl mode.
1993-11-10 20:44:14 +00:00
Richard M. Stallman
7a5a26a68f
(find-backup-file-name): Don't fatal-error on
...
directories that are hard to read; fall back on ~/%backup%.
(file-truename): Treat ~USER like just ~.
1993-11-10 20:41:17 +00:00
Richard M. Stallman
24980d168f
(remove-hook): New function, analogous to add-hook. This
...
is now the recommended way to remove a hook that you have added.
1993-11-10 20:30:32 +00:00
Richard M. Stallman
b5e59c0380
(comint-postoutput-scroll-to-bottom):
...
Don't treat minibuffer window specially.
1993-11-10 07:10:58 +00:00
Richard M. Stallman
0613507b4f
(comint-postoutput-scroll-to-bottom):
...
Don't alter point in a window if it's after the process-mark.
1993-11-10 00:38:47 +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
50d195ee53
(menu-bar-edit-menu): Add menu items for searching.
1993-11-09 07:28:56 +00:00
Richard M. Stallman
274d013d9e
(etags-list-tags): Return t if found the file.
...
(list-tags): Clear first-time when we go around the loop.
Supply file name in error message.
Remove dir names from files when preparing for completion.
1993-11-09 07:13:00 +00:00
Richard M. Stallman
91d752825d
(comint-preinput-scroll-to-bottom): Added
...
comint-magic-space to list of commands recognised as inserting.
(comint-output-filter): Corrected check for killed buffer.
1993-11-08 23:55:50 +00:00
Richard M. Stallman
5394cb4470
Doc fixes.
1993-11-08 23:40:37 +00:00
Richard M. Stallman
bb6066c863
(describe-current-display-table):
...
Don't get error if no display table now.
(describe-display-table): Put all the output in the temp buffer.
1993-11-08 15:06:59 +00:00
Richard M. Stallman
dd64d80736
(wordstar-mode): Add autoload.
1993-11-08 15:01:44 +00:00
Richard M. Stallman
1a2b6c5271
Initial revision
1993-11-08 14:46:50 +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
a21d94f995
(jump-to-register): Doc fix.
1993-11-08 13:14:59 +00:00
Richard M. Stallman
1542ad3767
(jump-to-register): Rename prefix arg to DELETE and invert its sense.
1993-11-08 13:14:31 +00:00
Richard M. Stallman
5da841d2d5
(set-frame-configuration): Iconify frames
...
rather than making them invisible.
1993-11-08 13:14:05 +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
03b6cf414b
(comint-postoutput-scroll-to-bottom):
...
Walk the windows even if scroll is nil.
1993-11-08 12:44:18 +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
7f5d354194
(compare-windows-skip-whitespace): Return t
...
if there is whitespace before point.
1993-11-07 22:19:57 +00:00