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