summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (line-move): Handle conses in buffer-invisibility-spec.Richard M. Stallman1995-03-161-5/+11
| | | | Handle skipping invisible overlays.
* Comment change.Richard M. Stallman1995-03-167-42/+10
|
* (outline-layout): Doc fix.Richard M. Stallman1995-03-161-1/+1
|
* (term-mouse-paste): Make work for xemacs. Minor GNU emacs fixes.Per Bothner1995-03-161-6/+12
|
* (term-char-mode): Fix arrow key and [button2] support for xemacs.Per Bothner1995-03-161-3/+3
|
* (balance-windows): Ignore minibuffer window when browsing the `levels'.Richard M. Stallman1995-03-151-1/+2
|
* (c-style-alist): For BSD, set c-continued-brace-offsetRichard M. Stallman1995-03-151-2/+2
| | | | instead of c-brace-offset.
* (edit-options): Make the buffer read-only.Richard M. Stallman1995-03-151-2/+5
| | | | (Edit-options-modify): Cope with that.
* (mouse-major-mode-menu): Avoid confusing error message when there's no currentKarl Heuer1995-03-151-1/+2
| | | | local map.
* (bookmark-bmenu-2-window): go to correct position as well asKarl Fogel1995-03-151-15/+30
| | | | | | correct buffer. (bookmark-bmenu-other-window): same. (bookmark-bmenu-switch-other-window): same.
* `emacs-version' checking now handles Lucid's version change to 19.xx.Thien-Thi Nguyen1995-03-141-8/+8
|
* entered into RCSRichard M. Stallman1995-03-141-6/+13
|
* *** empty log message ***Richard M. Stallman1995-03-141-1/+37
|
* Removed C-v bindings; they were inconsistent.Karl Fogel1995-03-131-33/+53
| | | | | | | | | | | | | Defvarred some variables to nil, solely to avoid compilation warnings. Use "Author's Update Number:" instead of "Version:". (bookmark-history): new var. (bookmark-completing-read): use `bookmark-history'. (bookmark-historicize-string): new macro. Use this everywhere `bookmark-completing-read' is used, because `completing-read' won't get a chance to add to `bookmark-history' if we were invoked via a menu. (bookmark-rename): use `bookmark-history' when reading the new name. No need for the strange C-o binding anymore.
* (adaptive-fill-regexp): Skip # or ;.Richard M. Stallman1995-03-131-1/+1
| | | | Allow more than one of them (or *'s or >'s).
* (adaptive-fill-regexp): Skip #'s and ;'s.Richard M. Stallman1995-03-131-1/+1
|
* (rsh): Name the buffer *rsh-HOST*.Richard M. Stallman1995-03-131-3/+3
|
* (c-mode): Make comment-multi-line t locally.Richard M. Stallman1995-03-131-0/+2
|
* (block-comment-start, block-comment-end): New vars.Richard M. Stallman1995-03-121-38/+53
| | | | (indent-for-comment): Handle them.
* (dired-do-print): Allow lpr-switches to be a string. Clean up.Richard M. Stallman1995-03-121-2/+6
|
* (ielm): Use pop-to-buffer.Richard M. Stallman1995-03-121-5/+8
| | | | (same-window-buffer-names): Add *ielm*.
* Fix typos in previous change.Richard M. Stallman1995-03-121-2/+2
|
* (rsh, telnet): Use pop-to-buffer.Richard M. Stallman1995-03-121-4/+8
| | | | | (same-window-regexps): Add elt to match *telnet-...* and *rsh...* with or without <N> at end.
* (same-window-buffer-names): Set this only in loaddefs.el,Richard M. Stallman1995-03-121-2/+1
| | | | not when info.el is loaded.
* (rlogin): Use pop-to-buffer.Richard M. Stallman1995-03-121-8/+10
| | | | | (same-window-regexps): Add elt to match *rlogin-...* with or without <N> at end.
* (hexl-mode-old-local-map, hexl-mode-old-mode-name)Richard M. Stallman1995-03-121-0/+4
| | | | (hexl-mode-old-major-mode): Add defvars.
* (shell): Use pop-to-buffer.Richard M. Stallman1995-03-121-9/+15
| | | | (same-window-buffer-names): Add *shell* to the list.
* Unconditionally add to comint-output-filter-functions.Richard M. Stallman1995-03-121-101/+54
| | | | | | (auto-show-mode): Command renamed from auto-show-toggle. Handle an arg in the standard way. (auto-show-mode): Variable renamed from auto-show-enable.
* Initial revisionRichard M. Stallman1995-03-121-0/+160
|
* (news-reply-mode-map): Add menu bar menus.Richard M. Stallman1995-03-121-1/+30
|
* (rmail-list-to-menu): Bind `command' with let.Richard M. Stallman1995-03-121-21/+22
|
* (rmail-duplicate-message): New function.Richard M. Stallman1995-03-121-19/+35
| | | | | (rmail-retry-failure): Don't get errors when searching for `End of returned message'.
* (eval-defun): Convert defvar to defconst.Richard M. Stallman1995-03-111-5/+8
|
* (server-buffer-done): Return a listRichard M. Stallman1995-03-111-11/+21
| | | | | | | | | | (NEXT-BUFFER KILLED). KILLED is t if we killed the buffer. (server-edit): Values from server-done is now list of args for server-switch-buffer. (server-switch-buffer): Likewise. (server-switch-buffer): New optional arg KILLED-ONE. Avoid the other-buffer at the end in that case.
* (bookmark-buffer-name): Be smarter about deducing a name.Richard M. Stallman1995-03-111-24/+39
| | | | | | | | (bookmark-insert-buffer-name): Use bookmark-buffer-name. Replaces bookmark-insert-current-file-name. (bookmark-make-cell): Use set-text-properties, not format, to clear text properties.
* (completion-setup-function): Set completion-base-size.Richard M. Stallman1995-03-111-2/+4
|
* (Info-menu): Bind beg with let.Richard M. Stallman1995-03-111-1/+5
| | | | | (info): Use pop-to-buffer. (same-window-buffer-names): Add "*info*".
* Comment change.Richard M. Stallman1995-03-111-2/+1
|
* Initial revisionRichard M. Stallman1995-03-111-0/+320
|
* (add-menu-item-1): Better error message ifRichard M. Stallman1995-03-111-0/+2
| | | | a menu not the last in the path does not exist.
* (vc-path): Use /usr/sccs only if it is a dir.Richard M. Stallman1995-03-111-2/+3
|
* Insure that all entry points call `bookmark-maybe-load-default-file'.Richard M. Stallman1995-03-111-562/+1273
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed format of bookmark-alist and therefore of bookmark files. Have version stamps in bookmark files. Automatically upgrade old bookmark files to new format. Changed name of default bookmark file to ".emacs.bmk". Replaced "Bookmark-menu" with "bookmark-bmenu". The capitalization signified nothing; "bmenu" means "buffer-menu" -- that is, bmenu code is for the dired-like of bookmarks that appears when `list-bookmarks' is run, and the "bookmark-menu" prefix is for the menu-bar. Internally, use an alist instead of hardcoded list-positions for storing bookmark information. Applied <johng@media.mit.edu>'s patches for annotation support: (bookmark-send-annotation, bookmark-read-annotation-mode) (bookmark-edit-annotation-mode, bookmark-default-annotation-text) (bookmark-read-annotation-text-func, bookmark-read-annotation) (bookmark-send-edited-annotation, bookmark-edit-annotation): New functions. (bookmark-get-bookmark, bookmark-get-bookmark-record) (bookmark-name-from-full-record, bookmark-set-name) (bookmark-get-annotation, bookmark-set-annotation) (bookmark-get-info-node, bookmark-set-info-node) (bookmark-get-filename, bookmark-set-filename) (bookmark-get-position, bookmark-set-position) (bookmark-get-front-context-string, bookmark-set-front-context-string) (bookmark-get-rear-context-string, bookmark-set-rear-context-string): New subroutines. (bookmark-file-format-version, bookmark-end-of-version-stamp-marker): New variables. (bookmark-grok-file-format-version, bookmark-maybe-upgrade-file-format) (bookmark-upgrade-version-0-alist, bookmark-upgrade-file-format-from-0) (bookmark-insert-file-format-version-stamp): New functions. (bookmark-maybe-load-default-file): Renamed from bookmark-try-default-file'. (bookmark-old-default-file): New variable. (bookmark-default-file): Renamed from `bookmark-file'. New initial value, ".emacs.bmk". (bookmark-make-cell): Use backquote. Produce with the new format (Format Version 1). Use `format' to strip text-properties. (bookmark-write-file): Use `pp' instead of `princ'. Call `bookmark-insert-file-format-version-stamp'. (bookmark-all-names, bookmark-menu-popup-paned-bookmark-menu) (bookmark-menu-build-paned-menu, bookmark-menu-popup-paned-menu) (bookmark-insert-location): New functions. (bookmark-completing-read): New function. Everyone who called `completing-read' in the interactive spec now calls this. (bookmark-load-hook): New hook. (bookmark-make-menu-alist): Function deleted. (bookmark-popup-menu-and-apply-function): replaces `bookmark-make-menu-with-function'. (bookmark-load): Use `bookmark-alist-from-buffer'. Call `bookmark-maybe-upgrade-file-format'. (bookmark-set): If Info mode, record Info-current-node. Use `bookmark-bmenu-surreptitiously-rebuild-list'. (bookmark-buffer-file-name): Handle Info files. (bookmark-buffer-name): If Info mode, return Info-current-node. (bookmark-jump-noselect): For info node, use Info-goto-node. Use the helper functions, don't mess with the raw alist (except in completion, which we'll take care of later). Don't count on `bookmark-search-size' being correct; use the length of `forward-str' and `behind-str' instead. (bookmark-relocate): Use the helper functions; don't mess with the raw alist except in completion. (bookmark-rename): C-o in minibuffer now inserts old name. (bookmark-delete): New arg BATCH. (bookmark-bmenu-execute-deletions): Was `bookmark-bmenu-execute'. Just call bookmark-delete with the BATCH arg. Set the modification count and maybe save when done. Save point intuitively. (bookmark-insert-current-file-name): Just use `file-name-nondirectory'. (bookmark-location): Made non-interactive. (bookmark-bmenu-list): Replaces `list-bookmarks'. Delete arg ANNOTATION. Use mapcar to simplify. If not interactive-p, then use `set-buffer' instead of `switch-to-buffer'. (bookmark-kill-line): New function, used instead of kill-line. (bookmark-search-size): Init to 16 instead of 500.
* Initial revisionRichard M. Stallman1995-03-101-0/+596
|
* (line-move-ignore-invisible): New variable.Richard M. Stallman1995-03-101-1/+23
| | | | | (line-move): If that var is set, use vertical-motion. Skip any extra invis chars beyond where vertical-motion stops.
* (hexl-mode): Make after-revert-hook rehexlify.Richard M. Stallman1995-03-091-0/+7
| | | | (hexl-after-revert-hook): New function.
* (indent-new-comment-line): Clean up handling of \(...\) in comment-start-skip.Richard M. Stallman1995-03-081-6/+5
|
* (revert-buffer): Doc fix.Richard M. Stallman1995-03-081-1/+1
|
* (calculate-perl-indent): When backing up over continuations,Richard M. Stallman1995-03-081-2/+2
| | | | | don't go to line beg; perl-backward-to-start-of-continued-exp gives the right place.
* * term.el (term-eol-on-send): New variable. Use it.Per Bothner1995-03-081-10/+24
| | | | (term-send-input): Don't move process-mark until after 'history stuff.
* * cmacexp.el (c-macro-expansion): put the unique string before theFrancesco Potortì1995-03-071-4/+4
| | | | first #line directive (instead of after), preceded by a newline.