summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (telnet): Use comint-canonicalize-args.Richard M. Stallman1993-12-241-0/+1
|
* (rmail-insert-inbox-text): If copy-file fails,Richard M. Stallman1993-12-241-1/+2
| | | | call rename-file with t as third arg.
* (next-complete-history-element): Doc fix.Richard M. Stallman1993-12-241-3/+3
| | | | (previous-complete-history-element): Doc fix.
* (comint-next-matching-input-from-input): Doc fix.Richard M. Stallman1993-12-241-4/+4
|
* (picture-mode): Save the old truncate-lines value.Richard M. Stallman1993-12-231-0/+4
| | | | (picture-mode-exit): Restore that value.
* Add side-effect-free props for many functions.Richard M. Stallman1993-12-231-20/+42
| | | | (byte-boolean-vars): Add highlight-nonselected-windows.
* Add keywords.Richard M. Stallman1993-12-231-32/+40
| | | | | | | | | | | (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.
* (gnus-capitalize-newsgroup): Modify a new temporaryRichard M. Stallman1993-12-231-2/+3
| | | | syntax table, not the current one.
* (makefile-ignored-files-in-pickup-regex): Supply missing \\.Richard M. Stallman1993-12-231-3/+3
| | | | (makefile-insert-target-ref): Fix typo.
* (pages-copy-header-and-position): Call end-of-line, not forward-line.Richard M. Stallman1993-12-231-2/+2
| | | | (pages-directory): Omit space at end of pages-directory-buffer.
* (outline-copy-exposed): Don't use replace-regexp.Richard M. Stallman1993-12-231-3/+5
|
* (hide-bibtex-entry-bodies): Don't use replace-regexp.Richard M. Stallman1993-12-231-1/+4
|
* (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 ::.