Dave Love
faa5fa58af
(edebug-install-read-eval-functions)
...
(edebug-uninstall-read-eval-functions): Use load-read-function,
avoiding elisp-eval.
1999-10-16 21:30:20 +00:00
Gerd Moellmann
3f6f75085a
*** empty log message ***
1999-10-16 12:03:09 +00:00
Stefan Monnier
767d12f23e
Use make-temp-file.
1999-10-15 16:03:59 +00:00
Gerd Moellmann
e889eabcba
(smtpmail-via-smtp): Add support for
...
automatically appending a domain to RCPT TO: addresses.
1999-10-14 22:09:58 +00:00
Gerd Moellmann
85852dc7f5
(dired-insert-directory): Insert the amount of
...
free space after the total size.
(dired-free-space-program, dired-free-space-args): New variables.
1999-10-14 21:53:37 +00:00
Dave Love
e719a6e58f
*** empty log message ***
1999-10-14 21:29:47 +00:00
Gerd Moellmann
7845335b70
*** empty log message ***
1999-10-14 20:57:51 +00:00
Dave Love
01f0566b73
#
1999-10-14 10:58:15 +00:00
Stefan Monnier
b7c1e3294e
.
1999-10-13 22:45:44 +00:00
Dave Love
c765b72361
#
1999-10-13 17:42:55 +00:00
Stefan Monnier
accd12667f
(help-xref-interned): make it also work on variable-only and
...
function-only symbols.
(help-make-xrefs): take advantage of the new `help-xref-interned'.
(help-follow): if the point under mouse is not highlighted, try
`help-xref-interned' on the pointed-to symbol anyway.
1999-10-13 16:14:15 +00:00
Stefan Monnier
4fceda3c2f
(Info-on-current-buffer): new entry point.
...
(Info-find-node): split into two for Info-on-current-buffer to
hook into it.
(Info-current-file, Info-set-mode-line, Info-up):
Info-current-file can now be t.
(Info-clone-buffer-hook): new function for `clone-buffer'.
(Info-goto-node, Info-menu, Info-mode-map, Info-mode): make
`clone-buffer' available in various ways to the user.
1999-10-13 14:48:57 +00:00
Stefan Monnier
b005abd5c0
(shell-command, shell-command-on-region): use make-temp-file.
...
(clone-buffer, clone-process, clone-buffer-hook): new functions.
1999-10-13 00:48:17 +00:00
Stefan Monnier
ce87039d4d
* subr.el (with-current-buffer): don't use backquotes to avoid
...
bootstrapping problems.
loadup.el (load-path): add subdirs for bootstrapping.
(docstrings): ignore errors during bootstrapping.
(args): new `bootstrap' argument (for use in place of `dump').
1999-10-13 00:21:07 +00:00
Gerd Moellmann
1a7244d9c5
Doc-string fixes.
1999-10-12 22:19:26 +00:00
Gerd Moellmann
7518ed7ba7
*** empty log message ***
1999-10-12 21:12:16 +00:00
Gerd Moellmann
99485bca13
New file. Major mode for editing PostScript.
1999-10-12 14:56:42 +00:00
Gerd Moellmann
7950374e67
Files not useful for Emacs 21.
1999-10-12 14:46:57 +00:00
Gerd Moellmann
4b9347b308
Add sh-script changes.
1999-10-12 12:28:42 +00:00
Gerd Moellmann
b07ea410a3
(quickurl-list-insert): `count-lines' was returning
...
a value one line to high if the cursor wasn't at the start of a
line. A `beginning-of-line' is now performed before making the
call to `count-lines'.
1999-10-12 11:48:43 +00:00
Stefan Monnier
9c610b03c4
(vc-backend-diff): get rid of the autoloaded advice.
1999-10-11 09:53:03 +00:00
Stefan Monnier
e2fa1e81c0
.
1999-10-10 19:18:47 +00:00
Stefan Monnier
f6ac5659c8
.
1999-10-10 00:42:15 +00:00
Stefan Monnier
c652cdb8c2
.
1999-10-09 23:52:56 +00:00
Gerd Moellmann
85177c862b
*** empty log message ***
1999-10-09 19:58:13 +00:00
Phillip Rulon
d177c58352
*** empty log message ***
1999-10-09 01:22:21 +00:00
Phillip Rulon
7fce61e947
*** empty log message ***
1999-10-09 00:55:19 +00:00
Phillip Rulon
2727132911
*** empty log message ***
1999-10-08 23:57:58 +00:00
Gerd Moellmann
96ff0f098f
(bootstrap-compile): New target. Compile Lisp
...
files with ../src/temacs.
1999-10-08 23:25:05 +00:00
Gerd Moellmann
b02b54a8ba
(regexp-opt-try-suffix): New function.
...
(regexp-opt-group): Use it to get common suffixes in STRINGS.
If STRINGS is nil, return "" rather than nil.
1999-10-08 23:06:15 +00:00
Gerd Moellmann
57f707e72d
(compile): Compile files one by one. Set load-path to
...
current directory and subdirectories when compiling.
1999-10-08 21:54:44 +00:00
Phillip Rulon
657f51c4d6
*** empty log message ***
1999-10-08 15:39:20 +00:00
Gerd Moellmann
7ec641b843
(EMACSOPT, DONTCOMPILE, EL): New.
...
(emacs): Use it everywhere instead of EMACS.
(compile): New target. Compile all Lisp files from scratch.
(recompile): New target. Recompile lisp directory.
(autoloads-with-other-emacs): New target. Build loaddefs.el with
an Emacs executable not built in the current directory tree.
1999-10-07 23:29:39 +00:00
Gerd Moellmann
1ba9c0173d
*** empty log message ***
1999-10-07 15:22:31 +00:00
Gerd Moellmann
92d91a2cab
(log-view-mode-map): Bind "q", "z", "m" and "d".
...
(log-view-mode): Make read-only.
(log-view-current-file): Do final `expand-file-name' in the
current `default-directory'.
(log-view-current-tag): Take an optional `where' arg.
(log-view-diff): New user command.
1999-10-07 14:39:16 +00:00
Dave Love
2acb0c8ab9
*** empty log message ***
1999-10-07 14:27:51 +00:00
Gerd Moellmann
f5737ad232
*** empty log message ***
1999-10-06 23:31:49 +00:00
Dave Love
2980e10679
#
1999-10-05 19:03:16 +00:00
Dave Love
08aecf0498
#
1999-10-05 11:57:17 +00:00
Dave Love
1270d7ca66
#
1999-10-05 11:10:25 +00:00
Dave Love
6edcb099fc
#
1999-10-04 17:15:48 +00:00
Dave Love
d56a50549d
#
1999-10-04 16:40:11 +00:00
Dave Love
0767b41e0e
#
1999-09-30 09:59:42 +00:00