aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * c-mode.el (c-fill-paragraph): Calculating the proper fill-prefixJim Blandy1992-12-241-14/+52
| | | | | | | | | shouldn't change the buffer text. Make it not. If we're in the blank space before another comment, fill that one as a comment, not as normal text. * c-mode.el (c-fill-paragraph): When guessing the fill prefix, don't ever grab any actual text.
* (visit-tags-table-buffer): Don't look in list for tags-file-name if nil.Roland McGrath1992-12-211-1/+2
|
* Many comments added and docstrings fixed.Roland McGrath1992-12-211-123/+197
| | | | | | | | | | | | | | | | | | (tags-table-list): Elt of nil is not special. (tags-expand-table-name): Value of nil is not special. (tags-next-table): Removed arg RESET; no caller used it. (visit-tags-table-buffer): Don't need to do tags-expand-table-name in or form. When table is invalid, only set tags-file-name to nil globally if its global value contained the losing table file name. (find-tag-tag): Return a string, not a list. (find-tag-noselect, find-tag, find-tag-other-window, find-tag-other-frame): Changed callers. (etags-recognize-tags-table): Call etags-verify-tags-table, rather than duplicating its functionality. (visit-tags-table-buffer): When CONT is 'same, set it to nil after the cond. We want the normal list frobbing to take place in this case. (find-tag-other-window): Save and restore window-point around call to find-tag-noselect.
* (ignore): Use defun instead of fset to define; the byte compiler is smartRoland McGrath1992-12-211-8/+3
| | | | enough now not to compile this trivial function into slow byte code.
* Display load-path at start.Richard M. Stallman1992-12-191-0/+3
|
* * vc.el (vc-do-command): Set the default directory of the *vc*Jim Blandy1992-12-121-1/+6
| | | | buffer to the directory containing FILE.
* Sat Dec 12 03:22:57 1992 Jim Blandy ([email protected])Jim Blandy1992-12-121-1/+2
| | | | | | * paths.el (Info-default-directory-list): The info files are supposed to be in /usr/local/info these days. Add it to the list of directories to search.
* The find-file-name-handler function in ../src/fileio.c is nowJim Blandy1992-12-124-64/+9
| | | | | | | | | | callable from lisp; use it instead of writing out its code. * dired-aux.el (dired-compress-file): Just that. * dired.el (dired-uncache): Just that. * files.el (file-local-copy, file-truename, file-name-sans-versions, make-directory, save-buffers-kill-emacs): Just that. * ls-lisp.el (insert-directory): Just that.
* * lpr.el (lpr-switches, lpr-command): Make these defvars, notJim Blandy1992-12-121-2/+2
| | | | defconsts.
* * ange-ftp.el (ange-ftp-unhandled-file-name-directory): NewJim Blandy1992-12-121-1/+8
| | | | | function. Set ange-ftp's `unhandled-file-name-property' to its name.
* (Info-{first,second,third,fourth,fifth}-menu-item): Removed.Roland McGrath1992-12-091-1/+1
| | | | | (Info-nth-menu-item): New function; bound to 1..9. Bind 0 to undefined, not to Info-nth-menu-item.
* (Info-{first,second,third,fourth,fifth}-menu-item): Removed.Roland McGrath1992-12-091-34/+17
| | | | (Info-nth-menu-item): New function; bound to 1..9.
* * sendmail.el (mail-self-blind, mail-interactive,Jim Blandy1992-12-061-3/+3
| | | | | | mail-yank-ignored-headers): Make these defvars, not defconsts. Otherwise, they wipe out the user's customizations when we autoload sendmail.el.
* Tue Dec 1 22:34:42 1992 Jim Blandy ([email protected])Jim Blandy1992-12-061-17/+31
| | | | | | * hanoi.el (hanoi): If pole-spacing is odd, round down, not up. To see if the window is wide enough, just check if one half of a ring will fit inside pole-spacing.
* Fri Dec 4 00:31:30 1992 Jim Blandy ([email protected])Jim Blandy1992-12-061-1/+1
| | | | | | * c-mode.el (c-fill-paragraph): When trying to make sure that the comment ender isn't on its own line, don't signal an error if there is no comment ender.
* * c-mode.el (c-style-alist): Add quotes around C++ style name.Eric S. Raymond1992-12-061-1/+1
|
* (add-change-log-entry): Expand file-name again after chasing links.Richard M. Stallman1992-11-271-1/+2
|
* (vc-next-action): Undo previous change.Richard M. Stallman1992-11-201-2/+3
|
* Thu Nov 19 16:44:24 1992 Jim Blandy ([email protected])Jim Blandy1992-11-201-25/+40
| | | | | | | | | | | | | * vc.el (vc-next-action): Pass t as NOQUERY argument to vc-resynch-window here too. This means that all uses of vc-resynch-window pass t; I'm going to wait until I understand the situation better before I rip out the NOQUERY argument altogether. * vc.el (vc-revert-buffer1): Try to preserve the position of mark as well as point. (vc-position-context, vc-find-position-by-context): New functions to help with that, made out of the old innards of vc-revert-buffer1.
* * subr.el (lambda): Doc fix.Jim Blandy1992-11-201-3/+11
|
* * fortran.el: New version of version 1.30 (!) from Stephen A. WoodJim Blandy1992-11-201-240/+132
| | | | | | | <[email protected]> * fortran.el: New version (1.30) from "Stephen A. Wood" <[email protected]>
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-9/+9
| | | | | | | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * vip.el (vip-delete-char, vip-delete-backward-char, ex-delete): Don't pass nil as a fourth argument to vip-append-to-register; it takes only three. (vip-mark-point, ex-mark): Pass required second argument to point-to-register.
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-1/+1
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * terminal.el (te-escape-extended-command-unread): Same.
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-3/+3
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * sun-mouse.el (mouse-second-hit): Same.
* * subr.el (lambda): Don't use backquotes in lambda's definition.Jim Blandy1992-11-161-3/+5
| | | | | | | | * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * subr.el (read-quoted-char, momentary-string-display): Same.
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-2/+2
| | | | | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * simula.el (simula-electric-label): Same. * simula.el (simula-calculate-indent): Call backward-word with the appropriate argument.
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-2/+2
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * replace.el (perform-replace): Same.
* * rect.el (operate-on-rectangle): Use move-to-column's FORCEJim Blandy1992-11-161-25/+11
| | | | | | | | | | | | argument instead of implementing it ourselves. (rectangle-coerce-tab): No longer used; deleted. * rect.el (open-rectangle): Leave point at the upper corner of the rectangle just opened, in imitation of open-line. Fix doc typo. (open-rectangle-line): Use skip-chars-backward's LIM argument to leave spaces before the line segment's beginning undisturbed. * rect.el: Provide 'rect.
* * paths.el (rmail-spool-directory): Add dgux-unix to the list ofJim Blandy1992-11-161-1/+2
| | | | systems which put their mail in "/usr/mail".
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-1/+1
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * mlsupport.el (push-back-character): Same.
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-1/+1
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * map-ynp.el (map-y-or-n-p): Same.
* * lpr.el (lpr-command, lpr-switches): Removed strings startingJim Blandy1992-11-161-4/+6
| | | | | | | | with \newline; this file is loaded in loaddefs.el, and doesn't need to follow that convention. * lpr.el (lpr-command): Add dgux-unix to the list of systems which want "lp".
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-6/+23
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * isearch-mode.el (isearch-update, isearch-unread): Same.
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-1/+1
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * info.el (Info-summary): Same.
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-1/+1
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * gnus.el (gnus-Subject-next-article): Same.
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-2/+2
| | | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * fortran.el (fortran-abbrev-start, fortran-window-create-momentarily): Same.
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-5/+5
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * emerge.el (emerge-show-file-name): Same.
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-2/+2
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * electric.el (Electric-command-loop): Same.
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-2/+2
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * ehelp.el (electric-help-command-loop): Same.
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-3/+3
| | | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit): Same.
* * disass.el (byte-compile): Specify that the 'byte-compile featureJim Blandy1992-11-161-1/+1
| | | | is provided in the file "bytecomp".
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-1/+1
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * comint.el (comint-dynamic-list-completions): Same.
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-0/+4
| | | | * bytecomp.el: (require 'backquote).
* * ange-ftp.el (ange-ftp-repaint-buffer): Give this a non-hackyJim Blandy1992-11-161-17/+6
| | | | | | definition using (message nil). (ange-ftp-read-passwd, ange-ftp-process-filter): Uncomment out the calls to ange-ftp-repaint-buffer.
* * simple.el (comment-column): Doc fix.Jim Blandy1992-11-151-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * simula.el (simula-electric-label): Same. * comint.el (comint-dynamic-list-completions): Same. * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit): Same. * ehelp.el (electric-help-command-loop): Same. * electric.el (Electric-command-loop): Same. * emerge.el (emerge-show-file-name): Same. * fortran.el (fortran-abbrev-start, fortran-window-create-momentarily): Same. * gnus.el (gnus-Subject-next-article): Same. * info.el (Info-summary): Same. * isearch-mode.el (isearch-update, isearch-unread): Same. * map-ynp.el (map-y-or-n-p): Same. * mlsupport.el (push-back-character): Same. * replace.el (perform-replace): Same. * simple.el (prefix-arg-internal): Same. * subr.el (read-quoted-char, momentary-string-display): Same. * sun-mouse.el (mouse-second-hit): Same. * terminal.el (te-escape-extended-command-unread): Same.
* Doc fix.Christopher Zaborsky1992-11-106-44/+49
|
* Dox fix.Christopher Zaborsky1992-11-102-7/+7
|
* (vc-cancel-version): Use yes-or-no-p.Richard M. Stallman1992-11-081-2/+2
|
* * startup.el (normal-top-level): Don't worry about settingJim Blandy1992-11-071-11/+14
| | | | | default-directory to PWD if PWD is shorter. And, if PWD isn't accurate, delete it.
* * isearch.el (isearch-frames-exist): This isn't what we want -Jim Blandy1992-11-071-5/+9
| | | | | | | | | | | | | replaced by... (isearch-gnu-emacs-events): non-nil if should expect events in the style generated by GNU Emacs 19. Set if set-frame-height is fboundp; this is true on any GNU Emacs 19, whether or not it was compiled with multiple frame support. (isearch-mode-map): Test isearch-gnu-emacs-events instead of isearch-frames-exist to see if we should bind switch-frame events. (isearch-update): Test isearch-gnu-emacs-events instead of isearch-frames-exist to see if unread-command-char's quiescent value is nil or -1.