aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (vip-replace-string): Don't use replace-regexp.Richard M. Stallman1993-12-231-3/+7
|
* Don't repeat at load time any bindings that are autoloaded.Richard M. Stallman1993-12-234-6/+4
|
* (outline-minor-mode): When turning off the mode, turn ^Ms back to \n's.Richard M. Stallman1993-12-231-0/+4
| | | | (outline-mode): Set change-major-mode-hook.
* (c-delete-backslash): Do nothing if empty line.Richard M. Stallman1993-12-231-4/+6
|
* (inferior-scheme-mode):Richard M. Stallman1993-12-231-1/+1
| | | | Don't let `comint-prompt-regexp' match more than one line.
* (inferior-lisp-prompt): Don't match more than one line.Richard M. Stallman1993-12-231-2/+2
|
* (remove-hook): Use equal to see if hook is just that fcn.Richard M. Stallman1993-12-231-5/+2
| | | | (add-hook): Use member to see if a lambda expr is already in the list.
* (add-log-current-defun):Richard M. Stallman1993-12-231-2/+2
| | | | Remove spurious quote on c++-mode. Recognize c++-c-mode.
* (c++-indent-line, calculate-c++-indent):Richard M. Stallman1993-12-231-7/+7
| | | | (indent-c++-exp): Recognize `friend' without `class'.
* (dired-in-this-tree): Call expand-file-name.Richard M. Stallman1993-12-231-2/+2
| | | | (dired-goto-file): Call expand-file-name.
* (perform-replace): Prompt now says how to get help.Richard M. Stallman1993-12-231-1/+2
|
* (apropos-match-keys): If REGEXP is nil, always act as if it matched.Richard M. Stallman1993-12-231-2/+6
|
* (;; Keywords:): Changed to "abbrev".Richard M. Stallman1993-12-231-22/+44
| | | | | | | | | | | | (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.
* (gnus-post-news): Call gnus-read-distributions-file.Richard M. Stallman1993-12-231-1/+2
|
* (font-lock-set-defaults): Do nothing if font-lock-keywords is already set.Richard M. Stallman1993-12-231-10/+11
|
* Don't imply private dictionary is always ispell.words.Richard M. Stallman1993-12-231-5/+5
| | | | Don't repeat at load time any bindings that are autoloaded.
* (hack-local-variables-prop-line): If we can't switch-to-bufferRichard M. Stallman1993-12-231-3/+13
| | | | | | | | | 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.
* (fill-region-as-paragraph): Do allow breaking line at a periodRichard M. Stallman1993-12-231-1/+2
| | | | | followed by two spaces, in the case where we are insisting on having at least one complete word.
* (reposition-window): Fix whitespace-skipping regexp.Richard M. Stallman1993-12-231-9/+8
| | | | | | (reposition-window): Don't err if comment-height = 0. Don't repeat at load time any bindings that are autoloaded.
* (mail-fetch-field): Add autoload cookie.Richard M. Stallman1993-12-231-0/+1
|
* (shadow-noquery): Use it.Richard M. Stallman1993-12-231-21/+28
| | | | | | (shadow-copy-file): Use abbreviate-file-name to avoid incorrect warnings. Lucid support commented out (didn't work and caused compiler warnings).
* (time-stamp-month-dd-yyyy): no leading zero on day.Richard M. Stallman1993-12-231-3/+2
|
* (sc-read-string): Don't pass a history arg to read-string.Richard M. Stallman1993-12-231-2/+3
|
* (shell-mode): Pass t to comint-read-input-ring.Richard M. Stallman1993-12-231-2/+2
|
* (comint-read-input-ring): New arg SILENT.Richard M. Stallman1993-12-231-52/+67
| | | | | | | | | | | | | | | | | | | | | (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.
* (byte-compile-dest-file): If FILENAME is not recognized, append .elc to it.Richard M. Stallman1993-12-231-2/+4
| | | | | | (byte-recompile-directory): Don't treat symlinks as dirs. (batch-byte-recompile-directory): Add autoload cookie.
* (make-doctor-variables): Fix some local var names.Richard M. Stallman1993-12-231-3/+5
| | | | | (doctor-adverbp): Don't die if doctor-make-string gives a string of length < 2.
* Autoload dired-.*-file.Richard M. Stallman1993-12-231-1/+7
| | | | (dired-insert-subdir-validate): Call expand-file-name.
* (mouse-kill-secondary): Get rid of CLICK argument.Richard M. Stallman1993-12-231-10/+11
| | | | | | | | Instead, use this-command-keys. (x-fixed-font-alist): For 6x10, look for normal font, not semicondensed. (mouse-yank-secondary): Doc fix.
* (visit-tags-table-buffer): Change "Add to list" question.Richard M. Stallman1993-12-231-3/+3
| | | | (etags-goto-tag-location): Improve not-found error msg.
* (rmail-output-to-rmail-file): Call rmail-update-summary.Richard M. Stallman1993-12-231-9/+19
| | | | | (rmail-output-to-rmail-file): Turn off the deleted attribute outside of the save-restriction.
* (isearch-text-char-description): Treat TAB as ctl char.Richard M. Stallman1993-12-231-2/+4
| | | | | (isearch-text-char-description): Really call text-char-description for ctl chars.
* (rmail-spool-directory): Use dgux, not dgux-unix.Richard M. Stallman1993-12-231-2/+1
|
* (rmail-summary-goto-msg): Use unwind-protect to goRichard M. Stallman1993-12-231-3/+8
| | | | | | back to summary, and go back to the window that was selected before. (rmail-summary-rmail-update): Special handling for eob.
* (rmail-quit): Expunge without updating summary.Richard M. Stallman1993-12-231-12/+20
| | | | | | | | (rmail-resend): Delete more than one Sender, but only in the headers, not in the body. (rmail-resend): Doc fix. (rmail): Doc fix.
* (telnet-filter): Rewrite, taken mostly from Lucid.Richard M. Stallman1993-12-231-23/+25
| | | | | | (telnet-prompt-pattern) (telnet-check-software-type-initialize): Don't let `telnet-prompt-pattern' match more than one line.
* (calendar-mode-map): Put back C-v and M-v bindings.Richard M. Stallman1993-12-231-0/+2
|
* (Info-insert-dir): Compute truename just once for each dir.Richard M. Stallman1993-12-231-31/+30
| | | | (Info-insert-dir): For generated menu items, add ::.
* (menu-bar-edit-menu): Add query-replace menu item.Richard M. Stallman1993-12-231-0/+3
| | | | Make a menu-enable property for query-replace.
* (Man-specified-section-option): Test system-configuration.Richard M. Stallman1993-12-231-28/+43
| | | | | | | | | | | | | | | | (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.
* (asm-mode): Don't mess with auto-fill mode.Richard M. Stallman1993-12-231-1/+0
|
* (lpr-headers-switches): Treat hpux like usg-unix-v.Richard M. Stallman1993-12-231-11/+17
| | | | | | | | | | | | | | (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.
* (awk-mode): Use c-indent-line.Richard M. Stallman1993-12-231-1/+1
|
* (ange-ftp-hash-mark-msgs): Make match more general.Richard M. Stallman1993-12-231-3/+3
| | | | (ange-ftp-gateway-prompt-pattern): Don't match more than one line.
* (gud-format-command): Rewrite.Richard M. Stallman1993-12-231-52/+119
| | | | | | | | | | | | | | | (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.
* (vc-record-rename): Don't use replace-regexp.Richard M. Stallman1993-12-231-1/+3
|
* (tex-common-initialization): Make paragraph-startRichard M. Stallman1993-12-231-4/+7
| | | | | | | | | | and paragraph-separate match a line of $$. (tex-send-command): New local var BUF. Use it when calling buffer-modified-tick. (tex-send-command): Switch to buffer before checking for subproc output in it.
* (mail-default-reply-to): Add autoload cookie.Richard M. Stallman1993-12-231-0/+1
|
* (grep-command): New variable.Richard M. Stallman1993-12-231-3/+5
| | | | | | (grep): Use it. Don't repeat at load time any bindings that are autoloaded.
* (LIBS_SYSTEM): Use -lresolv if HAVE_RES_INITRichard M. Stallman1993-12-231-3/+8
| | | | is not defined and HAVE_GETHOSTNAME is defined.