Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00
Glenn Morris
5101a9dc47
(eshell-in-pipeline-p): Add doc-string.
...
(eshell-do-pipelines): Add optional argument to distinguish recursive
calls. Use to set eshell-in-pipeline-p to 'first for the first command
in a pipeline.
2008-11-23 03:02:48 +00:00
Glenn Morris
fc17acd1f1
Sven Joachim <svenjoac at gmx.de>
...
For clarity, explicitly require cl.
2008-10-08 07:42:58 +00:00
Glenn Morris
3fe3fd2c6d
(eshell-do-pipelines): Indicate the last command in a pipeline.
2008-08-15 06:55:11 +00:00
Glenn Morris
c1043701f6
(eshell/which): Handle the case where no description is found.
2008-08-13 03:12:49 +00:00
Stefan Monnier
ee5b7365d5
(eshell-manipulate): Check eshell-debug-command is bound before using it.
2008-06-25 15:05:33 +00:00
Glenn Morris
1a32899de3
Remove unnecessary eval-when-compiles and eval-and-compiles.
2008-06-07 02:37:13 +00:00
Glenn Morris
4ee57b2a2d
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 03:36:21 +00:00
Stefan Monnier
cbee283dd7
Fix up comment convention on the arch-tag lines.
2008-04-10 14:10:46 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
8b72699e88
Add 2008 to copyright years.
2008-01-07 01:14:52 +00:00
Glenn Morris
56590d2f24
Require individual files if needed when compiling, rather than
...
esh-maint. Collect any require statements. Leave provide at start.
Move any commentary to start.
(eshell-debug-command): Move definition before use.
2007-12-05 07:05:27 +00:00
Dan Nicolaescu
a3269bc45f
* eshell/esh-util.el (eshell-under-xemacs-p): Remove.
...
* eshell/esh-mode.el (eshell-mode-syntax-table)
(command-running-p):
* eshell/esh-ext.el (eshell-external-command):
* eshell/esh-cmd.el (require):
* eshell/em-unix.el (eshell-plain-locate-behavior):
* eshell/em-cmpl.el (eshell-cmpl-initialize): Replace
eshell-under-xemacs-p with (featurep 'xemacs).
* eshell/esh-mode.el (characterp,char-int): Remove unused
conditional defaliases.
* pcomplete.el (pcomplete-event-matches-key-specifier-p): Rename
from event-matches-key-specifier-p, define unconditionally.
(event-basic-type): Remove unused defalias.
(pcomplete-show-completions):
Use pcomplete-event-matches-key-specifier-p.
* mh-e.el (mh-xemacs-flag): Remove.
(mh-min-colors-defined-flag):
* mh-xface.el (mh-show-xface-function):
* mh-utils.el (mh-colors-available-p):
* mh-show.el (mh-show-mode):
* mh-gnus.el (mh-gnus-local-map-property):
* mh-folder.el (mh-folder-mode-map)
(mh-remove-xemacs-horizontal-scrollbar, mh-folder-mode):
* mh-comp.el (mh-insert-x-mailer): Replace uses of mh-xemacs-flag
with (featurep 'xemacs).
2007-11-17 17:35:09 +00:00
Chong Yidong
820b914333
(eshell-complex-commands): Add "ls".
2007-10-17 02:08:32 +00:00
Chong Yidong
de9f59f6e1
(eshell-complex-commands): Add "ls".
2007-10-17 02:07:12 +00:00
Glenn Morris
e0085d62fa
Switch license to GPLv3 or later.
2007-07-25 04:14:29 +00:00
Juanma Barranquero
31096fe898
(eshell-rewrite-for-command): Fix typo in docstring.
2007-01-29 16:13:22 +00:00
Glenn Morris
f0fa15c5e5
Add 2007 to copyright years.
2007-01-21 02:48:43 +00:00
Glenn Morris
f2e3589a33
Update copyright years.
2006-12-09 04:06:06 +00:00
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