1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-21 21:20:44 -08:00
Commit graph

6838 commits

Author SHA1 Message Date
Richard M. Stallman
658eed663c Don't use the completion-oriented history commands. 1993-01-28 06:16:04 +00:00
Jim Blandy
dbc4e1c129 JimB's changes since January 18th 1993-01-26 01:58:16 +00:00
Jim Blandy
7276614481 JimB's changes from January 18 to present 1993-01-26 01:56:29 +00:00
Jim Blandy
ed015bddf7 * disass.el (disassemble): Add autoload cookie for this.
* bytecomp.el (byte-decompile-bytecode): Add an autoload for this.

	compiled-function-p has been renamed to byte-code-function-p.
	* subr.el: Define compiled-function-p as an alias for it.
	* bytecomp.el: Register compiled-function-p as obsolete.
	* bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change
	uses.

	unread-command-event has been replaced by unread-command-events.
	* simple.el (prefix-arg-internal): Use this to push back all
	key sequences for processing by the main command loop, instead of
	trying to simulate its behavior ourselves.
	* bytecomp.el: Document unread-command-event as an obsolete
	variable, although nothing but the GNU Emacs 19 sources use it.
	Adjust obsolescence message for unread-command-char.
	* comint.el (comint-dynamic-list-completions): Change uses of
	unread-command-event to work with unread-command-events.
	* ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit):
	Same.
	* edebug.el (edebug-outside-excursion): 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.
	* simula.el (simula-electric-label): 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.
	* vip.el (vip-escape-to-emacs, vip-prefix-arg-value,
	vip-prefix-arg-com): Same.
1993-01-26 01:36:02 +00:00
Jim Blandy
96d699f33e compiled-function-p has been renamed to byte-code-function-p.
* subr.el: Define compiled-function-p as an alias for it.
	* bytecomp.el: Register compiled-function-p as obsolete.
	* bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change
	uses.
1993-01-26 01:29:51 +00:00
Jim Blandy
d81fd0bf01 x-selection-value has been renamed to x-selection.
x-own-selection has been renamed to x-set-selection, and the order
	of its arguments has been reversed, for consistency with other
	lisp functions like put and aset.
	* term/x-win.el (x-select-text): Adjusted.
	(x-cut-buffer-or-selection-value): Check the primary selection,
	using x-selection, instead of checking the cut buffer again.

	* term/x-win.el: Doc fix.
1993-01-26 01:26:58 +00:00
Roland McGrath
312f637b70 (tags-query-replace): C-t 1993-01-25 23:30:39 +00:00
Roland McGrath
63ed0aa079 (add-change-log-entry): Restrict PARAGRAPH-END to being on the first
page.
1993-01-25 17:05:57 +00:00
Roland McGrath
c7e6987699 (next-complete-history-element): Use only buffer contents before point
to match history elements.
1993-01-25 16:59:48 +00:00
Roland McGrath
d0678801de ({next,previous}-complete-history-element): New functions.
Bind them to M-n/M-p and next/prior in minibuffer completion maps.
1993-01-25 00:45:01 +00:00
Roland McGrath
0f6b9c324b (tags-loop-scan): Set default value to an error form. 1993-01-21 22:43:16 +00:00
Roland McGrath
2ae6a918b9 (visit-tags-table-buffer): When propagating a change of name after
file-find-noselect, refer to tags-file-name, not the undefined var FILE.
1993-01-21 22:36:48 +00:00
Roland McGrath
bf349f3687 (visit-tags-table-buffer): Error if called with 'same and no current table. 1993-01-19 21:05:15 +00:00
Jim Blandy
3a65941e41 * c-mode.el (c-switch-label-regexp): New constant.
(electric-c-terminator, c-indent-line, indent-c-exp): Use it to
	correctly recognize default labels in switch statements.
1993-01-16 06:04:16 +00:00
Richard M. Stallman
62c9fad7e2 (shell): Doc fix. 1993-01-15 07:02:35 +00:00
Roland McGrath
2be5e5dbe6 (switch-to-buffer-other-frame): Pass t to pop-to-buffer. 1993-01-14 21:28:18 +00:00
Jim Blandy
6d62a90e1f * scrollbar.el: New file.
* term/x-win.el: Require 'scrollbar.
1993-01-14 14:52:32 +00:00
Jim Blandy
d5ab20330a * simple.el (set-goal-column): Make this command disabled by default. 1993-01-14 14:50:16 +00:00
Jim Blandy
817d6535a9 * page-ext.el (next-page): Correctly handle negative page count. 1993-01-14 14:49:17 +00:00
Jim Blandy
faa3b11db6 * frame.el (frame-notice-user-settings): Don't try to delete the
initial frame if the user took care of that.
1993-01-14 14:48:57 +00:00
Jim Blandy
396890d1bd Initial revision 1993-01-14 06:41:03 +00:00
Richard M. Stallman
40a45a9f94 (mouse-save-then-kill): When deleting, avoid delay
and don't set the mark.  Replace obsolete fn event-point.
(mouse-kill): Replace obsolete fn event-point.
1993-01-13 01:31:45 +00:00
Richard M. Stallman
88c1aa792a (kill-append): Doc fix. 1993-01-11 05:10:15 +00:00
Richard M. Stallman
487fcdc0a3 (mail-unsent-separator): Add `-- begin message --'. 1993-01-09 14:30:36 +00:00
Richard M. Stallman
22faf17184 (dired-mark-read-regexp): Give dired-read-regexp 1 arg. 1993-01-09 13:54:05 +00:00
Richard M. Stallman
d2cadc4b9d (dired-regexp-history): New history list.
(dired-read-regexp): Use that history list.  Take just one arg.
1993-01-09 13:53:49 +00:00
Roland McGrath
d680e99c81 (update-copyright): Doc fix. 1993-01-09 00:01:00 +00:00
Michael I. Bushnell
a973c898d9 Use process-send-string instead of send-string. 1993-01-08 21:14:11 +00:00
Richard M. Stallman
6d7ee041a2 (add-change-log-entry): Search for existing ChangeLog
in parent dir and its parents.
1993-01-08 21:13:23 +00:00
Roland McGrath
dffd312417 (run-at-time): Use a pipe to talk to the timer process. 1993-01-08 20:28:41 +00:00
Richard M. Stallman
ac96728dda Initial revision 1993-01-08 15:30:08 +00:00
Richard M. Stallman
2e9c66ab52 entered into RCS 1993-01-08 15:12:37 +00:00
Richard M. Stallman
d2561f346f (mail-send): Don't clear modified or delete autosave if visiting a file. 1993-01-07 10:18:46 +00:00
Jim Blandy
7992688912 * simple.el (kill-region): Change interactive spec to signal an
error if the buffer is read-only, and remove the code to do a
	copy-region-as-kill if the buffer is read-only.

	* simple.el (set-mark-command): Clarify doc string.

	* simple.el (prefix-arg-internal): Don't apply string-to-char to
	get the first element of the key sequence - it might be a vector.
1993-01-07 02:50:39 +00:00
Richard M. Stallman
652304c9d3 entered into RCS 1993-01-06 04:35:15 +00:00
Richard M. Stallman
5c600c5c2f (apropos-match-keys): Handle non-chars as keys. 1993-01-04 11:36:14 +00:00
Richard M. Stallman
fdcba502fa (compilation-sentinel): Change buffer-read-only with let. 1993-01-02 21:21:14 +00:00
Richard M. Stallman
76a66e5e9f (texinfo-tex-command): Use texi2dvi.
(texinfo-texindex, texinfo-texindex-command): Commented out.
1992-12-30 08:14:01 +00:00
Richard M. Stallman
2d82f7b90d (mouse-buffer-menu): Select the window clicked on. 1992-12-29 21:06:51 +00:00
Roland McGrath
82f4acafc5 (add-change-log-entry): Notice when ENTRY is equal to FILE-NAME,
not the hard-wired string "ChangeLog".
Added missing regexp-quote's in same-day entry search.
Search only in the first paragraph for a similar entry to add to.
1992-12-29 01:07:26 +00:00
Richard M. Stallman
ffb3a4db3c (abbreviated-home-dir): New variable.
(abbreviate-file-name): Properly convert abbreviated homedir to ~.
1992-12-26 08:46:31 +00:00
Roland McGrath
21ccfb5cf1 (visit-tags-table-buffer): When picking a table and using tags-table-list,
skip over nonexistent files in the list.
1992-12-24 22:42:05 +00:00
Roland McGrath
e4fc4f587d (etags-verify-tags-table): Use eq instead of = in case char-after returns
nil.
1992-12-24 22:33:11 +00:00
Jim Blandy
70f5352e86 * sendmail.el (mail-position-on-field): `end' is guaranteed to be
at the beginning of the header separator; don't skip back to the
	end of the previous line.
1992-12-24 06:01:33 +00:00
Jim Blandy
13a5fb226a * rmail.el (rmail-unix-mail-delimiter): Not all time zone names
end with "T".  Accept any sequence of three or four alphabetic
	characters.
1992-12-24 06:01:02 +00:00
Jim Blandy
59f3e9a221 * loadup.el: Dump under the name emacs', not xemacs'. 1992-12-24 06:00:32 +00:00
Jim Blandy
57c8389c3d * compile.el (compilation-error-regexp-alist): Tightened up
BSD/GNU regexp to insist that line number end with a colon or
	close-paren.

	* compile.el (compilation-error-regexp-alist): Add regexp for the
	MIPS CC distributed with Ultrix.
1992-12-24 06:00:03 +00:00
Jim Blandy
8931ecc028 * c-mode.el (c-fill-paragraph): Calculating the proper fill-prefix
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.
1992-12-24 05:59:00 +00:00
Roland McGrath
4d997d08f1 (visit-tags-table-buffer): Don't look in list for tags-file-name if nil. 1992-12-21 19:13:11 +00:00
Roland McGrath
b6176f6493 Many comments added and docstrings fixed.
(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.
1992-12-21 19:08:50 +00:00