summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (icomplete-minibuffer-setup): Use make-local-hookRichard M. Stallman1995-08-221-17/+15
| | | | and add and remove hooks locally.
* (ediff-profile): Use make-local-hook and add and remove hooks locally.Richard M. Stallman1995-08-221-6/+6
|
* (basic-save-buffer): Call vc-after-save.Richard M. Stallman1995-08-221-0/+2
|
* (auto-mode-alist): Turn on use of makefile-mode.Richard M. Stallman1995-08-221-2/+2
|
* (byte-compiler-base-file-name): New function.Richard M. Stallman1995-08-221-4/+15
| | | | (byte-compile-dest-file): Call byte-compiler-base-file-name.
* (Info-suffix-list): For MS-DOS, use gunzip as the only uncompressor,Richard M. Stallman1995-08-221-12/+39
| | | | | | and don't include .info as suffix. (info-insert-file-contents-1): New function. (info-insert-file-contents): Use info-insert-file-contents-1.
* Removed the comment that said we assume strict locking.André Spiegel1995-08-221-3/+2
| | | | | (vc-next-action-dired): Don't switch to vc-parent-buffer, because that was already done.
* (vc-simple-command): New function.André Spiegel1995-08-221-117/+148
| | | | | | | | | | | | (vc-fetch-master-properties): CVS case: Use it. (vc-lock-from-permissions, vc-file-owner, vc-rcs-lock-from-diff): New functions. (vc-locking-user): Largely rewritten. Uses the above, handles RCS non-strict locking. Under CVS in CVSREAD-mode, learn the locking state from the permissions. (vc-find-cvs-master): Use vc-insert-file, rather than find-file-noselect. Greatly speeds up things. (vc-consult-rcs-headers): Bug fix, return status in all cases.
* (tcl-hilit): New function from "Chris Alfeld" <calfeld@math.utah.edu>Tom Tromey1995-08-221-3/+26
| | | | (tcl-mode): Call it
* (insert-kbd-macro): Express vector char modifiers withRichard M. Stallman1995-08-221-28/+31
| | | | escape prefixes. Express big basic char codes in octal.
* (jka-compr-byte-compiler-base-file-name): New function.Richard M. Stallman1995-08-221-0/+9
| | | | Use it to handle byte-compiler-base-file-name operation.
* (compilation-exit-message-function): New variable.Roland McGrath1995-08-211-9/+32
| | | | | | (compilation-sentinel): If compilation-exit-message-function is non-nil, call it to produce messages for buffer and mode line. (grep): Use that variable to produce snazzier messages.
* Use post-command-idle-hook.Richard M. Stallman1995-08-211-5/+3
| | | | (show-paren-command-hook): No need to test for idleness.
* (vc-latest-on-branch-p): Under CVS, handle the case when the file isAndré Spiegel1995-08-211-11/+21
| | | | | | | added, but not yet committed. (vc-backend-checkout): RCS case: In non-strict locking mode, force to overwrite the writable workfile. CVS case: Do the right thing in CVSREAD-mode.
* (vc-fetch-master-properties): RCS case: get locking mode.André Spiegel1995-08-211-102/+129
| | | | | | | | | | | | | | | | | | | CVS case: new state `locally-added'. (vc-locking-user): Under RCS with non-strict locking, don't trust the file permissions. CVS case: change which states count as "locked". (vc-consult-rcs-headers): Streamlined. Don't set vc-locking-user if this is called under CVS. Under RCS, use a heuristic to find the value of vc-checkout-model without examining the master file. (vc-parse-locks): Set vc-checkout-model. (vc-status): Comment change. (vc-after-save-hook, vc-after-save): The former renamed to the latter. Now unconditionally called by `basic-save-buffer', determines whether the buffer should be "locked" or not. (vc-mode-line): No longer use dynamic after-save-hook. Changed references to `automatic' into `implicit'. (vc-checkout-model): Values are now `manual' and `implicit'. Derive the property on a per-file basis, supporting all possible modes.
* (makefile-space-face): New variable.Richard M. Stallman1995-08-211-13/+13
| | | | | | | (makefile-define-space-face): New function. (makefile-tab-face): Variable deleted. (makefile-define-tab-face): Function deleted. (makefile-font-lock-keywords): Highlight leading spaces, not tabs.
* Require rmail.Richard M. Stallman1995-08-211-12/+21
| | | | | (rmail-new-summary): Specify size in split-window. Call rmail-select-summary to force size to specified amount.
* Define user options with defvar, not defconst.Richard M. Stallman1995-08-211-8/+8
|
* New version 3.07. Made fast-lock-mode use buffer-file-truename, not ↵Simon Marshall1995-08-211-14/+123
| | | | buffer-file-name.
* Doc fixes.Richard M. Stallman1995-08-211-3/+3
|
* (dired-string-replace-match): Simplify using replace-match.Richard M. Stallman1995-08-211-19/+7
|
* (dired-expand-newtext): Function deleted.Richard M. Stallman1995-08-211-33/+0
|
* * viper.el (vip-set-hooks): Use view-mode-hook in emacs and view hook in xemacs.Michael Kifer1995-08-201-31/+70
| | | | | | | (vip-read-string-with-history): minibuffer-setup-hook no longer waits for the user to type, if there are unread events. Harnessed view-minor-mode. Added (vip-leave-region-active) to all simple movement commands.
* (vip-leave-region-active): new function.Michael Kifer1995-08-201-1/+6
|
* (vip-surrounding-word): modified to understand tripple clicks.Michael Kifer1995-08-201-16/+21
|
* (file-regular-p-18): Fix test for whether to use this.Richard M. Stallman1995-08-201-1/+1
|
* (basic-save-buffer): Confirm for overwriting old fileRichard M. Stallman1995-08-191-2/+8
| | | | when a file name is specified.
* (blink-matching-paren-dont-ignore-comments): New var.Richard M. Stallman1995-08-191-5/+13
| | | | | (blink-matching-open): Use it. Also, if the matching char hasn't paren syntax, call that mismatch.
* (Info-find-emacs-command-nodes): Fix previous change.Richard M. Stallman1995-08-191-4/+8
|
* (hilit-submit-feedback): New ftp site.Karl Heuer1995-08-191-3/+3
|
* (Info-file-list-for-emacs): New variable.Richard M. Stallman1995-08-191-6/+38
| | | | (Info-find-emacs-command-nodes): Look in those files, if appropriate.
* (sh-newline-and-indent): Don't interpret prefix argKarl Heuer1995-08-191-16/+15
| | | | | | | | | since `newline-and-indent' doesn't either. Don't turn a trailing quoted tab into a space. (sh-mode): Use new `skeleton-newline-indent-rigidly'. (sh-set-shell): Make maximum font-locking also hightlight keywords after ``' and `!'. (The latter is for ksh '93 but should't hurt other shells.)
* (skeleton-newline-indent-rigidly): New variable.Karl Heuer1995-08-191-73/+106
| | | | | | | | | | | | | | | | | | | | (skeleton-internal-1): Use it for indenting after \n because previous behaviour was only useful for `sh-script.el' and old `ada.el'. Other modes now get their own indentation. (skeleton, skeleton-modified, skeleton-point, skeleton-regions): `New' variables for passing between the mutually recursive functions of the skeleton engine. Introduced to remove compiler warnings. (skeleton-proxy): New argument `str' to make this settable when calling a skeleton as a function. (skeleton-insert): New argument `str' to pass down. Element `\n' now usually indents according to mode. Subskeletons may also have a list of strings as iterator. Earlier modification also removed meaning of `quit' -- I did not put it back in since it's useless. When quitting out of a subskeleton while still wrapping around text don't duplicate first line of that text. (skeleton-end-hook): New hook useful say for modes that leave a `;' on an empty line to indent right and then want to clean it up when doing a skeleton there.
* (vc-next-action-on-file): Changed doc string, CVS case.André Spiegel1995-08-181-78/+84
| | | | | | | | | | | | | | | | | | | (vc-backend-checkin): Clear master properties before doing the check-in. In the CVS case, catch error and display an appropriate message in the echo area. (vc-backend-revert): Clear master properties, because some might get outdated by the operation. (vc-backend-merge-news): Scan the output of "cvs update" and find out whether conflicts have occurred. (vc-finish-logentry): Delete the *VC-log* buffer *before* doing the actual check-in. That leads to a better display in case the check-in fails. (vc-latest-on-branch-p): Defined it for CVS in the obvious way. (vc-next-action-on-file): Removed special CVS cases. At this level, CVS is now mostly handled like the other backends. (vc-backend-checkout): CVS case: Clear sticky tag as default when doing a verbose checkout. (This used to be done in vc-next-action-on-file.)
* (vc-fetch-master-properties): Recognize cvs status "Unresolved Conflict".André Spiegel1995-08-181-11/+33
| | | | | | | | | | | (vc-locking-user): Count cvs status `unresolved-conflict' as "locked". (vc-checkout-model): New property and access function (still simplistic). (vc-after-save-hook): New function. (vc-mode-line): When the file is locked by somebody else, make the buffer read-only. (Formerly this was only done for root.) Don't write-protect the buffer if the file is unlocked. Instead, install vc-after-save-hook, which "locks" the file when modifications are saved.
* (pascal-mode): Set comment-start.Richard M. Stallman1995-08-171-4/+6
| | | | (pascal-toggle-completions): Doc fix.
* (hilit-submit-feedback): New bug-reporting address.Karl Heuer1995-08-171-11/+4
|
* Update address in comment.Karl Heuer1995-08-172-2/+2
|
* (rmail-new-summary): Enable the Input/output menu.Richard M. Stallman1995-08-171-0/+1
|
* (vc-next-action-on-file): Moved the setting of the default branch toAndré Spiegel1995-08-171-12/+21
| | | | | | vc-backend-checkout, where it belongs. (vc-backend-checkout): If an explicit version was specified, adjust the default branch accordingly.
* Changed references to vc-top-version into vc-master-workfile-version.André Spiegel1995-08-171-2/+3
|
* (vc-top-version): Renamed to vc-master-workfile-version. Updated allAndré Spiegel1995-08-171-14/+13
| | | | references.
* (vc-next-action-on-file): Query when trying to lock non-latestAndré Spiegel1995-08-171-1/+9
| | | | version.
* (vc-revert-buffer1): Split part of the function into vc-buffer-contextAndré Spiegel1995-08-171-34/+101
| | | | | | | | | | | | | | | | and vc-restore-buffer-context, so we can use it also in other circumstances. (vc-buffer-context, vc-restore-buffer-context): New functions. (vc-clear-headers): New function, uses the above. (vc-cancel-version): When `norevert', locks the most recent remaining version. Also, refuse to work on anything but the latest version of a branch. Removed the check whether the version is the user's, because that is difficult to decide, now that multiple branches are possible. (vc-latest-on-branch-p): New function. (vc-head-version): New access function to the already existing property. (vc-trunk-p, vc-branch-part): Functions moved before first use.
* (show-paren-command-hook): Do nothing if have unread events.Richard M. Stallman1995-08-161-1/+3
|
* (inferior-lisp): Use pop-to-buffer.Richard M. Stallman1995-08-161-1/+2
| | | | Add *inferior-lisp* to same-window-buffer-names.
* (run-scheme): Use pop-to-buffer.Richard M. Stallman1995-08-161-5/+5
| | | | Add *scheme* to same-window-buffer-names.
* (run-scheme): Use pop-to-buffer.Richard M. Stallman1995-08-161-1/+1
|
* (sh-mode-map): Use new name skeleton-pair-insert-maybe.Karl Heuer1995-08-151-10/+10
| | | | (sh-mode): Use new names skeleton-pair-alist, skeleton-pair-filter.
* (sh-test): New variable.Karl Heuer1995-08-151-32/+59
| | | | | | | (sh-if, sh-until, sh-while): Use it. (sh-while-getopts): Handle csh passably well. (sh-font-lock-keywords): Use `font-lock-variable-name-face'. (sh-set-shell): Respect `font-lock-maximum-decoration'.