John Wiegley
572ccdc0ef
(eshell-ls-file): There are times with size-width is nil and
...
uncomputed (when directories are created in dired, for example); in
this case, 4 is reasonable default value, although it may caused
skewed new entries (which could be avoided by returning the original
value of 8 in all cases, but 99% of the time this is a waste of
whitespace).
2003-11-17 00:24:06 +00:00
John Wiegley
5a2e4c34bd
(eshell-ls-file): Instead of making the size field in a long-listing
...
always 8 characters, use `size-width', which has already been
computed.
2003-11-16 09:23:49 +00:00
John Wiegley
f1572159d5
(eshell-parse-variable-ref): Added a backslash that was optional, but
...
obviously missing based on surrounding code.
2003-11-14 11:01:46 +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
Andreas Schwab
c009ca06ed
(eshell-do-opt): Avoid variable as format
...
argument for error.
2003-06-22 16:52:45 +00:00
Juanma Barranquero
933dcf49eb
Fix typo in comment.
2003-05-10 13:58:56 +00:00
John Wiegley
c54e9f9cfe
2003-03-26 Steve Youngs <youngs@xemacs.org>:
...
(eshell-plain-locate-behavior): Make the default the return value of
`eshell-under-xemacs-p', ie, nil for GNU/Emacs and non-nil for
XEmacs.
2003-03-25 20:59:35 +00:00
Juanma Barranquero
d446951706
(eshell-separate-commands): Fix typo.
2003-01-27 08:46:26 +00:00
John Wiegley
7d7b15b874
(eshell-save-history-on-exit): Renamed `eshell-ask-to-save-history'
...
to `eshell-save-history-on-exit', because the former name is somewhat
unrelated to the variables' possible values.
2003-01-15 16:06:49 +00:00
Andreas Schwab
087f110d7a
(eshell-ls-product-regexp): Fix typo.
2002-12-07 19:05:03 +00:00
Richard M. Stallman
d3f92b4b60
Require esh-util.
2002-11-29 09:44:04 +00:00
Richard M. Stallman
05c4042483
Require eshell.
2002-11-29 09:43:35 +00:00
Stefan Monnier
38c1b27aa5
(function-p-func): Avoid `xemacs-p'.
2002-11-07 23:01:30 +00:00
Stefan Monnier
6d736b085c
Require esh-util.
...
(eshell-glob-initialize): Don't assume
eshell-special-chars-outside-quoting is available.
2002-11-07 23:00:32 +00:00
John Wiegley
2c762cee38
Bob Halley <halley@play-bow.org>: (eshell-set-output-handle): Fix so
...
that multiple redirection can work.
2002-10-22 18:22:24 +00:00
Juanma Barranquero
c4e5b8886f
(directory-files-and-attributes): Copy docstring from Emacs 21. Arg DIR renamed
...
to DIRECTORY for consistency.
2002-10-21 07:00:52 +00:00
Juanma Barranquero
012d3cb501
(eshell/define): Fix typo.
2002-10-17 16:52:29 +00:00
Juanma Barranquero
c45dbde8d6
Add "no-byte-compile: t" to subdirs.el.
2002-10-01 17:10:51 +00:00
Juanma Barranquero
0a10297a06
Add "no-byte-compile: t" in first line.
2002-10-01 17:06:54 +00:00
Juanma Barranquero
2f55281338
(eshell-occur-mode-mouse-goto, eshell-poor-mans-grep): Remove references to
...
`occur-buffer'.
2002-09-24 15:16:39 +00:00
John Wiegley
7f09df7a7a
I did not mean to check in these changes yet, they are still
...
unreviewed.
2002-08-10 00:20:09 +00:00
John Wiegley
70a06174e5
Removed eshell-under-cygwin-p, and all uses of it.
2002-08-10 00:18:18 +00:00
John Wiegley
a5c41f64a1
Added checks that distinguish between cygwin and windows in some
...
places.
2002-08-05 20:09:37 +00:00
John Wiegley
851988cd89
Removed a comment.
2002-08-05 20:08:40 +00:00
Kai Großjohann
818001cc23
(eshell): Numeric prefix arg means to switch
...
to the session with that number. Old behavior still available
with nonumeric prefix args.
2002-07-26 20:40:53 +00:00
John Wiegley
560ca4be1e
Removed an extraneous space character from a comment.
2002-06-28 20:01:09 +00:00
Juanma Barranquero
f9f196c648
(eshell-modifier-help-string): Fix typos.
2002-06-18 14:35:10 +00:00
Richard M. Stallman
efbddb8e15
(eshell-copy-tree): Make it an alias for copy-tree.
2002-06-10 09:02:54 +00:00
Richard M. Stallman
a9304a86df
(eshell-copy-list): Function deleted.
...
(eshell-sublist, eshell-copy-tree): Use copy-sequence.
2002-06-10 08:33:13 +00:00
Richard M. Stallman
48e889be9a
(eshell-mode, eshell-mode): Use copy-sequence.
2002-06-10 08:32:57 +00:00
Richard M. Stallman
655e9ea980
(eshell/diff): Use copy-sequence.
2002-06-10 08:32:45 +00:00
John Wiegley
6995786da5
(eshell-modify-global-environment): Added this customization variable,
...
which will cause any "export" commands within any eshell buffer to
modify the global Emacs environment. It defaults to nil, which means
that such commands will only modify that Eshell buffer's environment.
(eshell-var-initialize): Initialize `eshell-modify-global-environment'.
2002-05-03 20:43:53 +00:00
John Wiegley
d7da23c9d5
(eshell-command-completions-alist): Improved default completion
...
targets for objdump, nm and readelf.
2002-05-03 20:42:32 +00:00
John Wiegley
30104690c3
(eshell-script-interpreter): Fix for CRLF operating systems to the
...
regexp used to detect a script's interpretor.
2002-04-12 20:11:06 +00:00
Stefan Monnier
28857aefb4
Ignore esh-groups.el.
2002-04-01 20:44:41 +00:00
Stefan Monnier
8363950c1b
It's auto-generated anyway.
2002-04-01 20:42:55 +00:00
Stefan Monnier
194c8d989a
(eshell-binary-suffixes): Use exec-suffixes.
2002-03-18 14:56:35 +00:00
Colin Walters
1ae720ac02
(eshell-parse-variable-ref): Use `make-temp-file'.
2002-03-01 01:47:48 +00:00
Pavel Janík
fd40c8e3bf
(eshell-var-initialize): Do not use make-local-hook.
2002-02-16 09:44:00 +00:00
Pavel Janík
d4f72c6af8
(eshell-show-usage-metrics): Do not use make-local-hook.
2002-02-16 09:43:38 +00:00
Pavel Janík
c2dff9ce0a
(eshell-mode): Do not use make-local-hook.
2002-02-16 09:43:17 +00:00
Pavel Janík
e2e1cf2889
(eshell-io-initialize): Do not use make-local-hook.
2002-02-16 09:42:53 +00:00
Pavel Janík
b29acea616
(eshell-ext-initialize): Do not use make-local-hook.
2002-02-16 09:42:35 +00:00
Pavel Janík
252bfbdc9a
(eshell-cmd-initialize): Do not use make-local-hook.
2002-02-16 09:42:11 +00:00
Pavel Janík
ff33c23537
(eshell-unix-initialize): Do not use make-local-hook.
2002-02-16 09:41:35 +00:00
Pavel Janík
9d52d4b173
(eshell-smart-initialize): Do not use make-local-hook.
2002-02-16 09:41:11 +00:00
Pavel Janík
958b2a54be
(eshell-rebind-initialize): Do not use make-local-hook.
2002-02-16 09:40:40 +00:00
Pavel Janík
ba9c20f8bb
(eshell-prompt-initialize): Do not use make-local-hook.
2002-02-16 09:40:19 +00:00
Pavel Janík
df1195a059
(eshell-pred-initialize): Do not use make-local-hook.
2002-02-16 09:39:56 +00:00