summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (walk-windows): Doc fix.Richard M. Stallman1995-02-251-9/+18
|
* (local-unset-key): Fix args in previous change.Karl Heuer1995-02-251-2/+2
|
* (global_set_key, local_set_key, global_unset_key)Richard M. Stallman1995-02-251-0/+45
| | | | (local_unset_key): Functions moved here from keyboard.c.
* (mouse-select-buffer): Do sit-for before x-popup-menu.Richard M. Stallman1995-02-241-4/+12
|
* (msb): Select the window that the mouse is in beforeRichard M. Stallman1995-02-241-56/+56
| | | | | | | showing the menu. This makes the "Most recently used" menu more accurate. (menu-bar-update-buffers): The frame list is now an integrated part of the buffer menu. (msb--few-menus, msb--very-many-menus): Added rmail-edit-mode.
* (rmail-retry-failure): Support a new style of failure msg.Richard M. Stallman1995-02-241-0/+18
|
* (facemenu-justification-menu): binding fixed.Boris Goldowsky1995-02-231-5/+5
|
* (open-line): indent when inserting fil-prefix.Boris Goldowsky1995-02-231-11/+9
| | | | | (do-auto-fill): Use unjustify-current-line when necessary. (indent-new-comment-line): Indent before fill-prefix.
* (current-left-margin): careful of EOB.Boris Goldowsky1995-02-231-40/+66
| | | | | | | | | | (move-to-left-margin): Never move past left-margin, even in funny justify modes. (set-left-margin): include following whitespace. (set-left-margin, increase-left-margin): indent rigidly. (increase-left-margin): allow negative left-margins (increase-right-margin): allow negative right-margin (beginning-of-line-text): new fn.
* (set-fill-prefix): start from left-margin.Boris Goldowsky1995-02-231-290/+448
| | | | | | | | | | | | | (fill-region-as-paragraph): don't delete hard newlines. ignore whitespace at beginning of region. Remove justification indentation. (fill-region): Don't use paragraph-movement commands when use-hard-newlines is true, just search for hard newlines. (current-justification): take care at EOB. (set-justification): new argWHOLE-PAR. Callers changed. (justify-current-line): Error if JUSTIFY arg is not reasonable. Better interaction if there is a fill-prefix. "Line too long" warning removed. (unjustify-current-line, unjustify-region): New functions.
* (perl-tab-to-comment): Default is nil.Richard M. Stallman1995-02-231-1/+3
|
* Load version.el early on.Richard M. Stallman1995-02-231-3/+4
|
* (shell-command-on-region): When computing interactive args,Richard M. Stallman1995-02-231-5/+11
| | | | read the minibuffer arg first, then get the region bounds.
* Various doc fixes.Richard M. Stallman1995-02-231-17/+18
| | | | (news-post-news): Add autoload cookie.
* (imenu--cleanup): Set alist to its default just once, at the beginning.Richard M. Stallman1995-02-221-3/+5
| | | | Don't recurse on a cdr which is nil.
* (eval-after-load): Run FORM now if FILE's already loaded.Richard M. Stallman1995-02-221-1/+8
|
* New version from the author.Karl Heuer1995-02-221-38/+64
|
* Use single semicolon in comments.Karl Heuer1995-02-221-13/+13
|
* Change all `cd's to `shell-cd's, where `shell-cd' changes the value ofSimon Marshall1995-02-211-15/+23
| | | | | list-buffers-directory so that a buffer list contains the cwd in the `file' field.
* Made mouse-buffer-menu use list-buffers-directory if buffer-file-name is nil.Simon Marshall1995-02-211-14/+19
|
* Initial revisionKarl Heuer1995-02-206-0/+10056
|
* Turn of syntax fontification by default.Simon Marshall1995-02-201-6/+8
| | | | It messes up when inside a comment done by the regexps (or v.v.).
* (vc-log-info): Don't switch to the *vc* buffer before runningRoland McGrath1995-02-201-1/+3
| | | | vc-do-command, because that would change its default-directory.
* (rmail-summary-mail, rmail-summary-continue)Richard M. Stallman1995-02-191-5/+25
| | | | | | (rmail-summary-reply, rmail-summary-retry-failure) (rmail-summary-forward, rmail-summary-resend): Switch to rmail buffer's window first, so mail buffer replaces summary.
* (mouse-buffer-menu): Don't clear selection when we kill it.Richard M. Stallman1995-02-181-2/+2
|
* (quoted-insert): Use insert-and-inherit.Richard M. Stallman1995-02-171-3/+6
| | | | Don't change buffer if arg is negative.
* (tex-append): Try splitting on last period, thenRichard M. Stallman1995-02-171-4/+7
| | | | try splitting on first period.
* (desktop-internal-v2s): Don't use format to eliminate text properties.Richard M. Stallman1995-02-171-2/+4
|
* (mail-abbrev-mode-regexp): Doc fix.Karl Heuer1995-02-171-1/+1
|
* (Buffer-menu-save): Fix the test for header line.Richard M. Stallman1995-02-161-1/+1
|
* (sort-regexp-fields-next-record): New subroutine.Richard M. Stallman1995-02-151-6/+23
| | | | | | | | | If the first search does not advance point and finds an empty match, skip one char and search again. (sort-regexp-fields): Use that subroutine. Bind sort-regexp-fields-regexp, for sort-regexp-fields-next-record. (sort-regexp-fields-regexp): Declared. (sort-regexp-record-end): Declared.
* (Info-index): Bind Info-history, not Info-keep-history.Richard M. Stallman1995-02-151-2/+7
|
* (facemenu-self-insert-face): If previousBoris Goldowsky1995-02-141-3/+5
| | | | self-insert-face is still valid, add to rather than replace it.
* (ange-ftp-write-region, ange-ftp-insert-file-contents)Richard M. Stallman1995-02-141-10/+11
| | | | | | | (ange-ftp-copy-file-internal): If remote host is unix, use binary mode. (ange-ftp-file-local-copy): Delete local var bin1. (ange-ftp-rename-remote-to-remote): Delete arg `binary'. (ange-ftp-rename-file): Don't pass or compute that arg.
* (electric-help-help, electric-help-command-loop):Richard M. Stallman1995-02-141-21/+24
| | | | | | | | | | | Mention q and r, not Q and R. (electric-help-map): Use supress-keymap instead of filling keymap with undefined commands. Bind R like r. Substitute electric-command-apropos for command-apropos. (electric-apropos): New function. (electric-help-help, electric-help-command-loop): Mention Q and R in messages.
* (ps-print-version): Add caveat about version number.Richard M. Stallman1995-02-141-14/+58
| | | | (ps-begin-file): Fix format code for /LineHeight.
* (auto-mode-alist): Fix problem in previous change.Richard M. Stallman1995-02-141-2/+2
|
* (c-switch-label-regexp): Insist on colon after `default'.Richard M. Stallman1995-02-131-1/+1
|
* (pp-to-string): Fix previous change.Richard M. Stallman1995-02-131-2/+1
|
* (debugger-step-after-exit): Variable declared.Richard M. Stallman1995-02-131-0/+9
| | | | (debugger-old-buffer, debugger-value): Variables declared.
* (facemenu-next): Variable deleted.Richard M. Stallman1995-02-131-17/+6
| | | | | | | (facemenu-self-insert-face): New function. (facemenu-set-face): Use facemenu-self-insert-face. (facemenu-set-face-from-menu): Likewise. (facemenu-after-change): Function deleted. Don't use it as hook.
* (debug): Fix arg to backtrace-debug for debug-on-entry.Richard M. Stallman1995-02-131-1/+9
|
* (mail-reply-to): New command, on C-c C-f C-r and in menu.Richard M. Stallman1995-02-131-5/+28
| | | | | (mail-do-fcc): Find buffer to add to using truename, if can't find it by real name.
* (pp-to-string): Don't use emacs-lisp-mode.Richard M. Stallman1995-02-131-1/+2
| | | | Just do the parts of it we actually want.
* (next-history-element): Do nothing if n is 0.Richard M. Stallman1995-02-121-16/+20
| | | | Handle errors properly when history list is empty.
* (menu-bar-kill-ring-save): New function--use as `copy'.Richard M. Stallman1995-02-121-4/+11
| | | | (delete-region): Don't enable if (mouse-region-match) is true.
* (mouse-drag-region): Delete the overlay beforeRichard M. Stallman1995-02-121-4/+29
| | | | | | | calling the terminating event's command binding or making a region. (mouse-set-region-1): New function. (mouse-drag-region, mouse-set-region, mouse-save-then-kill): Call it. (mouse-region-match): New function.
* (auto-mode-alist): Add .cpp, .cxx, .hxx, .c++, .h++.Richard M. Stallman1995-02-111-0/+5
|
* (recover-file): Use ordinary `f' to read file name.Richard M. Stallman1995-02-101-9/+4
|
* (rmail): Don't set rmail-default-file here.Richard M. Stallman1995-02-091-4/+2
| | | | | (rmail-default-file): Init it to ~/xmail. (rmail-default-rmail-file): Don't call expand-file-name.