Glenn Morris
ec60da520e
Cosmetic doc fixes for eshell.
...
* eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
* eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
* eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
* eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
* eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
* eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
* eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
* eshell/esh-util.el, eshell/esh-var.el:
Remove leading `*' from docs of faces and defcustoms.
2010-09-25 14:51:55 -07:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Michael Albinus
605a20a988
Improve handling of processes on remote hosts.
...
* eshell/esh-util.el (eshell-path-env): New defvar.
(eshell-parse-colon-path): New defun.
(eshell-file-attributes): Use `eshell-parse-colon-path'.
* eshell/esh-ext.el (eshell-search-path): Use
`eshell-parse-colon-path'.
(eshell-remote-command): Remove argument HANDLER.
(eshell-external-command): Check for FTP remote connection.
* eshell/esh-proc.el (eshell-gather-process-output): Use
`file-truename', in order to start also symlinked files. Apply
`start-file-process' instead of `start-process'. Shorten `command'
to the local file name part.
* eshell/em-cmpl.el (eshell-complete-commands-list): Use
`eshell-parse-colon-path'.
* eshell/em-unix.el (eshell/du): Check for FTP remote connection.
* net/tramp.el (tramp-eshell-directory-change): New defun. Add it
to `eshell-directory-change-hook'.
2009-11-24 10:25:54 +00:00
Glenn Morris
8c7309fe0b
Comment (header format fix).
2009-01-22 06:33:06 +00:00
Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00
Glenn Morris
1e262c4566
(eshell-needs-pipe): New variable.
...
(eshell-needs-pipe-p): New function.
(eshell-gather-process-output): Set process-connection-type according to
eshell-needs-pipe-p. (Bug#1388)
2008-11-30 01:28:01 +00:00
Glenn Morris
975c500dac
(eshell-gather-process-output): Revert previous change. (re-opens Bug#1388)
2008-11-25 04:26:22 +00:00
Glenn Morris
403e4dc989
(eshell-gather-process-output):
...
Set process-connection-type nil for all but the first element of a
pipeline. (Bug#1388)
2008-11-23 03:05:51 +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
4e6cc05cc9
Require individual files if needed when compiling, rather than
...
esh-maint. Collect any require statements. Leave provide at start.
Move any commentary to start.
2007-12-05 07:08:55 +00:00
Glenn Morris
dafac6f36e
Johan Bockg� <bojohan at gnu.org>
...
(eshell-insertion-filter, eshell-sentinel): Use `with-current-buffer'.
2007-11-07 03:34:45 +00:00
Glenn Morris
1b3f94df29
Johan Bockg� <bojohan at gnu.org>
...
(eshell-insertion-filter, eshell-sentinel): Use `with-current-buffer'.
2007-11-07 03:33:16 +00:00
Glenn Morris
e0085d62fa
Switch license to GPLv3 or later.
2007-07-25 04:14:29 +00:00
Chong Yidong
be6e5004e2
(eshell/kill): Tweak regexp to recognize SIGUSR1 and SIGUSR2.
2007-03-30 01:54:04 +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
Deepak Goel
b2a9524a3c
Correct my previous breakage of parens.
2005-09-18 12:59:19 +00:00
Deepak Goel
d8ea53f999
message format spec fixes (commit # 7)
2005-09-18 12:38:39 +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
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Pavel Janík
60370d4073
Some fixes to follow coding conventions.
2001-07-15 19:53:53 +00:00
John Wiegley
36e813279d
Disable eshell-stop-process' and eshell-continue-process', since
...
they are both nonfunctional at the moment.
(eshell-proc-initialize): Don't bind keys for `eshell-stop-process' or
`eshell-continue-process'.
2001-05-10 03:29:55 +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
Gerd Moellmann
faadfb0a21
Change spelling of the Free Software Foundation.
2000-06-26 13:08:44 +00:00
Gerd Moellmann
affbf64775
*** empty log message ***
2000-06-23 05:24:10 +00:00