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
Eric S. Raymond
1a2f456b73
(vc-comment-to-changelog): A useful vc-checkin hook, added.
...
(vc-checkout): Now rejects attempts to check out files via FTP.
The `derived buffers' in the mode (the VC log buffer, status buffers,
and most buffer output commands) now know which file buffer was their
parent, and most commands will try to find such a parent buffer when
executed from within a special buffer.
1993-03-28 06:40:46 +00:00
Eric S. Raymond
d87f0d7f53
Fixed typo introduced by last patch.
1993-03-28 06:36:19 +00:00
Eric S. Raymond
909c95d0df
: Added autoload cookie for entry point.
1993-03-28 06:24:54 +00:00
Eric S. Raymond
c80d2575c0
(auto-mode-alist): added pairs for .ms, .man, .mk, [Mm]akefile, .lex.
1993-03-28 06:24:44 +00:00
Eric S. Raymond
a04adb2a9c
(shrink-window-if-larger-than-buffer) Added doc string. Made argument
...
optional, because window-buffer does the right thing with nil.
1993-03-28 06:24:42 +00:00
Eric S. Raymond
f536481dfa
(electric-buffer-menu-mode-map): fillarray isn't a valid operation on maps
...
any more.
1993-03-28 06:24:33 +00:00
Richard M. Stallman
e15765f5e2
(try-face-font, find-face, get-face): New aliases.
1993-03-27 18:01:28 +00:00
Noah Friedman
0b899bd204
moby rlogin-filter fixes
1993-03-27 08:21:02 +00:00
Richard M. Stallman
8db3f421f4
(set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
...
Do not set the standard case table.
Reintroduce arg (now named TABLE) which gives a downcase string to set.
1993-03-27 06:29:16 +00:00
Richard M. Stallman
3f5ed7e437
Add autoloads.
...
(set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
Delete arg STRING--always set the standard case table.
Be more thorough about doing that, and arrange to recompute the
equivalence and canonicalize parts of the table.
1993-03-27 06:19:51 +00:00
Eric S. Raymond
08159178ca
(add-hook) Added optional arg to cause hook to be appended rather than
...
prepended to the hook list. This obviates the 23 different hook-bashing
packages in LCD.
(get-word) Added. Lots of help and default-generator functions in LCD use
it, and it's remarkably difficult to get right, especially given the new
syntax primitives.
1993-03-27 01:58:44 +00:00
Eric S. Raymond
1c2df06340
(printify-buffer) Added, debugged from Roland McGrath's printify-buffer code
...
in LCD.
1993-03-27 01:58:38 +00:00
Eric S. Raymond
45b44a5a65
(cookie) Enhanced it to handle both LINS files and UNIX fortune files.
1993-03-27 01:58:33 +00:00
Eric S. Raymond
131ca136d1
(fill-rectangle) Added. Inspired by Lynn Slater's insert-box package in LCD,
...
but the interface and implementation are different.
1993-03-27 01:58:26 +00:00
Eric S. Raymond
b0912e2d9b
(enable-and-notify) Added. Inspired by Roland McGrath's LCD package
...
enable-me.
1993-03-27 01:58:24 +00:00
Eric S. Raymond
d91e2b1a2d
(Buffer-menu-toggle-read-only) Added, per Rob Austein's suggestion
...
in the LCD package bm-toggle.el.
1993-03-27 01:58:22 +00:00
Eric S. Raymond
43713c76d3
(undo-with-space) Added. C-x C-u now bound to this rather than undo.
...
This change was inspired by the LCD package undo-with-space by Thomas
Narten, but my code is simpler and uses the 19 event features.
1993-03-27 01:58:20 +00:00