1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
Commit Graph

29 Commits

Author SHA1 Message Date
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
John Wiegley
f4dd136182 (eshell-rewrite-named-command): Changed the code around a bit so that
an extraneous nil argument is not added to a command when no args are
given.
2005-08-26 22:51:03 +00:00
Thien-Thi Nguyen
5fd6d89f46 Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
Lute Kamstra
3a35cf56e7 Update FSF's address. 2005-07-04 17:55:18 +00:00
John Wiegley
6b6f91b357 (eshell-eval-command): If the return value of `eshell-resume-eval' is
wrapped in a list, it indicates that the command was run
asynchronously.  In that case, unwrap the value before checking the
delimiter value.
2005-05-27 02:57:18 +00:00
Richard M. Stallman
5cb345c184 (eshell-find-alias-function): Call symbol-file with `defun'. 2004-12-27 16:16:24 +00:00
John Wiegley
ac03c474d9 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
* eshell/esh-cmd.el (eshell/which): respect commands quoted with
	eshell-explicit-command-char
2004-06-07 08:36:23 +00:00
Juri Linkov
7c7085c052 * eshell/esh-cmd.el (eshell-cmd):
Comment out broken info-links to incomplete Info manual.
2004-03-26 07:05:31 +00:00
John Wiegley
175acc2dec (eshell-lisp-command): Do not late-convert string arguments to numbers
unless the whole argument was seen as a number.
2003-11-14 11:01:26 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
d446951706 (eshell-separate-commands): Fix typo. 2003-01-27 08:46:26 +00:00
Stefan Monnier
38c1b27aa5 (function-p-func): Avoid `xemacs-p'. 2002-11-07 23:01:30 +00:00
Pavel Janík
252bfbdc9a (eshell-cmd-initialize): Do not use make-local-hook. 2002-02-16 09:42:11 +00:00
Eli Zaretskii
4c334f5b15 (eshell-eval-command): If eshell-resume-eval
returns t, don't treat that as an error.
2002-01-26 12:06:47 +00:00
Pavel Janík
60370d4073 Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
John Wiegley
05a685722c (eshell-exit-success-p): Use a string-match to test if the last
command was Lisp or not.
(eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A B x
C".
2001-06-09 05:24:15 +00:00
John Wiegley
94d136339d (eshell/which): Use `eshell-explicit-command-char' instead of ?*. 2001-05-18 16:39:49 +00:00
John Wiegley
ea7974a656 Fixed reference to free variable. 2001-05-10 03:52:13 +00:00
John Wiegley
3cb27fd7cd (eshell-lisp-command): Don't perform numeric conversions if a Lisp
function has the property `eshell-no-numeric-conversions' set to a
non-nil value.
2001-05-10 03:50:53 +00:00
John Wiegley
5aec6b055c (eshell-lisp-command): Before calling a Lisp function, convert any
string arguments that have been tagged as "numbers", by calling
string-to-number.
2001-05-10 03:29:36 +00:00
John Wiegley
2e88b53c21 (eshell-find-alias-function): Corrected the fix from last night, since
it wasn't finding eshell/cd.
2001-04-24 20:48:14 +00:00
John Wiegley
c7b1b508e5 (eshell-find-alias-function): Return t in the case where the function
was defined in a file, but not part of an eshell module.
2001-04-24 06:33:40 +00:00
John Wiegley
dace60cfea See ChangeLog 2000-10-29 05:18:48 +00:00
Gerd Moellmann
7de5b4214e Add author information. 2000-10-16 12:27:09 +00:00
John Wiegley
ca7aae916b See ChangeLog 2000-08-29 00:47:45 +00:00
Eli Zaretskii
3b2d7a2983 (eshell-cmd): Replace links to eshell.info with
links to eshell, to avoid problems on systems where the manual is
installed as `eshell'.
2000-07-18 11:49:24 +00:00
Gerd Moellmann
faadfb0a21 Change spelling of the Free Software Foundation. 2000-06-26 13:08:44 +00:00
Gerd Moellmann
022499fab9 (eshell-rewrite-for-command): Use cdr and
cddr instead of cdddr.
2000-06-23 05:23:39 +00:00
Gerd Moellmann
25fffb314e *** empty log message *** 2000-06-23 04:54:41 +00:00