1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

1370 Commits

Author SHA1 Message Date
Richard M. Stallman
ccb629e40b (string-rectangle): Renamed from fill-rectangle.
(string-rectangle-line): Renamed from fill-rectangle-line.
1993-05-03 15:01:18 +00:00
Jim Blandy
d5ec09ce2e * sun-mouse.el (suspend-emacstool): Run suspend-hook, not
suspend-hooks.
1993-05-03 04:05:33 +00:00
Jim Blandy
b22795d3e8 * yow.el (yow): Fix interactive spec. 1993-05-03 03:41:07 +00:00
Jim Blandy
15e0fbfaff * subr.el (listify-key-sequence): Use a character constant to
decide which bits to flip, not an integer constant.
1993-05-03 03:40:40 +00:00
Jim Blandy
684602b92e * sendmail.el (mail-setup): Don't insert "--\n" before the
signature.  If they want it, they can put it in their .signature
	file.
1993-05-03 03:40:10 +00:00
Jim Blandy
1a786d291b * mouse.el (mouse-buffer-menu): Don't right-justify the buffer
name; this doesn't look nice if we use a proportional font.
1993-05-03 03:38:36 +00:00
Jim Blandy
e084483dea * lucid.el: Comment out fset of set-screen-width properly.
* lucid.el: (provide 'lucid).

	* lucid.el: (switch-to-other-buffer): Avoid buffers whose names
	start with a space.
1993-05-03 03:37:47 +00:00
Jim Blandy
28dbf5014a * files.el (insert-directory): Undo change of March 23;
dereferencing links is inappropriate for dired.

	* files.el (abbreviate-file-name): If abbreviated-home-dir ends
	with a slash, don't remove the corresponding slash from filename
	when we collapse the home directory to ~.
1993-05-03 03:37:22 +00:00
Jim Blandy
85dd3810c9 * edebug.el (edebug-display): Call the `mark' function with the
FORCE argument non-nil, so that we don't get an error if the mark
	isn't set yet.

	* edebug.el (global-edebug-prefix, global-edebug-map): Add
	autoload cookies for these, so they are present when Emacs starts
	up.

	* edebug.el (global-edebug-map): Bind `C-x X d' to edebug-defun in
	this map; we can't bind it to `C-x x', as the installation
	instructions suggest, because that conflicts with
	copy-to-register.
1993-05-03 03:36:19 +00:00
Jim Blandy
afb1e4b480 * disp-table.el (describe-display-table): Don't use the term
"rope"; we're using vectors of characters now.
	(standard-display-8bit, standard-display-ascii): Set the element
	of the display table to a vector, not an integer; the latter
	doesn't mean anything.
1993-05-03 03:35:53 +00:00
Jim Blandy
f4c0acdb93 * comint.el (comint-match-partial-pathname): Move "---" range in
character class in regular expressions to the end of the character
	class; this way, it meets the POSIX regexp specs.
1993-05-03 03:35:01 +00:00
Jim Blandy
f33419002e * bytecomp.el (meta-flag): Declare this an obsolete variable.
* bytecomp.el: The `suspend-hooks' variable is obsolete now, and
	`suspend-hook' is the right name.
1993-05-03 03:34:20 +00:00
Richard M. Stallman
1770543d43 (find-file-noselect): On VMS, maybe set buffer-file-name
to the truename.  Depends on find-file-not-true-dirname-list
1993-05-02 12:46:26 +00:00
Richard M. Stallman
c43e436c21 (vc-mode-line): Don't alter key bindings.
(vc-toggle-read-only): Put on C-x C-q unconditionally.
(vc-mode): Add permanent-local property.
1993-05-01 15:00:34 +00:00
Richard M. Stallman
a1bda481b9 (vc-revert-buffer1): Fix format of compilation-error-list. 1993-05-01 03:09:16 +00:00
Richard M. Stallman
1cc2fbeb29 (find-file-noselect): Do set buffer-file-name
to the truename, when find-file-visit-truename.

(file-truename): Redo esr's change.
1993-04-30 11:54:04 +00:00
Richard M. Stallman
caf15d4f18 (vc-match-substring): Renamed from match-substring.
(vc-parse-buffer): Use new name.
1993-04-29 17:58:37 +00:00
Richard M. Stallman
24fdffaaa0 (shell-prompt-pattern): Undo last change. 1993-04-29 14:23:22 +00:00
Richard M. Stallman
dff7d67f26 (up-arrow, down-arrow, left-arrow, right-arrow): Deleted.
(kill-line, next-line-add-newlines): Doc fix.
(kill-whole-line): Doc fix.
(kill-forward-chars, kill-forward-chars): Reinsert as before.

Change defalias to define-function.
1993-04-29 13:57:52 +00:00
Roland McGrath
e9c8e24886 (vc-revert-buffer1): Ignore non-marker elts of compilation-error-list. 1993-04-28 22:48:52 +00:00
Roland McGrath
0b18a8f6e1 Add compilation-minor-mode to minor-mode-alist and minor-mode-map-alist.
(compilation-minor-mode): New defvar.
(compilation-minor-mode-map): New defvar; keymap with the bindings
from compilation-mode-map except SPC and DEL.
(compilation-mode-map): Construct this keymap to inherit from
compilation-minor-mode-map.
(compilation-setup): New function, code broken out of compilation-mode.
(compilation-mode): Call it.
(compilation-minor-mode): New function to toggle
compilation-minor-mode; if setting it, call compilation-setup.
1993-04-28 22:44:29 +00:00
Eric S. Raymond
9ae11a8907 Installed Aaron Larson's new bibtex.el. See the header comment for
details.
1993-04-28 21:19:21 +00:00
Roland McGrath
8b38db3389 (gnus-inews-organization): If ORGANIZATION is "", set it to nil. 1993-04-28 20:31:02 +00:00
Roland McGrath
59c6a78e58 (file-truename): Undo last change. 1993-04-28 17:33:42 +00:00
Eric S. Raymond
e4c8c838e9 Removed spurious comment (obsoleted by ;;;###autoload). 1993-04-28 17:08:14 +00:00
Eric S. Raymond
0d5bbbf750 (hscroll-step): New variable.
(hscroll-point-visible): New function.
(left-arrow, right-arrow): These use hscroll-point-visible for better auto-
scrolling behavior.
1993-04-27 22:01:32 +00:00
Eric S. Raymond
ca9c75792e Completed the package entry point's name change from edit-picture to
picture-mode.
(move-to-column-force, picture-end-of-line): When movement is completed,
scroll horizontally if necessary to make point visible.
(picture-beginning-of-line): New function.  Exists to force horizontal
scrolling if the buffer is wide.
(picture-mode-map): Instead of rebinding common keystrokes, use
substitute-key-definition to remap all keystrokes attached to the
corresponding commands.
1993-04-27 21:59:55 +00:00
Eric S. Raymond
f03e319c88 (gud-format-command): Fix %f expansuuin to send ondly the basename of
files to gdb.
1993-04-27 21:59:46 +00:00
Eric S. Raymond
8a5066940a (file-truename): Do the right thing when /home/gp2/eric = "". 1993-04-27 21:59:41 +00:00
Roland McGrath
d74e816f04 (find-tag-interactive): New function to read args for find-tag et al.
(find-tag-noselect, find-tag, find-tag-other-window, find-tag-other-frame,
find-tag-regexp): Use it.
(find-tag, find-tag-other-window): Take new arg REGEXP-P, pass to
find-tag-noselect.
(find-tag-regexp): Call either find-tag-other-window or find-tag, rather
than find-tag-noselect and switch-to-buffer[-other-window].
(tags-location-stack): New defvar.
(find-tag-noselect): If NEXT-P is '-, pop location off tags-location-stack.
1993-04-26 19:21:01 +00:00
Eric S. Raymond
8241d7b92d Doc fixes. Also a few teaks to pacify the byte-compiler. 1993-04-26 05:15:08 +00:00
Eric S. Raymond
54f91c5b02 I started to clean this up and make it work under System V, until I hit a wall.
Discussion with Jim Blandy reveals that it can no longer be made to work
properly at all due to changes in Emacs's terminal-control interface.  So
it's getting deep-sixed, but these cleanups go in on the outside chance that
we want to revive it someday.
1993-04-26 05:15:04 +00:00
Eric S. Raymond
10d96c7d2c (global-map): Dyke out the last two event-to-function bindings. These belong
in loaddefs.el or the user's .emacs, not in a terminal support package.  Also
do the right thing and transplant all suspend-emacs bindings to iconify-frame,
rather than just C-z.
1993-04-26 05:15:01 +00:00
Eric S. Raymond
a91b2e223a (cd): Handle leading "~" like an absolute filename. 1993-04-26 05:01:41 +00:00
Eric S. Raymond
62f61df0e7 Changed fsets to defaliases. 1993-04-26 04:19:48 +00:00
Eric S. Raymond
7e0f6efc87 (comint-mod): Nuked. A call to ring-mod replaces it.
(comint-mem): Nuked.  A call to member replaces it.
1993-04-25 22:26:51 +00:00
Eric S. Raymond
d3af54acef Rewritten. A poor choice of representation made the old code excessively
complex.  The new version is smaller and faster.  The interface is
unchanged, except that ring-remove now accepts an optional numeric argument
specifying the element to remove.
1993-04-25 22:26:48 +00:00
Eric S. Raymond
5b08a462d2 Set no-byte-compile local variable t to work around a byte-compiler bug.
(gud-def, global-map): Move C-x C-a commands to global map.  Restore
original C-x SPC global binding.
1993-04-25 22:26:45 +00:00
Eric S. Raymond
8c0aaf4075 (vc-diff): Get proper error message when you run this with no prefix
arg on an empty buffer.

(vc-directory): Better directory format --- replace the user and group IDs
with locking-user (if any).

(vc-finish-logentry, vc-next-comment, vc-previous-comment):  Replace
*VC-comment-buffer* with a ring vector.
1993-04-25 22:26:40 +00:00
Eric S. Raymond
3ab1f5b5ef (down-arrow): New function. Uses next-line-add-newlines to suppress
addition of new lines at end of buffer.
(up-arrow): Alias of previous-line, added for consistency.
These changes complete terminal-type-independent support for arrow keys.
1993-04-25 06:14:13 +00:00
Eric S. Raymond
2f3067de92 (tex-compilation-parse-errors): Added. At the moment, this would have
to be applied manually.  It's not worth trying to integrate this with
the rest of the mode more tightly until we decide whether and how
compile's interface is going to change away from a closed subsystem.
1993-04-25 06:14:10 +00:00
Eric S. Raymond
231c4e102b (cd): Changed to use to resolve relative cd calls.
(cd-absolute): Added.  This is actually the old cd code with a changed
doc string.
(parse-colon-path): Added. Path-to-string exploder --- may be useful elsewhere.
1993-04-25 06:14:06 +00:00
Eric S. Raymond
41dc743ded Added and fixed documentation.
(ring-rotate):  Nuked.  It was (a) unused, and (b) totally broken (as in,
any attempt to use it died with a type error, and when I patched it to fix
that I found its algorithm was broken).
(ring-ref): Added doc string.
1993-04-25 06:14:03 +00:00
Noah Friedman
42d5c01e21 *** empty log message *** 1993-04-24 10:10:19 +00:00
Eric S. Raymond
b457cc3bab Replaced all fsets with defaliases. 1993-04-23 07:31:14 +00:00
Eric S. Raymond
31e1d9206b All fsets changed to defaliases. 1993-04-23 06:51:44 +00:00
Eric S. Raymond
f2a2c3d2e3 Some fsets changed to defaliases. 1993-04-23 06:50:51 +00:00
Eric S. Raymond
059184ddd5 All fsets changed to defaliases.
EOT

ci -u dired.el <<EOF
Some fsets changed to defaliases.
1993-04-23 06:50:48 +00:00
Eric S. Raymond
38ebcf290b All fsets changed to defaliases.
(kill-forward-chars, kill-backward-chars): Deleted.  These were
internal subroutines used by delete-char and delete-backward-char
before those functions were moved into the C kernel.  Now nothing uses
them.
(kill-line): Added kill-whole-line variable.  Defaults to nil; a
non-nil value causes a kill-line at the beginning of a line to kill
the newline as well as the line.  I find it very convenient.  Emulates
Unipress' &kill-lines-magic variable.
(next-line): Added next-line-add-newlines variable.  If nil, next-line will not
insert newlines when invoked at the end of a buffer.  This obviates three LCD
packages.
(left-arrow, right-arrow): New functions.  These do backward-char and
forward-char first. If line truncation is on, they then scroll left or
right as necessary to make sure point is visible.
1993-04-23 06:50:37 +00:00
Eric S. Raymond
cdccfc0d1c Initial revision 1993-04-23 03:54:38 +00:00
Eric S. Raymond
c36881cfa6 (define-function): Changed name back to defalisaases to get things in
a known-good state.
1993-04-23 03:43:33 +00:00
Eric S. Raymond
2fcf8a07b3 (global-map): Remove function key bindings that duplicate stuff in
loaddefs.el.
1993-04-23 02:21:02 +00:00
Eric S. Raymond
b501435020 Commentary added.
(telnet): Doc fix.
(rsh): Added entry point for rsh to remote host, per suggestion by
Michael McNamara <mac@ardent.com>.  No change to any other code.
1993-04-23 02:20:59 +00:00
Eric S. Raymond
1143a6b0e2 (Info-find-node, Info-insert-subfile): Do the right thing if info files have
been compressed or gzipped.  This is saving me lots of disk space.
1993-04-23 02:20:55 +00:00
Roland McGrath
46421cea47 (ange-ftp-binary-file-name-regexp): Match .z and .z-part-?? files. 1993-04-22 22:56:54 +00:00
Eric S. Raymond
9e9bf716c4 Rewritten and simplified, commentary added. It now will usually
detect when the makefile target or macro lists need to be rebuilt and do it
automatically; in particular, this means you no longer have to deal
with an annoying wait at find-time.
1993-04-21 03:47:05 +00:00
Roland McGrath
27f2f10b21 (vc-revert-buffer1): Typo fix in last change. 1993-04-19 21:29:48 +00:00
Roland McGrath
8f95f0ced4 (shell-mode): isationization (doc fix). 1993-04-19 21:26:07 +00:00
Roland McGrath
bd5201e334 (shell-mode): Capitalize mode name. 1993-04-19 21:19:44 +00:00
Roland McGrath
f495d400ea (vc-comment-to-change-log): Restored interactive spec. Why was it
removed?  Why does the only log entry mentioning this function contain
no actual information?
1993-04-19 21:19:10 +00:00
Roland McGrath
ab8775832a (vc-revert-buffer1): Completely rewrote compilation reparsing code. 1993-04-19 21:13:47 +00:00
Roland McGrath
4269ed64c8 (find-file-noselect): Never set SAME-TRUENAME to a buffer whose
buffer-file-name is nil.
1993-04-19 20:36:23 +00:00
Roland McGrath
a292c99fb5 (set-auto-mode): If the buffer begins with "#!", look for -*- in the first
two lines, not just the first one.
1993-04-19 20:27:50 +00:00
Richard M. Stallman
5e6cb310a7 (mail-do-fcc): Make a numeric time zone indicator
with current-time-zone--don't run `date'.
1993-04-17 21:46:13 +00:00
Richard M. Stallman
65c35dc657 (tc-dissociate): Renamed from tc-kill-association.
Move binding to C-x 6 d.
1993-04-17 04:35:15 +00:00
Richard M. Stallman
6101b31fb0 (byte-compile, byte-compile-keep-pending)
(byte-compile-file-form-defmumble): Generate define-function
rather than fset, to install definitions for defun, defmacro, etc.
1993-04-17 01:26:24 +00:00
Richard M. Stallman
2b86d62c8f entered into RCS 1993-04-16 23:43:57 +00:00
Eric S. Raymond
0f8becaa42 Add defvars to pacify the byte compiler, at RMS's request. 1993-04-16 19:36:29 +00:00
Eric S. Raymond
a4ef658478 (diff-parse-differences): Small robustification --- don't lose if we
call this with compilation-parsing-end nil
1993-04-16 19:35:22 +00:00
Eric S. Raymond
17e2c564c7 (shrink-window-if-larger-than-buffer): Moved to window.el. 1993-04-16 19:23:21 +00:00
Noah Friedman
8ae3bc9f18 *** empty log message *** 1993-04-16 13:06:01 +00:00
Richard M. Stallman
30c9c6d750 (resume-suspend-hook): Renamed from resume-empty-args-file. 1993-04-14 21:44:04 +00:00
Richard M. Stallman
078380acff (resume-empty-args-file): Renamed from empty-args-file.
Add autoload cookie.
(resume-emacs-args-buffer): Renamed.
(resume-write-buffer-to-file): Renamed.
1993-04-14 21:41:27 +00:00
Roland McGrath
e2b6138f10 (update-file-autoloads, update-directory-autoloads): If called
interactively, save generated-autoload-file when done.
1993-04-14 19:56:19 +00:00
Richard M. Stallman
5c2946c73b (makefile-mode): Fix typo in autoload cookie. 1993-04-14 19:47:05 +00:00
Richard M. Stallman
b68c164d27 Doc fixes. 1993-04-14 19:40:53 +00:00
Eric S. Raymond
45025813de (gud-mode): Created C-c synonym bindings in the GUD buffer's local map.
(gud-key-prefix): Changed to C-x C-a.
1993-04-14 16:41:51 +00:00
Eric S. Raymond
9141bec098 Name changed from sun-cursors.el to protect the innocents. 1993-04-14 16:38:49 +00:00
Eric S. Raymond
3aee11cd33 Name changed to fit in a 14-character limit. 1993-04-14 16:33:20 +00:00
Eric S. Raymond
a0900d9fca (shrink-window-if-larger-than-buffer): Moved from electric.el to windows.el,
minor bug fix.  This is to avoid code duplication between vc.el,
electric.el, and finder.el.

(ctl-x-map): Added C-x - and C-x + as bindings for
shrink-window-if-larger-than-buffer and balance-windows respectively.
Since shrink-window-if-larger-than-buffer has to live here anyhow, let
users use it to manage screen space.
1993-04-14 03:34:44 +00:00
Eric S. Raymond
64e07c7ba7 (lm-commentary-region): Gone.
(lm-commentary): New function.
1993-04-14 03:34:42 +00:00
Eric S. Raymond
101dad14a5 Rewritten. The Finder is now a major mode with the ability to browse
package commentary sections.
1993-04-14 03:34:39 +00:00
Richard M. Stallman
342df1e247 (rot13-display-table): Use vector', not make-rope'. 1993-04-12 07:54:16 +00:00
Richard M. Stallman
82093c705b Use vector', not make-rope'. 1993-04-12 07:54:04 +00:00
Richard M. Stallman
8931b34ae2 (rot13-other-window): Add autoload. 1993-04-12 07:49:31 +00:00
Richard M. Stallman
4e7afa864d (find-file-noselect): Verify other buffers' file numbers are still valid. 1993-04-11 21:22:35 +00:00
Richard M. Stallman
e407986c56 (fill-nonuniform-paragraphs): New command. 1993-04-11 04:02:23 +00:00
Eric S. Raymond
81937af25a (gdb, sdb, dbx): Improved prompting a la grep. 1993-04-10 14:28:05 +00:00
Eric S. Raymond
735b306168 Clean up cmu* uses in header comments. 1993-04-10 14:27:54 +00:00
Jim Blandy
9a5336ae36 * subr.el (overlay-start, overlay-end, overlay-buffer): New
defsubsts.
1993-04-10 06:21:55 +00:00
Jim Blandy
51534471f6 Sat Apr 10 00:39:29 1993 Jim Blandy (jimb@totoro.cs.oberlin.edu)
* paragraphs.el (sentence-end, forward-sentence): Doc fixes.
1993-04-10 06:21:16 +00:00
Jim Blandy
f5a168237e * finder.el (finder-by-keyword): Build an alist to pass to
completing-read, instead of building an invalid obarray.

	* finder.el (finder-by-keyword): If the user quits or enters the
	empty string in response to the keyword prompt, restore the old
	window configuration properly.
1993-04-10 06:20:55 +00:00
Eric S. Raymond
f3613f5bb5 (emerge-with-ancestor): Applied Donald Erway's fix patch, which
included the following explanatory comment: "D.Erway - This used to
just do emerge-get-diff3-group on 2, then on 3. This was incorrect,
since the file 3 info for a diff can preceed the file 2 info for that
same diff. So we save and restore point to overcome this.
1993-04-09 23:17:05 +00:00
Roland McGrath
da8826b498 (generate-file-autoloads): Doc fix. 1993-04-08 21:47:39 +00:00
Eric S. Raymond
124250cf9a (vc-comment-to-change-log): Merged in the remainder of jimb's last
change.
1993-04-08 16:51:04 +00:00
Eric S. Raymond
8d23c16b3e dired-noselect, dired-internal-noselect, dired-insert-directory:
Enhancements to support passing dired a DIRNAME argument consisting
of a directory-name car and a list-of-files cdr.  This is needed to
support VC's augmented dired, which wants a filtered file display
that recurses (showing all version-controlled files in subdirectories
as well as the top-level ones).
1993-04-08 16:35:59 +00:00
Eric S. Raymond
7bc2b98bd8 vc-mode: name change. 1993-04-08 16:35:57 +00:00
Eric S. Raymond
e1f297e66c (vc-directory. vc-start-entry, vc-next-action, vc-next-action-on-file):
The vc-directory listing is now in an augmented Dired mode that supports
vc-next-action on all marked files.
1993-04-08 16:35:52 +00:00
Eric S. Raymond
ee0155df12 Massive changes, amounting nearly to a rewrite. The new features
include auto-configuring support for SVr4, more commands, and a full minor-mode
implementation that binds all GUD commands not just in the GUD interaction
mode, but in C buffers visited by GUD.  The common prefix of GUD commands is
now C-x X, like electric-debug mode.
1993-04-08 16:35:48 +00:00
Eric S. Raymond
235aa29bda Added and corrected library headers. 1993-04-08 16:17:43 +00:00
Richard M. Stallman
1db87953e5 entered into RCS 1993-04-08 07:10:13 +00:00
Richard M. Stallman
6de6752c6c Add copyright notice. 1993-04-08 06:57:54 +00:00
Roland McGrath
0e8ec8d0cc (compile-internal): Initialize the process-mark. 1993-04-07 20:58:20 +00:00
Roland McGrath
f34a4d8dcc (compilation-error-regexp-alist): Tighten first regexp so that it
requires a colon or open-paren before the line number, not just
whitespace.
1993-04-07 20:14:29 +00:00
Roland McGrath
e0446ff70d (compilation-parse-errors): Remove debugging setq. 1993-04-07 19:57:10 +00:00
Roland McGrath
ad62b7f198 (compilation-filter): New function.
(compile-internal): Make it the process's filter.
1993-04-07 18:34:17 +00:00
Roland McGrath
d4035a267d (compilation-error-regexp-alist): Fixed MIPS CC regexp to match file
names longer than one char.
(compilation-parse-errors): Error if compilation-error-regexp-alist is nil.
1993-04-07 18:26:27 +00:00
Jim Blandy
b7fc702ec2 Doc fix. 1993-04-07 15:14:21 +00:00
Richard M. Stallman
5119b4121e (untabify): Don't really change where restriction starts. 1993-04-07 04:27:30 +00:00
Richard M. Stallman
63ea14a5b2 (dired-pop-to-buffer): Adjust count-lines val for last line. 1993-04-06 17:11:57 +00:00
Roland McGrath
594be62efd (vc-comment-to-change-log): Renamed from vc-comment-to-changelog.
Take optional arg and pass it to find-change-log.
Added docstring and interactive spec.
1993-04-05 23:52:16 +00:00
Roland McGrath
45a13f0da3 (find-change-log): New function.
(add-change-log-entry): FILE-NAME frobnicating code moved there; call it.
1993-04-05 23:48:01 +00:00
Roland McGrath
7ee790acbd (compilation-error-regexp-alist): Merged HP-UX 7.0 fc regexp with the
GNU format regexp: just allowing blanks to terminate the line number
makes that one handle the HP case.  Merged MIPS RISC CC regexp with
Apollo cc regexp: make "s optional, and don't anchor to bol.
1993-04-05 22:35:50 +00:00
Roland McGrath
7e8d262512 (compilation-error-regexp-alist): Changed MIPS RISC CC regexp (last one) to
be anchored at bol, and to never match multiple lines.
1993-04-05 21:13:43 +00:00
Richard M. Stallman
3585916ff7 (dired-unmark-all-files): Read the arg as just a char. 1993-04-05 06:23:05 +00:00
Eric S. Raymond
0cbe967f85 Added or corrected documentation headers 1993-04-03 23:28:03 +00:00
Eric S. Raymond
465fceed88 Initial revision 1993-04-03 23:28:03 +00:00
Noah Friedman
4be9a25f02 new comint-read-noecho. 1993-04-03 11:00:56 +00:00
Eric S. Raymond
dd4e1002eb (repeat-history-command): Bug fix. Someone forgot a car. 1993-04-02 16:41:54 +00:00
Richard M. Stallman
315b23696a (mpuz-try-letter): Use read-char to read digit.
Use message directly also.  Use downcase.
(mpuz-read-map): Deleted.
1993-04-02 08:12:40 +00:00
Richard M. Stallman
efb8f835e5 (eval-defun): Rename argument to avoid collision.
(eval-last-sexp): Likewise.
1993-04-01 22:20:19 +00:00
Roland McGrath
4a92b718e0 (etags-tags-completion-table): Rewritten with a mondo regexp. 1993-04-01 02:11:02 +00:00
Jim Blandy
77328ee1d3 * timer.el (timer-program): New defconst.
(run-at-time): Use timer-program as the name of the program the
	subprocess should run, and search for it in exec-directory, rather
	than checking the entire exec path.
1993-04-01 01:07:38 +00:00
Roland McGrath
9d0f559a4d (indent-for-comment): Use skip-syntax-backward in place of
skip-chars-backward.
Correctly set INDENT to the return value of comment-indent-function.
1993-03-31 23:42:37 +00:00
Roland McGrath
17276ed336 (etags-tags-completion-table): Use skip-syntax-backward instead of
skip-chars-backward.
1993-03-31 23:30:25 +00:00
Roland McGrath
79d0c1e7ab (view-buffer-other-window): Remove spurious backslashes from
interactive spec.
1993-03-31 23:16:10 +00:00
Roland McGrath
54d1c8face (view-exit): Use local map view-old-local-map, not (current-local-map). 1993-03-31 23:12:07 +00:00
Roland McGrath
03329370c2 (map-y-or-n-p): Make bindings of user-defined keys be each a vector
containing the user's binding, rather than 'user.  Check (vectorp DEF)
and call the vector's elt, rather than checking (eq 'user DEF) and
calling something completely random.
1993-03-31 22:20:33 +00:00
Roland McGrath
6c416012fe (enable-command): Remove spurious assignment of free variable `foo'. 1993-03-31 21:25:06 +00:00
Roland McGrath
7f26b1809d (describe-function): For Lisp functions, write a prototype call before
the docstring, instead of an argument description after it.
1993-03-31 21:11:33 +00:00
Noah Friedman
9115e9389c (find-backup-file-name): delete nothing if overflow in number of files to keep. 1993-03-30 22:21:03 +00:00
Jim Blandy
555b2421bb * subr.el (int-to-string): Make this an alias for the subr
number-to-string.
1993-03-30 21:12:44 +00:00
Richard M. Stallman
7872ee4d0a (isearch-done): Customize the message about mark. 1993-03-30 19:42:10 +00:00
Richard M. Stallman
58f1634a68 (isearch-mode-map): Delete the binding for C-h. 1993-03-30 19:38:34 +00:00
Eric S. Raymond
0b2974abfe *** empty log message *** 1993-03-30 16:22:39 +00:00
Richard M. Stallman
3af9db898d (rmail): Don't use mbox as inbox by default. 1993-03-29 22:44:46 +00:00
Richard M. Stallman
4fbc6fa655 Put back removed years in copyright notice. 1993-03-29 19:49:43 +00:00
Richard M. Stallman
dde92ca689 (count-lines): Use save-match-data. 1993-03-29 19:09:05 +00:00
Eric S. Raymond
125def1c78 Removed author and Adapted-By lines. They're wrong, and they're not
in the supposedly up-to-date version on my system.  What was going on
here?
1993-03-29 15:48:02 +00:00
Eric S. Raymond
8ac8c82f02 (vc-next-action, vc-peint-log, vc-diff, vc-revert-buffer) improved
logic for parent buffer finding.
1993-03-29 15:38:31 +00:00
Richard M. Stallman
3e1b7a46b6 Provide mailabbrev, not mail-abbrevs. 1993-03-29 08:09:35 +00:00
Eric S. Raymond
d7c6407132 *** empty log message *** 1993-03-29 04:58:31 +00:00
Richard M. Stallman
55718e15d6 (fill-individual-paragraphs): When skipping mail headers, skip to a blank line. 1993-03-28 22:56:29 +00:00
Richard M. Stallman
bfb0cf0c94 Undo previous change. 1993-03-28 22:35:42 +00:00
Richard M. Stallman
b3b8e91578 (setenv): Renamed back from putenv. 1993-03-28 22:27:23 +00:00
Richard M. Stallman
cc1344d5cf Cancel previous change; this version should be identical to version 1.17. 1993-03-28 22:07:36 +00:00
Richard M. Stallman
4c53bd2bb0 (regexp-history): New history list.
(occur, flush-lines, keep-lines, how-many): Use it.
(occur): Don't insert previous string in minibuffer gratuitously.
Just use it if input is empty.
Use save-match-data around count-lines.
1993-03-28 20:17:39 +00:00
Noah Friedman
6fc81d6b8e *** empty log message *** 1993-03-28 07:32:08 +00:00
Noah Friedman
8d30fe1783 *** empty log message *** 1993-03-28 07:25:36 +00:00
Noah Friedman
1bbda2d6e0 renamed to env.el; changed setenv to putenv. 1993-03-28 07:13:09 +00:00