summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (map-y-or-n-p): Handle help-char values other than chars.Richard M. Stallman1993-11-111-3/+3
|
* (c-indent-region): When looking for a sexp that endsRichard M. Stallman1993-11-111-3/+9
| | | | past this line, make sure it really starts on this line.
* (occur-mode): Run occur-mode-hook.Richard M. Stallman1993-11-111-1/+2
|
* (rmail-start-mail): Don't do other frame unless we haveRichard M. Stallman1993-11-101-1/+1
| | | | a window system, irregardless of the state of rmail-mail-new-frame.
* (Man-filter-list): Include anything starting withRichard M. Stallman1993-11-101-3/+4
| | | | | | alphabetics, and containing "Last change:". (manual-entry): Don't call `Man-downcase' since Man-translate-references has already done the right thing.
* (Info-extract-menu-item): Quote `*' in the menu-itemRichard M. Stallman1993-11-101-2/+2
| | | | | leadin re-search to prevent us from finding node names which contain the text of another node name within them.
* (hexl-mode): Use `add-hook' to modify buffer local `write-contents-hooks'.Richard M. Stallman1993-11-101-2/+2
| | | | (hexl-mode-exit): Remove our hook when turning off Hexl mode.
* (find-backup-file-name): Don't fatal-error onRichard M. Stallman1993-11-101-14/+23
| | | | | | directories that are hard to read; fall back on ~/%backup%. (file-truename): Treat ~USER like just ~.
* (remove-hook): New function, analogous to add-hook. ThisRichard M. Stallman1993-11-101-0/+15
| | | | is now the recommended way to remove a hook that you have added.
* (comint-postoutput-scroll-to-bottom):Richard M. Stallman1993-11-101-2/+2
| | | | Don't treat minibuffer window specially.
* (comint-postoutput-scroll-to-bottom):Richard M. Stallman1993-11-101-8/+8
| | | | Don't alter point in a window if it's after the process-mark.
* (texinfo-mode-map): Add C-c C-e bindings for texinfmt.el.Richard M. Stallman1993-11-101-0/+4
|
* (texinfo-show-structure): Indent appendices properly.Robert J. Chassell1993-11-101-4/+8
|
* (texinfo-sequential-node-update): Add autoload.Richard M. Stallman1993-11-091-0/+3
| | | | (texinfo-update-node, texinfo-every-node-update): Add autoload.
* (menu-bar-edit-menu): Add menu items for searching.Richard M. Stallman1993-11-091-1/+8
|
* (etags-list-tags): Return t if found the file.Richard M. Stallman1993-11-091-7/+10
| | | | | | (list-tags): Clear first-time when we go around the loop. Supply file name in error message. Remove dir names from files when preparing for completion.
* (comint-preinput-scroll-to-bottom): AddedRichard M. Stallman1993-11-081-55/+52
| | | | | | comint-magic-space to list of commands recognised as inserting. (comint-output-filter): Corrected check for killed buffer.
* Doc fixes.Richard M. Stallman1993-11-081-12/+12
|
* (describe-current-display-table):Richard M. Stallman1993-11-081-12/+17
| | | | | Don't get error if no display table now. (describe-display-table): Put all the output in the temp buffer.
* (wordstar-mode): Add autoload.Richard M. Stallman1993-11-081-0/+1
|
* Initial revisionRichard M. Stallman1993-11-083-0/+1623
|
* (ispell-message): Delete excess (beginning-of-line) call.Richard M. Stallman1993-11-081-1/+0
|
* (jump-to-register): Doc fix.Richard M. Stallman1993-11-081-1/+1
|
* (jump-to-register): Rename prefix arg to DELETE and invert its sense.Richard M. Stallman1993-11-081-4/+5
|
* (set-frame-configuration): Iconify framesRichard M. Stallman1993-11-081-2/+6
| | | | rather than making them invisible.
* (ispell-message): If gnus, but no mail-yank-prefix,Richard M. Stallman1993-11-081-6/+10
| | | | | use ispell-message-cite-regexp. Turn off case-fold-search for the searching and matching in this function.
* (comint-postoutput-scroll-to-bottom):Richard M. Stallman1993-11-081-1/+1
| | | | Walk the windows even if scroll is nil.
* Fix previous change.Richard M. Stallman1993-11-071-31/+32
|
* (ispell-message): Stop if ispell-region returns nil.Richard M. Stallman1993-11-071-25/+82
| | | | | | | | | | | | | (ispell-next, ispell-word): Catch ispell-quit, not quit. (ispell-next): Return t if exit normally (no throw to ispell-quit). (ispell-command-loop): For q, throw to ispell-quit. Explicitly handle C-g. (ispell): If we don't call ispell-next, return t. (ispell-non-empty-string): New function. (ispell-message): Add autoload. Choose a citation regexp automatically. Don't fail if there is no following cited line after filled lines.
* (compare-windows-skip-whitespace): Return tRichard M. Stallman1993-11-071-6/+16
| | | | if there is whitespace before point.
* (iso-accents-mode): Doc fix.Richard M. Stallman1993-11-071-2/+2
|
* (comint-postoutput-scroll-to-bottom):Richard M. Stallman1993-11-071-17/+18
| | | | | | Always keep point at end in all buffers if was at end. comint-scroll-to-bottom-on-output controls what to do if point was not already at the end.
* (iso-accents-list): Fix typo in ^A code. Support ~< and ~>.Richard M. Stallman1993-11-071-1/+4
|
* Support ~ and /. Support 'Y, 'y, "y.Richard M. Stallman1993-11-071-10/+26
| | | | Delete the `compose' support.
* entered into RCSRichard M. Stallman1993-11-071-3/+6
|
* (set-frame-configuration): If NODELETE, make the unwanted frames invisible.Richard M. Stallman1993-11-071-4/+6
|
* (tex-alt-print): New function for menu bar.Richard M. Stallman1993-11-061-55/+47
| | | | | | | | (tex-define-common-keys, tex-mode-map): Move some items from tex-define-common-keys to tex-mode-map. Add more menu-enable properties. (tex-append): Cope with both the original Pascal-based TeX and the newer C-based TeX.
* (Man-frame-parameters): New variable.Richard M. Stallman1993-11-061-0/+7
| | | | (Man-notify-when-ready): Handle `newframe' as Man-notify value.
* (ange-ftp-load): Handle extra args after the file name.Richard M. Stallman1993-11-041-4/+4
|
* (other-frame): Subtract 1 from hpos for new mouse position.Richard M. Stallman1993-11-031-1/+1
|
* (sendmail-send-it): Don't insert Sender.Richard M. Stallman1993-11-031-14/+15
|
* (tex-validate-region, tex-region):Richard M. Stallman1993-11-031-0/+3
| | | | Enable menu items if only mark is active.
* (mouse-drag-region): Set this-command to mouse-set-pointRichard M. Stallman1993-11-031-3/+3
| | | | | if not setting the mark. (mouse-save-then-kill): Consider mark-active only in transient mark md.
* (tex-define-common-keys): Define menu items.Richard M. Stallman1993-10-271-0/+17
|
* (comint-mode-map): Merge menu bar item Output into Input.Richard M. Stallman1993-10-271-19/+16
| | | | Rename Completion to Complete.
* (font-lock-fontify-buffer): Don't turnRichard M. Stallman1993-10-261-2/+1
| | | | font-lock-mode on and off; just call font-lock-set-defaults.
* (text-mode-map): Bind ispell-complete-word to M-TAB.Richard M. Stallman1993-10-261-0/+1
|
* (ispell-look-command): New user variable.Richard M. Stallman1993-10-261-2/+311
| | | | | | | | | | (ispell-do-look, ispell-lookup-build-list): Use it as PROGRAM for call-process instead of just "look". (ispell-complete-word-interior-frag): New command. (ispell-complete-word): New command. (ispell-menu-map): Add bindings for them. (ispell-gnu-look-still-broken-p, ispell-look-dictionary): New vars.
* (eval-expression): Fix typo: missing paren.Roland McGrath1993-10-261-2/+2
| | | | | (read-expression-map): Use an indirection to minibuffer-local-map rather than copying it.
* (bookmark-load, bookmark-write-file):Richard M. Stallman1993-10-261-2/+2
| | | | Bind enable-local-variables instead of enable-local-eval.