1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 17:22:48 -07:00
Commit graph

4564 commits

Author SHA1 Message Date
Richard M. Stallman
3cdcc6111b (lpr-page-header-switches): Use -f by default.
(lpr-headers-switches): Make it a list.
1994-11-22 21:26:19 +00:00
Richard M. Stallman
5d771766ab (append-to-buffer): Don't use current buffer as default. 1994-11-22 19:19:42 +00:00
Roland McGrath
f797cb30c9 (vc-backend-checkout): Finish last change. 1994-11-22 12:23:40 +00:00
Roland McGrath
0fb16286c2 (vc-checkout-switches): New variable.
(vc-backend-checkout): Use it.
1994-11-22 11:43:54 +00:00
Richard M. Stallman
38550ee1d8 entered into RCS 1994-11-22 10:47:06 +00:00
Richard M. Stallman
bed6a98d6f (gud-gdb-marker-filter, gud-irixdbx-marker-filter)
(gud-perldb-marker-filter, gud-mipsdbx-marker-filter):
No need for save-match-data.
1994-11-22 04:42:56 +00:00
Richard M. Stallman
1f66361e08 (timer-process-filter): No need for save-match-data. 1994-11-22 04:38:30 +00:00
Richard M. Stallman
1d56cc39c1 (Man-bgproc-sentinel): No need for save-match-data. 1994-11-22 04:37:43 +00:00
Richard M. Stallman
713dca1ca4 (kill-region): Use = to compare positions. 1994-11-22 02:52:14 +00:00
Richard M. Stallman
8273423646 (compare-windows): Push mark in both buffers at start. 1994-11-20 21:55:55 +00:00
Richard M. Stallman
3753ab6f45 (rmail-summary-scroll-msg-up): If at end of message,
advance to the next message.
(rmail-summary-scroll-msg-down): If at beginning of message,
advance to the previous message.
1994-11-20 15:01:14 +00:00
Richard M. Stallman
3f53ddd000 (command-line-1): Handle long options --funcall, --load, --insert, --kill.
(command-line): Don't leave argval set if option not really a long one.
1994-11-19 20:42:26 +00:00
Richard M. Stallman
e491912f6b (x-option-alist): New variable now holds
list of short options.  Don't set command-switch-alist.
(x-long-option-alist): New variable.
(x-handle-args): Detect long options and convert to short.
1994-11-19 20:33:22 +00:00
Richard M. Stallman
65091471be (gomoku-click): New function.
(gomoku-mode-map): Put it on Mouse-2.
1994-11-19 14:52:57 +00:00
Richard M. Stallman
b59f6d7a68 (start-process-shell-command): Don't use `exec'--
run the command in a child process.
1994-11-19 14:06:09 +00:00
Richard M. Stallman
cc66b32b04 (start-process-shell-command): Function deleted. 1994-11-19 14:03:23 +00:00
Richard M. Stallman
4099a32dc9 (face-color-supported-p): New function.
(face-try-color-list): Use that.
1994-11-19 11:12:16 +00:00
Richard M. Stallman
547d70f520 Comment change. 1994-11-19 05:24:57 +00:00
Richard M. Stallman
0ad0f28fce (picture-self-insert): Use last-command-event,
not last-input-char.
(picture-mode-map): Make the keymap vector 256 chars long.
Fix typo `newline-andindent'.
1994-11-18 20:37:28 +00:00
Richard M. Stallman
af8eb50dd2 (batch-byte-compile-emacs): New function. 1994-11-18 17:50:37 +00:00
Richard M. Stallman
e85c9f90e8 Initial revision 1994-11-18 17:42:26 +00:00
Richard M. Stallman
58cabff051 (mail-setup): Make fill-column wide for the in-reply-to. 1994-11-18 16:41:07 +00:00
Karl Heuer
626a097ccf (kill-region): Set this-command unconditionally. 1994-11-18 07:47:19 +00:00
Edward M. Reingold
7c77d66546 Get rid of edit menu. 1994-11-17 21:49:27 +00:00
Edward M. Reingold
8f12817f58 Undefine kill-region and copy-region-as-kill. 1994-11-17 21:49:00 +00:00
Richard M. Stallman
dc554c3acc (backup-buffer): Use file-ownership-preserved-p. 1994-11-17 16:53:01 +00:00
Richard M. Stallman
91f1c349d4 (timer-process-filter): Use save-match-data. 1994-11-17 16:50:21 +00:00
Richard M. Stallman
ab041f09cb (rmail-fields-not-to-output): New variable.
(rmail-delete-unwanted-fields): New function.
(rmail-output, rmail-output-to-rmail-file): Call it.
1994-11-17 16:48:10 +00:00
Richard M. Stallman
7c7daa220d (set-keymap-parent): Fix bug in case of empty keymap.
(switch-to-other-buffer): Fix one-off error.
1994-11-17 16:01:49 +00:00
Richard M. Stallman
2f9a1ee283 (timezone-parse-date): Handle two new formats (6 and 7). 1994-11-16 22:21:39 +00:00
Richard M. Stallman
350b75679b (substitute-key-definition): Don't recursively scan
where OLDMAP has a submap but KEYMAP does not.
1994-11-16 20:35:34 +00:00
Richard M. Stallman
61c6f8734b (dired-collect-file-versions): Discard version #s from
arg; then do nothing if already in dired-file-version-alist.
1994-11-16 14:26:42 +00:00
Roland McGrath
9c833060e3 (tags-query-replace): Use query-replace-read-args in interactive spec. 1994-11-15 21:03:22 +00:00
Richard M. Stallman
0cabad136a (isearch-other-meta-char): Delete debugging code.
(isearch-char-to-string): Simplify--assume character is an integer.
1994-11-15 19:41:36 +00:00
Richard M. Stallman
cefaf3b60c (mouse-save-then-kill): Call mouse-show-mark
when we adjust an existing region.
1994-11-15 16:57:24 +00:00
Richard M. Stallman
58451992fb (isearch-gnu-emacs-events): Variable deleted.
(isearch-update): Always test unread-command-events.
(isearch-event-data-type): Variable deleted.
(isearch-pre-command-hook-exists): Variable deleted.
(isearch-last-command-char): Only use last-command-char.
1994-11-15 16:56:44 +00:00
Richard M. Stallman
bd1bd1252d (isearch-unread): Always use unread-command-events.
(isearch-other-meta-char): In the case of a mouse event with a dummy
prefix, recombine the two into a single event before unreading.
1994-11-15 16:53:29 +00:00
Richard M. Stallman
9f5c7ace45 (line): Add a beginning-op function. 1994-11-15 04:18:03 +00:00
Roland McGrath
82f75ccadb (tags-table-including): Don't gratuitously cons (what was I thinking?).
Properly skip t elements of tags-table-computed-list.
1994-11-15 02:38:03 +00:00
Richard M. Stallman
9dbfa8cfbb (comint-exec-1): Terminate TERMCAP with colon. 1994-11-15 00:06:26 +00:00
Karl Heuer
446e6a1462 (scheme-mode-variables): Set parse-sexp-ignore-comments to t. 1994-11-14 18:52:51 +00:00
Simon Marshall
5c06a8eb15 Add scheme-mode to font-lock-defaults-alist using lisp-font-lock-keywords. 1994-11-14 08:03:41 +00:00
Richard M. Stallman
633a305a22 (query-replace-map): Bind Y and N like y and n. 1994-11-14 01:35:08 +00:00
Richard M. Stallman
dd3240b7be For windows-nt, load mouse. 1994-11-14 01:30:43 +00:00
Richard M. Stallman
87b8e150eb (lpr-headers-switches): Base default on lpr-command value. 1994-11-13 12:15:29 +00:00
Richard M. Stallman
2545066897 (texinfo-format-node): Insert the node delimiter
that info is looking for unconditionally.
1994-11-11 13:34:04 +00:00
Roland McGrath
08b1edf49f (compile): With prefix arg, prompt even if (not compilation-read-command).
(compilation-error-regexp-alist): Make first regexp match column numbers too.
Remove regexp for "prog:file:line: error".
Replace GNAT 1.82 regexp with "prog: file:line\(:col\)?: error".
(compilation-parse-errors): If spec has a column subexpr, but it was
optional and didn't match, ignore it.
1994-11-10 23:01:15 +00:00
Richard M. Stallman
de98fcafe2 (find-change-log): If change-log-default-name
has no dir component, search through parent dirs for it.
1994-11-10 22:03:43 +00:00
Richard M. Stallman
71207de2b6 Comment change. 1994-11-10 16:13:30 +00:00
Richard M. Stallman
a9b44faf45 (ange-ftp-version): Var deleted. 1994-11-10 03:18:44 +00:00