1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

5280 Commits

Author SHA1 Message Date
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
Richard M. Stallman
7e6404f678 (mouse-kill-secondary): Get rid of CLICK argument.
Instead, use this-command-keys.

(x-fixed-font-alist): For 6x10, look for normal font, not semicondensed.

(mouse-yank-secondary): Doc fix.
1993-12-23 03:33:34 +00:00
Richard M. Stallman
f9b1c0b224 (visit-tags-table-buffer): Change "Add to list" question.
(etags-goto-tag-location): Improve not-found error msg.
1993-12-23 03:31:03 +00:00
Richard M. Stallman
953262f779 (rmail-output-to-rmail-file): Call rmail-update-summary.
(rmail-output-to-rmail-file): Turn off the deleted
attribute outside of the save-restriction.
1993-12-23 03:30:12 +00:00
Richard M. Stallman
9d78ff8be7 (isearch-text-char-description): Treat TAB as ctl char.
(isearch-text-char-description): Really call
text-char-description for ctl chars.
1993-12-23 03:28:10 +00:00
Richard M. Stallman
724ecf95f2 (rmail-spool-directory): Use dgux, not dgux-unix. 1993-12-23 03:26:46 +00:00
Richard M. Stallman
857ff384c0 (rmail-summary-goto-msg): Use unwind-protect to go
back to summary, and go back to the window that was selected before.

(rmail-summary-rmail-update): Special handling for eob.
1993-12-23 03:25:40 +00:00
Richard M. Stallman
d2fc297c32 (rmail-quit): Expunge without updating summary.
(rmail-resend): Delete more than one Sender,
but only in the headers, not in the body.

(rmail-resend): Doc fix.
(rmail): Doc fix.
1993-12-23 03:24:31 +00:00
Richard M. Stallman
e3683fc767 (telnet-filter): Rewrite, taken mostly from Lucid.
(telnet-prompt-pattern)
(telnet-check-software-type-initialize):
Don't let `telnet-prompt-pattern' match more than one line.
1993-12-23 03:22:55 +00:00
Richard M. Stallman
ff4373ed63 (calendar-mode-map): Put back C-v and M-v bindings. 1993-12-23 03:21:48 +00:00
Richard M. Stallman
8d1abb424e (Info-insert-dir): Compute truename just once for each dir.
(Info-insert-dir): For generated menu items, add ::.
1993-12-23 03:20:32 +00:00
Richard M. Stallman
33aa894652 (menu-bar-edit-menu): Add query-replace menu item.
Make a menu-enable property for query-replace.
1993-12-23 03:19:05 +00:00
Richard M. Stallman
e660d0db20 (Man-specified-section-option): Test system-configuration.
(Man-mode-hook): Renamed from Man-mode-hooks.

(Man-follow-manual-reference): Strip trailing - from default.

(Man-getpage-in-background): Use lower case for arg vars.
(Man-follow-manual-reference): Check for existence of references
before using the minibuffer.  Delete period from error message.
Delete spurious concat call.  Pass arg, not (consp arg),
to Man-getpage-in-background.

(Man-follow-manual-reference): Try to use current word
as a default for the reference to follow.
Use interactive to read the reference name.
1993-12-23 03:18:02 +00:00
Richard M. Stallman
8a68f868d1 (asm-mode): Don't mess with auto-fill mode. 1993-12-23 03:16:25 +00:00
Richard M. Stallman
3a621cfedc (lpr-headers-switches): Treat hpux like usg-unix-v.
(print-region-1): Adjust start, end after running pr.

(lpr-command): Use dgux, not dgux-unix.

(print-region-new-buffer): Rename args to OSTART and OEND.

(lpr-headers-switches): New variable.
(print-region-1): Use it.

(lpr-add-options): New variable.
(print-region-1): Obey that.
1993-12-23 03:14:40 +00:00
Richard M. Stallman
3591cb551b (awk-mode): Use c-indent-line. 1993-12-23 03:06:30 +00:00
Richard M. Stallman
80e9d8283a (ange-ftp-hash-mark-msgs): Make match more general.
(ange-ftp-gateway-prompt-pattern): Don't match more than one line.
1993-12-23 03:05:12 +00:00
Richard M. Stallman
13eaa0261c (gud-format-command): Rewrite.
(gud-format-command): Use gud-last-last-frame if
gud-last-frame is nil.

(gud-mipsdbx-massage-args, gud-mipsdbx-marker-filter):
New functions for dbx support on Mips under Ultrix.
(gud-dbx-mips-p, gud-mipsdbx-marker-acc): New variables.
(dbx) If gud-dbx-mips-p is non-nil, overload above two functions
and initialize appropriate command strings for dbx.

(gud-common-init): Call substitute-in-file-name.

(dbx): Let `comint-prompt-regexp' not match more than one line.
1993-12-23 02:56:37 +00:00