summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (compare-windows): Try to find the next window inAndreas Schwab1999-07-141-1/+3
| | | | the current frame before looking at the other frames.
* ("Cyrillic-KOI8", "Cyrillic-ALT"): Use cyrillic-jcuken as default input method.Richard M. Stallman1999-07-131-2/+2
|
* Comment fix.Karl Heuer1999-07-131-3/+2
|
* (pascal-beg-of-defun): More intuitive behavior when having nested functons.Richard M. Stallman1999-07-121-44/+78
| | | | | | (pascal-indent-nested-functions) (pascal-indent-line) (pascal-calculate-indent) (pascal-get-lineup-indent): Support for indenting nested functions.
* (flyspell-get-word): Add special handling for when ispell-otherchars is empty.Richard M. Stallman1999-07-121-20/+24
|
* (ispell-dictionary-alist-6): Change charset for Russian.Richard M. Stallman1999-07-121-2/+3
| | | | (ispell-local-dictionary-alist): Add koi8-r for character set.
* (add-log-current-defun): Remove trailing -=' in C modes.Richard M. Stallman1999-07-091-0/+5
|
* (hscroll-minibuffer-hook): New function.Richard M. Stallman1999-07-091-1/+6
| | | | | (hscroll-global-mode): Add and remove that hook. Set hscroll-old-truncate-was-global's default value.
* (term-emulate-terminal): Avoid infinite loopRichard M. Stallman1999-07-091-1/+7
| | | | in strange case where minibuffer window is selected but not active.
* (easy-mmode-define-keymap): Doc fix.Richard M. Stallman1999-07-091-1/+1
|
* inferior-octave-directory-tracker: Change regexp so that it doesn'tStephen Eglen1999-07-071-3/+5
| | | | think functions beginning with `cd' are directory-changing commands.
* (mail-unsent-separator): Add a missing \\|.Richard M. Stallman1999-07-071-1/+1
|
* (minibuffer-frame-alist): Use defcustom.Richard M. Stallman1999-07-061-7/+16
| | | | | (pop-up-frame-alist): Likewise. (initial-frame-alist): Specify * in the doc string.
* (revert-buffer): Don't preserve point here.Richard M. Stallman1999-07-051-4/+5
| | | | (revert-buffer-insert-file-contents-function): Doc fix.
* (isearch-process-search-char): Write octal 200 correctly.Richard M. Stallman1999-07-051-1/+1
|
* (normal-top-level-add-subdirs-to-load-path): Avoid doing a `stat' whenRichard M. Stallman1999-07-051-0/+4
| | | | it isn't necessary because that can cause trouble when an NFS server is down.
* (hscroll-window-maybe): Do nothing in the minibuffer.Richard M. Stallman1999-07-051-8/+19
| | | | | | (hscroll-mode): Make it a permanent local. (hscroll-mode): Don't cancel the timer if HScroll mode is enabled in some other buffer.
* (isearch-quote-char): Call unibyte-char-to-multibyte for \200...\240 also.Richard M. Stallman1999-07-031-3/+3
| | | | (isearch-printing-char): Use unibyte-char-to-multibyte.
* (isearch-done): If search ends in middle of intangibleRichard M. Stallman1999-07-021-6/+17
| | | | text (due to text property), move on to the limit of that text.
* (Man-build-man-command): Use value of null-device,Andrew Innes1999-07-011-1/+1
| | | | instead of hard-coding "/dev/null".
* (untranslated-canonical-name): Avoid expandingAndrew Innes1999-07-011-1/+4
| | | | | ange-ftp file names, which might force ange-ftp to prompt for a password.
* (ange-ftp-load): Bind load-force-doc-strings to t,Andrew Innes1999-07-011-0/+2
| | | | to prevent references to temp files.
* (gnus-uu-decode-save-view): Fix typo.Karl Heuer1999-07-011-1/+1
|
* (sh-feature): If nothing is known about the given shell, use theRichard M. Stallman1999-07-011-0/+4
| | | | values for `sh'.
* (vc-fetch-cvs-status): Use "-l" option for "cvs status", to make itAndré Spiegel1999-06-301-2/+2
| | | | non-recursive.
* (vc-find-cvs-master): Set case-fold-search correctly.André Spiegel1999-06-301-4/+5
|
* (auto-show-mode): Fix Typo in :set.Karl Heuer1999-06-291-1/+1
|
* (sh-mode): When setting syntaxKarl Heuer1999-06-291-1/+2
| | | | table, default to the standard one.
* (reftex-pop-to-bibtex-entry): don't pop upKarl Heuer1999-06-271-5/+6
| | | | a frame when `return' is requested (even if pop-up-frames = t)
* (bibtex-mode): `font-lock-mark-block-function'Karl Heuer1999-06-271-19/+29
| | | | should only be set for the bibtex buffer.
* (generated-autoload-file): Doc fix.Karl Heuer1999-06-271-1/+2
|
* (eval-defun): Doc fix.Karl Heuer1999-06-271-1/+7
|
* Deal with compilation-error-screen-columns being buffer-local.Karl Heuer1999-06-271-4/+6
|
* (comint-password-prompt-regexp): Allow "(again)".Karl Heuer1999-06-271-1/+3
|
* (calendar): Call calendar-only-one-frame-setup if requested.Karl Heuer1999-06-271-2/+5
|
* (calendar-only-one-frame-setup): New function.Karl Heuer1999-06-271-0/+19
|
* (iso-8859-n-locale-regexp): Doc fix.Karl Heuer1999-06-241-1/+1
|
* (iso-8859-n-locale-regexp): Doc fix.Karl Heuer1999-06-231-3/+5
|
* (sc-emacs-features): Doc fix.Karl Heuer1999-06-221-5/+5
|
* Comment fix.Karl Heuer1999-06-222-2/+2
|
* (auto-mode-alist): Add pike-mode.Karl Heuer1999-06-221-0/+1
|
* (tar-header-block-tokenize): Don't assume that the last byteKarl Heuer1999-06-201-8/+8
| | | | | | of a numeric field is a space or a NUL. Parse it as potentially part of the number. This is used by GNU tar 1.12.64012 to handle larger values.
* (custom-handle-keyword): Fix error message.Karl Heuer1999-06-201-1/+1
|
* (smtpmail-send-it): Use convert-standard-filename to make file namesAndrew Innes1999-06-181-1/+2
| | | | | for queued mail safe on Windows (`:' is invalid in file names on Windows).
* (coding-system-eol-type-mnemonic):Kenichi Handa1999-06-171-7/+10
| | | | Docstring modified. Return a string.
* (describe-current-coding-system-briefly): Fix format string.Kenichi Handa1999-06-171-1/+1
|
* (describe-current-input-method):Kenichi Handa1999-06-171-9/+9
| | | | | Current-input-method is string. (toggle-input-method): Docstring fixed.
* (sql-input-ring-file-name): Doc fix.Karl Heuer1999-06-171-3/+9
|
* (special-display-buffer-names):Karl Heuer1999-06-171-1/+3
| | | | Don't put (get-file-buffer diary-file) on this list.
* (mpuz-try-proposal): Fix message call.Karl Heuer1999-06-171-1/+3
| | | | Don't penalize player for certain impossible guesses.