Eli Zaretskii
ce343c43c8
(eshell-ls-dir): Call eshell-directory-files-and-attributes with additional
...
argument 'integer or 'string, according to numeric-uid-gid.
(eshell-ls-file): Don't convert UID and GID to strings, as eshell-ls-dir
already did. Enlarge max user-name string length to 14 characters.
(eshell-do-ls): Fix the long name of the -L option.
(eshell-ls-file): Enlarge default size-width to 8.
(eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
argument nil.
2009-03-21 14:03:06 +00:00
Eli Zaretskii
8e9b25831f
(directory-files-and-attributes): Accept and ignore additional optional
...
argument id-format.
(eshell-directory-files-and-attributes): Call directory-files-and-attributes
with additional argument id-format.
2009-03-21 14:00:26 +00:00
Eli Zaretskii
7ed8839808
(eshell-ls-file): Enlarge default size-width to 8.
...
(eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
argument nil.
2009-03-21 13:01:20 +00:00
Glenn Morris
a8b5bb5f32
(eshell-parse-ange-ls): Define `name' before potential use.
2009-02-24 03:30:46 +00:00
Miles Bader
c5b83faf47
Add .gitignore files
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1533
2009-02-03 23:32:38 +00:00
Glenn Morris
8c7309fe0b
Comment (header format fix).
2009-01-22 06:33:06 +00:00
John Wiegley
c2b2a6cabf
Patch to change the default binding of C-a to eshell-bol. I don't think it's
...
actually bound at all by default in eshell; it just falls back to the default
binding of C-a.
2009-01-22 01:11:49 +00:00
John Wiegley
fd94644feb
Add eshell-handle-ansi-color to the default list of output filters.
2009-01-22 01:11:30 +00:00
Glenn Morris
cfa2928107
Comment (replace last-input-char with last-input-event).
2009-01-09 04:57:03 +00:00
Glenn Morris
1ba983e8d9
Replace last-command-char with last-command-event.
2009-01-09 04:23:38 +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
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
c108d549d4
Remove unused file.
2008-11-06 03:56:27 +00:00
Chong Yidong
2f29fae31b
(eshell-save-history-on-exit): Change default to t.
2008-11-03 03:02:56 +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
b7e9b5b0c8
(eshell-ls-files): List one per line in a pipeline, unless at the end
...
of the pipeline. (Bug#699).
2008-08-15 06:55:43 +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
Glenn Morris
ec04db35d0
(eshell-quote-backslash): Restrict previous change to XEmacs, since it
...
does nothing for Emacs.
2008-07-18 06:56:05 +00:00
John Wiegley
70357d0723
2008-07-17 Fan Kai <fktpp@xemacs.org>
...
* esh-arg.el (eshell-quote-backslash): Fix eshell path completion
for Windows.
2008-07-17 08:44:20 +00:00
Juanma Barranquero
92439579f3
Typos, doc fixes, etc.
...
* eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
(eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
(eshell-arg-load-hook, eshell-special-chars-outside-quoting):
Remove spurious * in defcustom docstrings.
* textmodes/fill.el (fill-paragraph): Fix typo in docstring.
(fill-individual-varying-indent, colon-double-space, enable-kinsoku)
(adaptive-fill-mode, adaptive-fill-first-line-regexp)
(default-justification): Remove spurious * in defcustom docstrings.
* textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
(rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
(rst-compare-decorations, rst-default-indent, rst-update-section)
(rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
(rst-toc-insert-find-delete-contents, rst-toc-count-lines)
(rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
Fix typos in docstrings.
(rst-mode-lazy): Fix typo in docstring. Remove spurious *.
(rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
(rst-get-decorations-around, rst-section-tree-point)
(rst-font-lock-adornment-point): Reflow docstrings.
(rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
Doc fixes.
(rst-re-enumerations): Comment out.
2008-07-03 15:18:32 +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
3146b07069
Use eshell-defgroup rather than defgroup.
...
Autoload the custom group.
Set generated-autoload-file.
2008-05-21 03:51:08 +00:00
Glenn Morris
b5583b154b
(eshell-defgroup): New alias.
2008-05-21 03:50:42 +00:00
Glenn Morris
5bbed4274d
Require eshell, for eshell-defgroup.
...
Use eshell-defgroup rather than defgroup.
Autoload the custom group.
Set generated-autoload-file.
2008-05-21 03:50:25 +00:00
Glenn Morris
4184766e50
No need for cl when compiling.
...
Require eshell, for eshell-defgroup.
(eshell-load-defgroups): Remove.
Require esh-groups rather than loading it.
2008-05-21 03:49:48 +00:00
Juanma Barranquero
bbd4400609
(eshell-review-quick-commands): Don't use `iff' in docstring.
2008-05-08 03:39:26 +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
b03f96dc5a
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
2008-02-24 10:09:07 +00:00
Juanma Barranquero
0138efd4b3
*** empty log message ***
2008-02-05 12:07:11 +00:00
Miles Bader
430d2ee291
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
2008-01-09 01:21:15 +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
Miles Bader
0bd5084171
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
2007-12-06 09:51:45 +00:00
Glenn Morris
11740ce56d
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:09:53 +00:00
Glenn Morris
00c3ec7666
Require individual files if needed when compiling, rather than
...
esh-maint. Collect any require statements. Move provide statement to
end. Move any commentary to start.
2007-12-05 07:09:17 +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
5477308bb2
Require individual files if needed when compiling, rather than
...
esh-maint. Collect any require statements. Move provide statement to
end. Move any commentary to start.
(eshell-buffer-name): Define for compiler.
2007-12-05 07:07:39 +00:00
Glenn Morris
99abb67ec6
Require individual files if needed when compiling, rather than
...
esh-maint. Collect any require statements. Move provide statement to
end. Move any commentary to start.
(top-level): Don't require pp. Use condition-case rather than
ignore-errors.
2007-12-05 07:07:12 +00:00
Glenn Morris
fa31eac318
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-load-defgroups): Eval and compile.
2007-12-05 07:06:30 +00:00
Glenn Morris
5153ac7228
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-print): Move definition before use.
2007-12-05 07:06:02 +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
Glenn Morris
a08a176579
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:04:00 +00:00
Glenn Morris
dbba8a04c9
Require individual files if needed when compiling, rather than
...
esh-maint. Collect any require statements. Move provide statement to
end. Move any commentary to start.
2007-12-05 07:03:18 +00:00
Glenn Morris
20d7538ee8
Require individual files if needed when compiling, rather than
...
esh-maint. Collect any require statements. Move provide statement to
end. Move any commentary to start.
(print-func): No need to define for compiler.
2007-12-05 07:00:23 +00:00