1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
Commit graph

2555 commits

Author SHA1 Message Date
Richard M. Stallman
97d3f95071 (vc-buffer-sync, vc-diff): New arg NOT-URGENT.
(vc-diff): Pass new arg.
1993-12-24 23:07:23 +00:00
Richard M. Stallman
be44f62cfb (query-replace-map): Don't bind ESC.
(query-replace-help): Changed accordingly.
1993-12-24 22:55:03 +00:00
Richard M. Stallman
67fc28a745 (unload-feature): Ignore conses in the feature-symbols. 1993-12-24 07:29:39 +00:00
Richard M. Stallman
b0f867435d (shell-backward-command): If comint-bol moves forward,
use real beginning of line instead.
Use skip-syntax-backward properly.
If backward search finds a separator, move forward over it.
(shell-forward-command): Call skip-syntax-backward properly.
1993-12-24 05:42:58 +00:00
Richard M. Stallman
6cc0778f31 (telnet): Use comint-arguments. 1993-12-24 04:00:16 +00:00
Richard M. Stallman
913126a6bc (rmail-output-to-rmail-file): When copying to a buffer,
maybe enable auto save in that buffer.
1993-12-24 03:43:13 +00:00
Richard M. Stallman
876cd68935 Comment change. 1993-12-24 03:40:42 +00:00
Richard M. Stallman
6c0457176c (awk-mode-syntax-table): Was mistakenly changing
emacs-lisp-mode-syntax-table.
1993-12-24 03:34:11 +00:00
Richard M. Stallman
99afb6719f (isearch-update): If isearch-other-end is nil,
call isearch-dehighlight.
1993-12-24 03:30:11 +00:00
Richard M. Stallman
4a7e63b938 (vc-mode-line): Make buffer read-only for root if file is locked. 1993-12-24 03:12:14 +00:00
Richard M. Stallman
202af1a239 (telnet): Use comint-canonicalize-args. 1993-12-24 03:07:30 +00:00
Richard M. Stallman
660a52f9c9 (rmail-insert-inbox-text): If copy-file fails,
call rename-file with t as third arg.
1993-12-24 02:49:41 +00:00
Richard M. Stallman
1f6fcec334 (next-complete-history-element): Doc fix.
(previous-complete-history-element): Doc fix.
1993-12-24 02:44:13 +00:00
Richard M. Stallman
3f849529a6 (comint-next-matching-input-from-input): Doc fix. 1993-12-24 02:40:33 +00:00
Richard M. Stallman
b9911289d3 (picture-mode): Save the old truncate-lines value.
(picture-mode-exit): Restore that value.
1993-12-23 05:01:36 +00:00
Richard M. Stallman
c20a77cc59 Add side-effect-free props for many functions.
(byte-boolean-vars): Add highlight-nonselected-windows.
1993-12-23 05:00:49 +00:00
Richard M. Stallman
b6105c76ee Add keywords.
(desktop-outvar): clean-up output using fewer quotes and \n for newlines.
(desktop-save): print buffer information using \n for newlines.
(desktop-save-buffer-p): doc fix.
(desktop-save): bug in mark-activity saving.
(desktop-buffer-rmail): doc fix.
(desktop-buffer-rmail, desktop-buffer-dired, desktop-buffer):
Use `eq' instead of `equal'.
(desktop-clear): end up with one window.
1993-12-23 04:59:47 +00:00
Richard M. Stallman
57b908e3c0 (gnus-capitalize-newsgroup): Modify a new temporary
syntax table, not the current one.
1993-12-23 04:58:26 +00:00
Richard M. Stallman
0c5b5a13c9 (makefile-ignored-files-in-pickup-regex): Supply missing \\.
(makefile-insert-target-ref): Fix typo.
1993-12-23 04:57:18 +00:00
Richard M. Stallman
e6945ec780 (pages-copy-header-and-position): Call end-of-line, not forward-line.
(pages-directory): Omit space at end of pages-directory-buffer.
1993-12-23 04:56:43 +00:00
Richard M. Stallman
23e62b22f5 (outline-copy-exposed): Don't use replace-regexp. 1993-12-23 04:55:44 +00:00
Richard M. Stallman
088f8c7717 (hide-bibtex-entry-bodies): Don't use replace-regexp. 1993-12-23 04:54:37 +00:00
Richard M. Stallman
5975546182 (vip-replace-string): Don't use replace-regexp. 1993-12-23 04:53:48 +00:00
Richard M. Stallman
5f5d794a22 Don't repeat at load time any bindings that are autoloaded. 1993-12-23 04:52:56 +00:00
Richard M. Stallman
85111db572 (outline-minor-mode): When turning off the mode, turn ^Ms back to \n's.
(outline-mode): Set change-major-mode-hook.
1993-12-23 04:47:13 +00:00
Richard M. Stallman
7620dcc5bb (c-delete-backslash): Do nothing if empty line. 1993-12-23 04:46:18 +00:00
Richard M. Stallman
9f370a90b5 (inferior-scheme-mode):
Don't let `comint-prompt-regexp' match more than one line.
1993-12-23 04:44:57 +00:00
Richard M. Stallman
50e268ea77 (inferior-lisp-prompt): Don't match more than one line. 1993-12-23 04:43:53 +00:00
Richard M. Stallman
f48c1d8d7c (remove-hook): Use equal to see if hook is just that fcn.
(add-hook): Use member to see if a lambda expr is already in the list.
1993-12-23 04:43:01 +00:00
Richard M. Stallman
d226f0a6b1 (add-log-current-defun):
Remove spurious quote on c++-mode.  Recognize c++-c-mode.
1993-12-23 04:42:26 +00:00
Richard M. Stallman
4c980cfae1 (c++-indent-line, calculate-c++-indent):
(indent-c++-exp): Recognize `friend' without `class'.
1993-12-23 04:41:41 +00:00
Richard M. Stallman
233993a347 (dired-in-this-tree): Call expand-file-name.
(dired-goto-file): Call expand-file-name.
1993-12-23 04:40:58 +00:00
Richard M. Stallman
a1c7dec409 (perform-replace): Prompt now says how to get help. 1993-12-23 04:40:13 +00:00
Richard M. Stallman
12fbf178bb (apropos-match-keys): If REGEXP is nil, always act as if it matched. 1993-12-23 04:39:33 +00:00
Richard M. Stallman
d1d1ddbd6a (;; Keywords:): Changed to "abbrev".
(hippie-expand-ignore-buffers): New variable.
(he-regexp-member): New function.
(hippie-expand-try-functions-list): Added `try-expand-list'.
(try-expand-line-all-buffers, try-expand-list-all-buffers,
try-expand-dabbrev-all-buffers): Use `he-regexp-member' and
`hippie-expand-ignore-buffers'.
(he-list-search): Don't find list containing point.
(he-dab-search-regexp): Just match at beginning of words.
(he-dabbrev-beg): Never move point forward.
1993-12-23 04:38:57 +00:00
Richard M. Stallman
2368506ddc (gnus-post-news): Call gnus-read-distributions-file. 1993-12-23 04:37:27 +00:00
Richard M. Stallman
a47d9087bc (font-lock-set-defaults): Do nothing if font-lock-keywords is already set. 1993-12-23 04:36:41 +00:00
Richard M. Stallman
925a622cbe Don't imply private dictionary is always ispell.words.
Don't repeat at load time any bindings that are autoloaded.
1993-12-23 04:35:44 +00:00
Richard M. Stallman
6f93191964 (hack-local-variables-prop-line): If we can't switch-to-buffer
in selected window, try another window, then a new frame.

(set-visited-file-name): Don't rename-buffer if buffer
already has the desired name.

(insert-file): Add * to interactive spec.
1993-12-23 03:49:15 +00:00
Richard M. Stallman
aea2e14ce5 (fill-region-as-paragraph): Do allow breaking line at a period
followed by two spaces, in the case where we are insisting on having at
least one complete word.
1993-12-23 03:47:45 +00:00
Richard M. Stallman
5590a22428 (reposition-window): Fix whitespace-skipping regexp.
(reposition-window): Don't err if comment-height = 0.

Don't repeat at load time any bindings that are autoloaded.
1993-12-23 03:47:06 +00:00
Richard M. Stallman
9b9f9c9dc1 (mail-fetch-field): Add autoload cookie. 1993-12-23 03:46:01 +00:00
Richard M. Stallman
191b14ba97 (shadow-noquery): Use it.
(shadow-copy-file): Use abbreviate-file-name to
avoid incorrect warnings.
Lucid support commented out (didn't work and caused compiler warnings).
1993-12-23 03:45:09 +00:00
Richard M. Stallman
579cc01c3a (time-stamp-month-dd-yyyy): no leading zero on day. 1993-12-23 03:43:13 +00:00
Richard M. Stallman
08ffcab37e (sc-read-string): Don't pass a history arg to read-string. 1993-12-23 03:42:20 +00:00
Richard M. Stallman
f5a131d8fd (shell-mode): Pass t to comint-read-input-ring. 1993-12-23 03:41:22 +00:00
Richard M. Stallman
d637fa5679 (comint-read-input-ring): New arg SILENT.
(comint-replace-by-expanded-history): New arg SILENT.
(comint-send-input): Pass t as new arg.

(comint-mode-map): Put comint-show-output on C-M-l.

(comint-preinput-scroll-to-bottom): Removed calls to
window-minibuffer-p and 'not-minibuf arg to walk-windows.
Removed mouse-yank-at-click from command list and doc string.
Removed duplicate test for comint-scroll-to-bottom-on-input (scroll).
Removed test for 'this within walk-windows code.

(comint-postoutput-scroll-to-bottom):
Don't select a different buffer permanently.

(comint-prompt-regexp): Fixed documentation.

(comint-replace-by-expanded-history):
Use skip-chars-forward to advance in main loop.
1993-12-23 03:39:27 +00:00
Richard M. Stallman
e9681c45f9 (byte-compile-dest-file): If FILENAME is not recognized, append .elc to it.
(byte-recompile-directory): Don't treat symlinks as dirs.

(batch-byte-recompile-directory): Add autoload cookie.
1993-12-23 03:37:27 +00:00
Richard M. Stallman
b8797e1f6b (make-doctor-variables): Fix some local var names.
(doctor-adverbp): Don't die if doctor-make-string
gives a string of length < 2.
1993-12-23 03:36:02 +00:00
Richard M. Stallman
d443f37c8f Autoload dired-.*-file.
(dired-insert-subdir-validate): Call expand-file-name.
1993-12-23 03:34:57 +00:00