summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (toggle-read-only): When exiting View mode, locallyKarl Heuer1998-06-031-1/+3
| | | | set view-read-only to t so another toggle will re-enable View mode.
* (View-exit-and-edit): Bind view-no-disable-on-exit to nil.Karl Heuer1998-06-031-1/+2
|
* (normal-top-level-add-subdirs-to-load-path): IgnoreDave Love1998-06-021-3/+3
| | | | CVS directories too.
* (customize-group, customize-group-other-window)Karl Heuer1998-06-021-6/+13
| | | | | | (custom-buffer-create, custom-buffer-create-other-window) (customize-browse): Use pop-to-buffer. (same-window-regexps): Add autoload to add regexp to match custom bfrs.
* (Info-exit): Use quit-window.Karl Heuer1998-06-021-1/+1
|
* (rmail-toggle-header): Preserve pointKarl Heuer1998-06-021-30/+36
| | | | and window-start (more or less) when reverting to original header.
* (shrink-window-if-larger-than-buffer):Karl Heuer1998-06-011-28/+29
| | | | | Switch to the specified window and its buffer at the outset. (count-windows): Doc fix.
* (archive-extract): Fix handling of 'view option.Karl Heuer1998-06-011-6/+6
|
* (apropos-variable): Fixed argument to apropos-command.Karl Heuer1998-06-011-3/+3
| | | | | (apropos-command): Let `var-predicate' have higher priority than `do-all'.
* (help-setup-xref): Change all callers toKarl Heuer1998-06-011-20/+31
| | | | | | | | | | | | use (function args...) instead of (function . arg). Doc fix. (help-follow): Put (point) at front of elts of help-xref-stack. (help-xref-stack): Elt format now (POSITION FUNCTION ARGS). (help-xref-stack-item): Doc fix. (help-xref-go-back): Assume new format for help-xref-stack. (help-follow): Look for prop on previous char if next char has none. Avoid error at beginning or end of buffer. (describe-bindings): New optional arg BUFFER. Use help-setup-xref.
* (event-apply-alt-modifier, etc): Doc fixes.Karl Heuer1998-06-011-0/+12
|
* (sgml-font-lock-keywords-1): Add -. asDave Love1998-06-011-5/+5
| | | | | NMCHARs. Elide upper case (see font-lock-defaults). Generalize comment declaration not to exclude markup.
* (which-func-ff-hook): If imenu gets error,Karl Heuer1998-06-011-6/+9
| | | | clear which-func-mode.
* (grep): Fix previous change.Karl Heuer1998-06-011-5/+7
|
* Many doc fixes.Karl Heuer1998-06-011-32/+32
|
* (tar-extract): Pass HIGHEST=t to detect-coding-region.Karl Heuer1998-06-011-1/+1
|
* (keyboard-quit): Doc fix.Karl Heuer1998-06-011-1/+1
|
* Bind f2 and C-x 6 prefixesKarl Heuer1998-06-011-5/+2
| | | | only via an autoload, not when this file is loaded.
* (coding-system-mnemonic): Don't crash if arg is nil.Karl Heuer1998-06-011-4/+4
|
* (easy-mmode-define-minor-mode): Add missing format arg.Karl Heuer1998-06-011-1/+1
|
* (finder-known-keywords): Fix `convenience' entry.Dave Love1998-05-301-1/+1
|
* (cperl-style-alist): New variable, since `c-mode'Richard M. Stallman1998-05-301-610/+1478
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is no longer loaded. - (Somebody who uses the styles should check that they work OK!) - (a lot of work is needed, especially with new `cperl-fix-line-spacing'). Old value of style is memorized when choosing a new style, may be restored from the same menu. (cperl-perldoc, cperl-pod-to-manpage): New commands; thanks to Anthony Foiani <afoiani@uswest.com> and Nick Roberts <Nick.Roberts@src.bae.co.uk>. (`Perl doc', `Regexp'): New submenus (latter to allow short displays). (cperl-clobber-lisp-bindings): New cfg variable. (cperl-find-pods-heres): $a->y() is not y///. (cperl-after-block-p): Add save-excursion. (cperl-init-faces): Was failing. Init faces when loading `ps-print'. (cperl-toggle-autohelp): New command. (cperl-electric-paren): `while SPACE LESS' was buggy. (cperl-init-faces): `-text' in `[-text => 1]' was not highlighted. (cperl-after-block-p): was FALSE after `sub f {}'. (cperl-electric-keyword): `foreachmy', `formy' expanded too, Expands `=pod-directive'. (cperl-linefeed): behaves reasonable in POD-directive lines. (cperl-message-electric-keyword): new cfg variable. (cperl-electric-keyword): print a message, governed by `cperl-message-electric-keyword'. (cperl-electric-paren): Typing `}' was not checking for being block or not. (cperl-beautify-regexp-piece): Did not know about lookbehind; finding *which* level to work with was not intuitive. (cperl-beautify-levels): New command. (cperl-electric-keyword): Allow here-docs contain `=head1' and friends for keyword expansion. Fix for broken `font-lock-unfontify-region-function'. Should preserve `syntax-table' properties even with `lazy-lock'. (cperl-indent-region-fix-else): New command. (cperl-fix-line-spacing): New command. (cperl-invert-if-unless): New command (C-c C-t and in Menu). (cperl-hints): mention 20.2's goods/bads. (cperl-extra-newline-before-brace-multiline): Started to use it. (cperl-break-one-line-blocks-when-indent): New cfg variable. (cperl-fix-hanging-brace-when-indent): New cfg variable. (cperl-merge-trailing-else): New cfg variable. Workaround for another `font-lock's `syntax-table' text-property bug. `zerop' could be applied to nil. At last, may work with `font-lock' without setting `cperl-font-lock'. (cperl-indent-region-fix-constructs): Renamed from `cperl-indent-region-fix-constructs'. (cperl-fix-line-spacing): could be triggered inside strings, would not know what to do with BLOCKs of map/printf/etc. (cperl-merge-trailing-else): Handle `continue' too. (cperl-fix-line-spacing): Likewise. (cperl-calculate-indent): Knows about map/printf/etc before {BLOCK}; treat after-comma lines as continuation lines. (cperl-mode): `continue' made electric. (cperl-electric-keyword): Electric `do' inserts `do/while'. (cperl-fontify-syntaxically): New function. (cperl-syntaxify-by-font-lock): New cfg variable. Make syntaxification to be autoredone via `font-lock', switched on by `cperl-syntaxify-by-font-lock', off by default so far. Remove some commented out chunks. (cperl-set-style-back): Old value of style is memorized when choosing a new style, may be restored from the same menu. Mode-documentation added to micro-docs. (cperl-praise): updated. (cperl-toggle-construct-fix): New command. Added on C-c C-w and menu. (auto-fill-mode): added on C-c C-f and menu. (cperl-style-alist): `PerlStyle' style added. (cperl-find-pods-heres): Message for termination of scan corrected. (cperl-speed): New variable with hints. (cperl-electric-else): Make backspace electric after expansion of `else/continue' too. Fixed customization to honor cperl-hairy. Created customization groups. All the compile-time warnings fixed. (cperl-syntaxify-by-font-lock): Interaction with `font-lock-hot-pass' fixed. (cperl-after-block-and-statement-beg): It is BLOCK if we reach lim when backup sexp. (cperl-after-block-p, cperl-after-expr-p): Likewise. (cperl-indent-region): Make a marker for END - text added/removed. (cperl-style-alist): Include `cperl-merge-trailing-else' where the value is clear. (cperl-styles-entries): Likewise. (cperl-tips, cperl-problems): Improvements to docs.
* Undo May 15 change.Karl Heuer1998-05-301-6/+1
|
* (compilation-scroll-output): Correct the :versionKarl Heuer1998-05-301-1/+1
| | | | keyword to be a string.
* (mule-diag): Don't call help-mode.Karl Heuer1998-05-301-1/+1
| | | | Instead, call print-help-return-message.
* Update version number.Karl Heuer1998-05-302-3/+3
|
* (ediff-mark-for-hiding-at-pos)Karl Heuer1998-05-301-37/+104
| | | | | | | | | (ediff-mark-for-operation-at-pos): Renamed from ediff-mark-for-hiding, ediff-mark-for-operation. (ediff-mark-session-for-hiding, ediff-mark-session-for-operation) (ediff-unmark-all-for-operation, ediff-unmark-all-for-hiding): New functions. (ediff-setup-meta-map): Changed bindings.
* (viper-surrounding-word): Added '_' to alpha modifiers.Karl Heuer1998-05-301-11/+13
|
* (viper-skip-syntax): Bug fix for eob/bob cases.Karl Heuer1998-05-301-1/+4
|
* (viper-backward-Word, viper-skip-separators): Bug fixes.Karl Heuer1998-05-301-13/+14
| | | | (viper-switch-to-buffer, viper-switch-to-buffer-other-window): Bug fixes.
* (ffap-bindings): Fix the dired-at-point binding.Karl Heuer1998-05-301-1/+1
|
* Added support for Scheme.Karl Heuer1998-05-301-68/+40
| | | | | | | | | | | | | Removed Info-lookup minor mode. (info-lookup-file-name-alist): New variable. (info-lookup-select-mode): New function. Select help mode according to info-lookup-file-name-alist or fall back to the buffer's major mode. (info-lookup): Use info-lookup-select-mode. (info-lookup-interactive-arguments): Likewise. (info-complete-symbol): Likewise. (info-complete-file): Likewise. (info-complete): Likewise.
* (ange-ftp-expand-file-name): Set default toRichard M. Stallman1998-05-281-72/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | default-directory if nil. Check whether default starts with a drive specifier on windows-nt, as well as name, and call real function if so. Remove code to strip prefix before // or /~ since `expand-file-name' itself no longer does that. (ange-ftp-expand-dir): Use `grep-null-device' instead of "/dev/null", which is incorrect on windows-nt. (ange-ftp-file-name-all-completions): Fix root directory regexp for windows-nt. (ange-ftp-start-process): On windows-nt, always send a "help foo" command to ensure the ftp process produces some output, and force the process to use raw-text-dos decoding. (ange-ftp-canonize-filename): On windows-nt, strip drive specifier from expanded remote name. (ange-ftp-write-region): Allow binary transfer on windows-nt if remote host type is unix. Ensure `last-coding-system-used' is given an appropriate value, so that basic-save-buffer isn't confused by the coding used with the ftp process. (ange-ftp-insert-file-contents): Ditto. (ange-ftp-copy-file-internal): Ditto. (ange-ftp-real-expand-file-name): Use standard definition on windows-nt. (ange-ftp-real-expand-file-name-actual): Remove obsolete function. (ange-ftp-disable-netrc-security-check): Make default value be t on windows-nt. (ange-ftp-start-process): Undo previous change.
* (mail-from-style): Rename new alternative to `system-default'.Richard M. Stallman1998-05-281-2/+3
|
* (mail-from-style): Fix prev change.Richard M. Stallman1998-05-281-0/+1
|
* (mail-from-style): New alternative, `default'.Richard M. Stallman1998-05-281-2/+3
|
* (sendmail-send-it):Richard M. Stallman1998-05-281-4/+6
| | | | If mail-from-style isn't angles, parens or nil, don't use -f option.
* (comint-mode-map): Move bindings ofRichard M. Stallman1998-05-281-3/+3
| | | | | | comint-next-matching-input-from-input to C-c M-r, and comint-previous-matching-input-from-input to C-c M-s. Move comint-get-next-from-history to C-c C-x.
* Minor fixes of earlier updates.Edward M. Reingold1998-05-281-3/+6
|
* Add an entry for Scheme mode.Dave Love1998-05-271-0/+8
|
* (comint-get-next-from-history): New command.Richard M. Stallman1998-05-271-8/+98
| | | | | | | | | | | | | | | | (comint-accumulate, comint-goto-process-mark): Likewise. (comint-set-process-mark, comint-bol-or-process-mark): Likewise. (comint-save-input-ring-index): New permanent local var. (comint-accum-marker): Likewise. (comint-send-input): Clear comint-input-ring-index and comint-accum-marker. (comint-previous-matching-input-from-input): Use comint-accum-marker if set. (comint-previous-matching-input): Likewise. (comint-mode): Make those vars buffer-local and initialize. (comint-mode-map): Make C-c C-a run comint-bol-or-process-mark. Bind C-c SPC to comint-accumulate. Bind C-c C-q to comint-get-next-from-history.
* (rmail-old-pruned): New permanent local.Richard M. Stallman1998-05-271-2/+9
| | | | | (rmail-edit-current-message): Set rmail-old-pruned, then display full headers. (rmail-cease-edit): rmail-old-pruned controls whether to prune headers.
* (rmail-msg-is-pruned): Delete junk from definition.Richard M. Stallman1998-05-271-6/+3
|
* Fix list of "special" buffers.Edward M. Reingold1998-05-271-1/+1
|
* Add function to show equivalent date on all available calendars (in parallelEdward M. Reingold1998-05-271-0/+51
| | | | to what's available with popup menus).
* (imenu-syntax-alist): Doc fix.Dave Love1998-05-271-1/+1
|
* (rmail-output-to-rmail-file): Specify the coding system for writing.Richard M. Stallman1998-05-271-6/+9
|
* (loaddefs.el): Load it earlier, and GC before and afterRichard M. Stallman1998-05-261-4/+12
| | | | and a few more times later on.
* (minibuffer-history-case-insensitive-variables): New var.Richard M. Stallman1998-05-261-3/+16
| | | | (previous-matching-history-element): Implement it.
* (minibuffer-history-case-insensitive-variables):Richard M. Stallman1998-05-261-0/+3
| | | | Add file-name-history to it.