aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sven Joachim <svenjoac at gmx.de>Glenn Morris2008-10-086-2/+12
| | | | For clarity, explicitly require cl.
* (eshell-ls-files): List one per line in a pipeline, unless at the endGlenn Morris2008-08-151-1/+8
| | | | of the pipeline. (Bug#699).
* (eshell-do-pipelines): Indicate the last command in a pipeline.Glenn Morris2008-08-151-1/+5
|
* (eshell/which): Handle the case where no description is found.Glenn Morris2008-08-131-3/+6
|
* (eshell-quote-backslash): Restrict previous change to XEmacs, since itGlenn Morris2008-07-181-4/+6
| | | | does nothing for Emacs.
* 2008-07-17 Fan Kai <fktpp@xemacs.org>John Wiegley2008-07-171-1/+5
| | | | | * esh-arg.el (eshell-quote-backslash): Fix eshell path completion for Windows.
* Typos, doc fixes, etc.Juanma Barranquero2008-07-031-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* (eshell-manipulate): Check eshell-debug-command is bound before using it.Stefan Monnier2008-06-251-8/+7
|
* Remove unnecessary eval-when-compiles and eval-and-compiles.Glenn Morris2008-06-079-66/+55
|
* Use eshell-defgroup rather than defgroup.Glenn Morris2008-05-2115-45/+120
| | | | | Autoload the custom group. Set generated-autoload-file.
* (eshell-defgroup): New alias.Glenn Morris2008-05-211-0/+3
|
* Require eshell, for eshell-defgroup.Glenn Morris2008-05-211-3/+9
| | | | | | Use eshell-defgroup rather than defgroup. Autoload the custom group. Set generated-autoload-file.
* No need for cl when compiling.Glenn Morris2008-05-211-60/+4
| | | | | | Require eshell, for eshell-defgroup. (eshell-load-defgroups): Remove. Require esh-groups rather than loading it.
* (eshell-review-quick-commands): Don't use `iff' in docstring.Juanma Barranquero2008-05-081-2/+2
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-0629-174/+116
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-1029-29/+29
|
* Merge from emacs--rel--22Miles Bader2008-02-241-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
| * *** empty log message ***Juanma Barranquero2008-02-051-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2008-01-0929-29/+29
|\ \ | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
| * \ Merge from emacs--rel--22Miles Bader2008-01-0829-29/+29
| |\ \ | | |/ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| | * Add 2008 to copyright years.Glenn Morris2008-01-0729-29/+29
| | |
| | * Change regexp to match dir like 'a...b'Vinicius Jose Latorre2007-11-081-1/+1
| | |
| | * Johan Bockg� <bojohan at gnu.org>Glenn Morris2007-11-071-28/+28
| | | | | | | | | | | | (eshell-insertion-filter, eshell-sentinel): Use `with-current-buffer'.
| | * Johan Bockg� <bojohan at gnu.org>Glenn Morris2007-11-071-32/+30
| | | | | | | | | | | | (eshell-output-filter): Use `with-current-buffer'.
| | * (eshell-complex-commands): Add "ls".Chong Yidong2007-10-171-1/+1
| | |
| | * (eshell-output-filter-functions): Add eshell-postoutput-scroll-to-bottom.Glenn Morris2007-09-221-4/+2
| | |
| | * (eshell/time): Stringify and flatten the non-command arguments.Glenn Morris2007-09-021-1/+4
| | |
* | | Merge from emacs--devo--0Miles Bader2007-12-0629-454/+394
|\ \ \ | |/ / | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
| * | Require individual files if needed when compiling, rather thanGlenn Morris2007-12-051-12/+16
| | | | | | | | | | | | | | | esh-maint. Collect any require statements. Leave provide at start. Move any commentary to start.
| * | Require individual files if needed when compiling, rather thanGlenn Morris2007-12-051-9/+10
| | | | | | | | | | | | | | | esh-maint. Collect any require statements. Move provide statement to end. Move any commentary to start.
| * | Require individual files if needed when compiling, rather thanGlenn Morris2007-12-054-26/+28
| | | | | | | | | | | | | | | esh-maint. Collect any require statements. Leave provide at start. Move any commentary to start.
| * | Require individual files if needed when compiling, rather thanGlenn Morris2007-12-051-2/+5
| | | | | | | | | | | | | | | | | | esh-maint. Collect any require statements. Move provide statement to end. Move any commentary to start. (eshell-buffer-name): Define for compiler.
| * | Require individual files if needed when compiling, rather thanGlenn Morris2007-12-051-8/+6
| | | | | | | | | | | | | | | | | | | | | 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.
| * | Require individual files if needed when compiling, rather thanGlenn Morris2007-12-051-7/+8
| | | | | | | | | | | | | | | | | | esh-maint. Collect any require statements. Leave provide at start. Move any commentary to start. (eshell-load-defgroups): Eval and compile.
| * | Require individual files if needed when compiling, rather thanGlenn Morris2007-12-051-15/+15
| | | | | | | | | | | | | | | | | | esh-maint. Collect any require statements. Leave provide at start. Move any commentary to start. (eshell-print): Move definition before use.
| * | Require individual files if needed when compiling, rather thanGlenn Morris2007-12-051-43/+46
| | | | | | | | | | | | | | | | | | esh-maint. Collect any require statements. Leave provide at start. Move any commentary to start. (eshell-debug-command): Move definition before use.
| * | Require individual files if needed when compiling, rather thanGlenn Morris2007-12-051-7/+7
| | | | | | | | | | | | | | | esh-maint. Collect any require statements. Leave provide at start. Move any commentary to start.
| * | Require individual files if needed when compiling, rather thanGlenn Morris2007-12-0513-148/+139
| | | | | | | | | | | | | | | esh-maint. Collect any require statements. Move provide statement to end. Move any commentary to start.
| * | Require individual files if needed when compiling, rather thanGlenn Morris2007-12-051-23/+20
| | | | | | | | | | | | | | | | | | esh-maint. Collect any require statements. Move provide statement to end. Move any commentary to start. (print-func): No need to define for compiler.
| * | Require individual files if needed when compiling, rather thanGlenn Morris2007-12-051-16/+19
| | | | | | | | | | | | | | | esh-maint. Collect any require statements. Move provide statement to end. Move any commentary to start.
| * | Require individual files if needed when compiling, rather thanGlenn Morris2007-12-051-36/+38
| | | | | | | | | | | | | | | | | | | | | esh-maint. Collect any require statements. Move provide statement to end. Move any commentary to start. (pcomplete-stub): Define for compiler. (pcomplete-here): Autoload it.
| * | Comment.Glenn Morris2007-12-011-2/+2
| | |
| * | (top-level): Use require rather than load for ange-ftp.Glenn Morris2007-11-281-1/+1
| | |
| * | (eshell-report-bug): Add version number of obsolescence.Glenn Morris2007-11-271-1/+1
| | |
| * | Move provide statement back to the top of the file.Glenn Morris2007-11-251-2/+4
| | |
| * | (top-level): Move provide statement to the end of the file. UseGlenn Morris2007-11-251-7/+3
| | | | | | | | | | | | require with NOERROR for pcomplete. Don't mess with load-path.
| * | (eshell-report-bug-address): Remove.Glenn Morris2007-11-251-30/+2
| | | | | | | | | | | | (eshell-report-bug): Redefine as an alias for report-emacs-bug.
| * | Remove leading `*' from defcustom doc-strings.Glenn Morris2007-11-241-53/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (esh-mode): Require it. (esh-util): Use require rather than featurep and load. (eshell): No need to test if eshell-mode is bound; remove obsolete reference to eshell-auto. (eshell-command, eshell-command-result): Don't require esh-mode now that the file does. (top-level): Move provide statement to the end of the file. Re-order and update commentary.
| * | * eshell/esh-util.el (eshell-under-xemacs-p): Remove.Dan Nicolaescu2007-11-176-15/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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).
| * | (eshell-load-defgroups): Don't make backups when saving esh-groups.el.Eli Zaretskii2007-11-171-1/+3
| | |