summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (do-auto-fill): Look at 2nd line for fill prefixRichard M. Stallman1995-11-181-4/+9
| | | | | | | even when on the first line. Don't accept non-whitespace prefix from the first line. (do-auto-fill): Ignore the result of fill-context-prefix if it is empty.
* (fill-context-prefix): New arg first-line-regexp.Richard M. Stallman1995-11-181-11/+23
|
* (tmm-prompt): Delete tmm-add-prompt if we fail.Richard M. Stallman1995-11-181-3/+6
| | | | Don't switch to *Completions* if it wasn't created.
* (finder-known-keywords): Delete `debugging'.Richard M. Stallman1995-11-181-1/+0
|
* `gnus-group-quit-config' gave a list instead of the quit-configLars Magne Ingebrigtsen1995-11-181-1/+1
| | | | element.
* (fill-region-as-paragraph): Remove redundant "setq from".Richard M. Stallman1995-11-171-26/+30
| | | | | | | | | | Don't add extra newline at end if there is no text in paragraph -- doing so can make fill-region loop. When testing for indentation exceeding fill-column, skip back over tabs too. (fill-context-prefix): Use adaptive-fill-regexp only if non-nil. (fill-context-prefix): Check adaptive-fill-function non-nil.
* (move-to-left-margin): Removed left-over code thatRichard M. Stallman1995-11-171-11/+9
| | | | made it fail on right-justified and centered text.
* (next-file): Make interactive arg t if had any prefix arg.Richard M. Stallman1995-11-171-1/+2
|
* Fix starting date of Ethiopic calendar.Edward M. Reingold1995-11-171-2/+2
|
* Minor fixes.Edward M. Reingold1995-11-171-78/+81
|
* (calendar-julian-date-string): Autoload this.Richard M. Stallman1995-11-171-0/+6
|
* (rmail-retry-failure): Add missing colons in regexp.Karl Heuer1995-11-171-31/+23
| | | | | Use " +", not " *", to check for indented text. Don't make a temp buffer; just record the indent amount. Simplify.
* (vc-locking-user): In CVS case, convert user number to a string.Richard M. Stallman1995-11-161-1/+4
|
* Use `buffer-substring-no-properties' instead of `buffer-substring' toJohan Vromans1995-11-161-11/+11
| | | | avoid the properties being copied.
* (minibuffer maps): Delete extra quote.Richard M. Stallman1995-11-161-1/+1
|
* (Info-complete-menu-item): Don't treat `* Menu:' as a menu item.Richard M. Stallman1995-11-161-0/+3
|
* (info-insert-file-contents-1): Various rewrites.Richard M. Stallman1995-11-151-6/+7
| | | | Compute EXT-LEFT after removing the dot from SUFFIX.
* (c++-mode): Remove autoload cookie.Richard M. Stallman1995-11-151-1/+0
|
* (mouse-sel-lost-selection-hook): Undo prev change.Richard M. Stallman1995-11-151-1/+1
|
* (command-line-1): Mention F10.Richard M. Stallman1995-11-151-1/+1
|
* (goto-address-highlight-p): New variable.Richard M. Stallman1995-11-151-44/+38
| | | | | | | | (goto-address-fontify): Removed check for invisible text, set inhibit-point-motion-hooks instead (goto-address): Use S-mouse-2, not S-mouse-1. Add autoload cookie.
* (fill-region-as-paragraph): Handle left margin extending to or pastRichard M. Stallman1995-11-151-9/+19
| | | | fill-column.
* (fill-individual-paragraphs): Advance 1 line in inner loop.Richard M. Stallman1995-11-141-5/+6
|
* (mouse-sel-lost-selection-hook): Use (car selection).Richard M. Stallman1995-11-141-1/+1
|
* (calendar-julian-from-absolute): Autoload it.Richard M. Stallman1995-11-141-0/+5
|
* (indent-line-to): Delete spaces before inserting a tab.Richard M. Stallman1995-11-141-0/+3
|
* (command-line-1): Reorganize the initial help output.Richard M. Stallman1995-11-141-14/+17
|
* (compilation-sentinel): Use the local value ofRichard M. Stallman1995-11-141-6/+6
| | | | compilation-exit-message-function in the process buffer.
* (archive-remote-regexp): Doc fix.Richard M. Stallman1995-11-141-1/+1
|
* (View-scroll-lines-forward): Don't recenter at end.Richard M. Stallman1995-11-141-1/+0
|
* (vc-directory): Require dired.Richard M. Stallman1995-11-131-2/+4
| | | | (vc-revert-buffer): Ignore vc-suppress-confirm.
* (install): Change same-dir test to create test file inGeoff Voelker1995-11-131-3/+3
| | | | installation tree and thereby support read-only shares.
* (tmm-define-keys): Don't define ESC ESC.Richard M. Stallman1995-11-131-2/+1
|
* (top level): Make sure to set global minor-mode-alist, not local one.Noah Friedman1995-11-131-11/+25
| | | | | | (eldoc-mode-print-current-symbol-info): Make sure this-command is a symbol. (eldoc-function-argstring): If fn is a macro, skip leading `macro' elt. (eldoc-function-argstring-from-docstring): Look for `condition-case' pattern.
* Initial revisionRichard M. Stallman1995-11-121-0/+1500
|
* Initial revisionNoah Friedman1995-11-121-0/+423
|
* (universal-argument-other-key): Add to existing unread-command-events value.Richard M. Stallman1995-11-111-1/+2
|
* (command-line): Don't reject unknown args here.Richard M. Stallman1995-11-111-2/+2
| | | | (command-line-1): Detect it here.
* (balance-windows): Don't count the menu bar's lines in the frame height.Richard M. Stallman1995-11-111-2/+5
|
* (describe-buffer-case-table): Use set-char-table-range.Richard M. Stallman1995-11-111-1/+1
|
* (rmail-summary-overlay): Make it a permanent local.Richard M. Stallman1995-11-111-0/+1
|
* (auto-compression-mode): Make arg optional.Richard M. Stallman1995-11-111-1/+17
|
* (sh-mode): Remove ! in column 1.Erik Naggum1995-11-111-1/+1
|
* (delete-frame): Don't use delete-frame as event name.Richard M. Stallman1995-11-111-1/+3
|
* (change-log-mode): Remove incorrect "^" anchors fromRichard M. Stallman1995-11-111-5/+8
| | | | | | | | paragraph-start and -separate. (change-log-fill-paragraph): Use regular value of paragraph-start to bound paragraph to be filled, modified values only to do the filling. Make lines beginning with parentheses paragraph-starters, but not paragraph-separators.
* (lisp-mode-variables, lisp-fill-paragraph): RemoveRichard M. Stallman1995-11-111-3/+3
| | | | | "^" from paragraph-start and paragraph-separate. Moved page-delimiter first in case it has a "^" also.
* (sh-mode): as above. Use page-delimiter rather than literal "^L".Richard M. Stallman1995-11-111-1/+1
|
* (fill-region-as-paragraph): Since adaptive-fill-regexpRichard M. Stallman1995-11-111-10/+11
| | | | | | is supposed to match text STARTING at the left margin, use `looking-at' rather than `re-search-forward'. (fill-individual-paragraphs): Match fill-prefixes starting at left-margin.
* (dabbrev-case-replace): Doc fix.Richard M. Stallman1995-11-111-0/+2
|
* (global-map): Removed bindings of down events to ignore.Richard M. Stallman1995-11-111-23/+51
| | | | | | | | | | (xterm-mouse-translate): Only generate down event when bound. Cleanup. Support for mode line and vertical bar dragging, and menu-bar events. (xterm-mouse-x): New variable. (xterm-mouse-y): New variable. (mouse-position): Advice to use above variables. (xterm-mouse-event): Support menu-bar. Set xterm-mouse-x and xterm-mouse-y.