1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00
Commit graph

2661 commits

Author SHA1 Message Date
Richard M. Stallman
67bc89ab85 (Info-follow-reference): If point is not in middle of a
cross-reference but located somewhere on current line, make
cross-reference the `default'.  If only one cross-reference
located in node, make it `default'.
1994-01-10 22:35:29 +00:00
Richard M. Stallman
292a8dff00 (isearch-mode): If not slow, clear isearch-window-configuration. 1994-01-10 22:27:52 +00:00
Richard M. Stallman
802557a4f1 (telnet): Fix previous change--tentative idea
wasn't fully removed.
1994-01-10 18:15:22 +00:00
Roland McGrath
b03f6d387b (vendor-key-syms): Fixed typo (extra parens). 1994-01-09 23:24:57 +00:00
Roland McGrath
1476977314 (debug): Fixed typo. 1994-01-09 23:22:30 +00:00
Richard M. Stallman
35cf010db6 (debug): Bind a bunch of vars, like last-command, to
neutral values.  Save the outer values in debugger-last-command, etc.
Put those saved values back into effect when returning.
(debugger-eval-expression): Put the saved values into effect
while evaluating, and store modified values back into
debugger-outer-... after evaluating.
1994-01-09 23:11:56 +00:00
Richard M. Stallman
a6609a3635 (diff): Select the differences buffer. 1994-01-09 22:39:21 +00:00
Richard M. Stallman
dfe417305e (diff-latest-backup-file): Call file-chase-links. 1994-01-09 22:36:46 +00:00
Richard M. Stallman
d52fd67cd1 (c-indent-region): Keep looping till reach endmark.
Treat #-lines specially.
1994-01-09 21:27:07 +00:00
Richard M. Stallman
94bd657324 (comint-input-autoexpand): Make default nil. 1994-01-09 17:12:18 +00:00
Richard M. Stallman
4f99443b8e (shell-input-autoexpand): New variable.
(shell-mode): Set comint-input-autoexpand.
(shell-mode): Don't call shell-dirstack-message.
1994-01-09 17:11:57 +00:00
Richard M. Stallman
96d63b2c8b (vendor-key-syms): Add more HP keysyms and some Sun. 1994-01-09 16:38:16 +00:00
Richard M. Stallman
0481133773 Comment fix. 1994-01-09 15:03:01 +00:00
Richard M. Stallman
afa4334912 (vendor-key-syms): Set this variable. 1994-01-08 14:36:57 +00:00
Richard M. Stallman
94eeb96a54 (rmail-summary-delete-forward): Fix regexp
used for recognizing deleted message.
(rmail-summary-output, rmail-summary-output-to-rmail-file):
Use rmail-summary-delete-forward.
1994-01-08 13:57:29 +00:00
Richard M. Stallman
12243266aa (gnus-group-list-all-groups): Display a message in the echo area. 1994-01-08 12:46:53 +00:00
Richard M. Stallman
7120d5c8f0 If there are no subversions yet, use 1. 1994-01-08 12:44:48 +00:00
Richard M. Stallman
52b85866af (gud-common-init): Don't crash if no file specified. 1994-01-08 12:18:55 +00:00
Richard M. Stallman
84fa8eb54b (rmail-summary-by-senders):
Add missing arg to rmail-new-summary.
(rmail-summary-output, rmail-summary-output-to-rmail-file):
Handle rmail-delete-after-output explicitly here.
1994-01-08 11:48:18 +00:00
Richard M. Stallman
162de1825d (enable-flow-control): Use prefix argument like minor modes.
(enable-flow-control-memstr=): Function deleted.
(enable-flow-control-on): Use member instead.
(flow-control-c-q-replacement, flow-control-c-s-replacement): New vars.
1994-01-08 10:04:22 +00:00
Richard M. Stallman
7d606649fe Load version.el before site-load.el. 1994-01-08 09:45:40 +00:00
Richard M. Stallman
de78a7baa8 Extend emacs-version based on which executable files exist. 1994-01-07 14:18:17 +00:00
Richard M. Stallman
c4a7b2a414 (dired-move-to-filename-regexp): New variable.
(dired-move-to-filename): Use that.
1994-01-07 12:23:44 +00:00
Richard M. Stallman
47d5376912 (Info-directory-list): Change last elt to ../info (expanded). 1994-01-07 11:58:27 +00:00
Richard M. Stallman
f9890ae633 (command-line-1): Improve echo area message wording.
Don't print it if C-h C-p has been redefined.
1994-01-07 11:29:42 +00:00
Richard M. Stallman
812daf81cc (ange-ftp-hash-mark-msgs): Undo previous change. 1994-01-07 09:13:52 +00:00
Richard M. Stallman
b69f3ab1c8 (make-lucid-menu-keymap): Allow multiple identical inactive strings. 1994-01-07 05:37:31 +00:00
Roland McGrath
424532459b (comint-show-output): Use (point-max) rather than erring when the
comint-last-input-end marker points nowhere.
1994-01-06 20:24:06 +00:00
Roland McGrath
1e0e614d5e (compilation-parse-errors): Prepend comint-file-name-prefix (if boundp) to
absolute file names culled from error msgs.
(compile-abbreviate-directory): Prepend comint-file-name-prefix (if boundp)
to DIR before other processing.
1994-01-06 17:21:32 +00:00
Roland McGrath
3db9a4ebb4 (shell-cd): Function removed.
(shell-prefixed-directory-name): New defsubst.
(shell-process-popd, shell-process-pushd, shell-process-cd,
shell-resync-dirs): Apply it to ARG when it's a directory name.
Use (concat comint-file-name-prefix "~") in place of (getenv "HOME") or "~".
Call cd instead of shell-cd.
1994-01-06 17:02:00 +00:00
Roland McGrath
03dcd202f4 (mouse-menu-choose-yank): Don't use rotate-yank-pointer; set
kill-ring-yank-pointer explicitly instead.
1994-01-06 16:49:05 +00:00
Roland McGrath
51ba27e7ac (compilation-buffer-p): Move defsubst before all callers.
(compilation-forget-errors): Reset compilation-parsing-end to 1 here.
(compile-reinitialize-errors): Don't reset compilation-parsing-end after
calling compilation-forget-errors.
Comment out gratuitous switch-to-buffer call; what was the rationale for it?
Don't check compilation-parsing-end (removed local AT-START); instead
always append to compilation-old-error-list, it will be nil if at start.
If compilation-error-list is non-nil before calling the parser, restore its
previous value afterwards; it still indicates the current error position.
Subtract the length of the existing compilation-error-list from
FIND-AT-LEAST when calling the parser.
(compilation-parse-errors): Don't check LIMIT-SEARCH at end of loop.
Inside check it inside each case of the cond; in error case we must discard
the last new error before stopping (just as for FIND-AT-LEAST).
Use floating-point in buffer percentage calculation, to avoid integer
overflow.
1994-01-06 15:25:19 +00:00
Richard M. Stallman
389e8f1127 (rmail-resend): Use send-mail-function. 1994-01-06 11:48:28 +00:00
Richard M. Stallman
3aaa90ef9f entered into RCS 1994-01-06 11:46:45 +00:00
Richard M. Stallman
9bb004f619 (auto-mode-alist): Treat changelo like ChangeLog. 1994-01-06 11:45:53 +00:00
Richard M. Stallman
5675b1e4f7 (change-log-name): On MSDOS, use changelo. 1994-01-06 11:44:29 +00:00
Richard M. Stallman
a865e55bbe (rmail-convert-to-babyl-format):
Fix one-off error in handling content-length field.
1994-01-06 11:42:55 +00:00
Richard M. Stallman
ec4c6f225a (desktop-buffer-mh): New function for mh mail system.
(desktop-buffer-handlers): Add desktop-buffer-mh.
(desktop-buffer): Correct setting of auto-fill-mode.
Make the compilation silent using (eval-when-compile ...)
(old-kill-emacs): New explicit variable (for Emacs 18 comp.)
(desktop-globals-to-save): Add the history rings for interactive searches.
(postv18): Remove.
(desktop-create-buffer-form): New variable.
(desktop-save): Use desktop-create-buffer-form.
(desktop-value-to-string): New function.
(desktop-outvar): Clean-up using desktop-value-to-string.
(desktop-save): clean-up Using desktop-value-to-string.
(desktop-save): Decide Emacs version at compile time.
(desktop-locals-to-save): New variable.
(desktop-truncate): New function.
1994-01-06 11:34:51 +00:00
Richard M. Stallman
531b2a2817 (makefile-mode): Make comment-start, comment-end,
and comment-start-skip buffer-local.
1994-01-06 09:59:12 +00:00
Richard M. Stallman
c44565c836 (display-time-file-nonempty-p): Check existence here.
(display-time-server-down-time): New variable.
(display-time-filter): If accessing mail-spool-time takes too long,
don't try again for twenty minutes.
1994-01-06 09:24:30 +00:00
Richard M. Stallman
9897e2d538 (lpr-headers-switches): Set proper value on hpux and usg. 1994-01-06 09:22:49 +00:00
Richard M. Stallman
ac8a83413f (make-lucid-menu-keymap): For "----", make blank line. 1994-01-06 04:59:17 +00:00
Richard M. Stallman
4f1d6310e1 (start-process-shell-command): Doc fix. 1994-01-06 04:39:00 +00:00
Richard M. Stallman
ed10e0ab9c [ms-dos]: Preload mouse.el, dos-fns.el,
disp-table.el, and ls-lisp.  Dump only one version.  Use simpler
name for doc file.
1994-01-06 04:36:22 +00:00
Richard M. Stallman
10b501e3e8 (dehexlify-buffer): If msdos, bind binary-process.
(hexl-find-file): Load as binary.
1994-01-06 04:35:56 +00:00
Richard M. Stallman
7b4a3608d3 (ls-lisp-format): Bad format for uid and gid fixed. 1994-01-06 04:34:43 +00:00
Richard M. Stallman
35f7e85bda (compile-internal): Extended to work without asynchronous subprocesses. 1994-01-06 04:33:55 +00:00
Richard M. Stallman
8afc29f0bc (change-log-name): Let default name for ms-dos be "change.log". 1994-01-06 04:32:34 +00:00
Richard M. Stallman
e3c72369df [ms-dos] (byte-compile-file): Save as binary. 1994-01-06 04:31:20 +00:00
Richard M. Stallman
bb15791002 [ms-dos] (make-backup-file-name, backup-file-name-p):
Use "*.bak" as backup file name.
(user-init-file): new variable.
1994-01-06 04:30:52 +00:00