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
Glenn Morris
784aa37620
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 06:59:48 +00:00
Glenn Morris
700645db69
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.
(pcomplete-stub): Define for compiler.
(pcomplete-here): Autoload it.
2007-12-05 06:59:24 +00:00
Glenn Morris
6cfc62bb31
Comment.
2007-12-01 02:47:55 +00:00
Glenn Morris
80903c3ad5
(top-level): Use require rather than load for ange-ftp.
2007-11-28 04:03:28 +00:00
Glenn Morris
538f2308f7
(eshell-report-bug): Add version number of obsolescence.
2007-11-27 04:12:21 +00:00
Glenn Morris
93a2ac9768
Move provide statement back to the top of the file.
2007-11-25 01:58:54 +00:00
Glenn Morris
49433569a0
(top-level): Move provide statement to the end of the file. Use
...
require with NOERROR for pcomplete. Don't mess with load-path.
2007-11-25 01:17:06 +00:00
Glenn Morris
abf1a55b87
(eshell-report-bug-address): Remove.
...
(eshell-report-bug): Redefine as an alias for report-emacs-bug.
2007-11-25 01:05:00 +00:00
Glenn Morris
c6d48e4781
Remove leading `*' from defcustom doc-strings.
...
(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.
2007-11-24 21:15:08 +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
Eli Zaretskii
4e60b1b66c
(eshell-load-defgroups): Don't make backups when saving esh-groups.el.
2007-11-17 10:53:32 +00:00
Juanma Barranquero
08011be5ed
(eshell/info): Fix typos in docstring.
2007-11-15 16:44:30 +00:00
Vinicius Jose Latorre
661192e6b7
Change regexp to match dir like 'a...b'
2007-11-08 17:12:37 +00:00
Glenn Morris
f117c226d0
Comment.
2007-11-07 04:00:02 +00:00
Glenn Morris
53afc6860d
David Hansen <david.hansen at gmx.net>
...
(eshell-extended-glob): Sort matches.
2007-11-07 03:57:06 +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
d3204296ed
Johan Bockg� <bojohan at gnu.org>
...
(eshell-output-filter): Use `with-current-buffer'.
2007-11-07 03:33:56 +00:00
Juanma Barranquero
3ced278069
(nil-blank-string): Doc fix.
2007-10-26 08:53:45 +00:00
John Wiegley
4990598e2c
2007-10-26 John Wiegley <johnw@newartisans.com>
...
* eshell/em-unix.el (eshell/diff): Before calling the `diff'
function, ensure that the third argument is turned into a NIL if
the string is otherwise completely empty (either no characters, or
all tabs/spaces). This fixes a bug from a user who found himself
unable to customize `diff-switches' and still use Eshell's diff
command.
2007-10-26 08:07:17 +00:00
Dan Nicolaescu
2f42c75fb0
* progmodes/gud.el (gud-target-name): Move definition before use.
...
* progmodes/dcl-mode.el: Require imenu at compile time.
* progmodes/cc-engine.el (c-maybe-stale-found-type): Pacify
byte-compiler.
* obsolete/fast-lock.el: Use featurep test instead of
string-match.
* eshell/esh-mode.el (eshell-handle-ansi-color): Require
ansi-color at compile time too.
* eshell/em-unix.el (eshell/info): Require info at compile time
too.
* w32-fns.el: Require w32-vars.
* diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
time too.
2007-10-21 07:33:32 +00:00
Chong Yidong
820b914333
(eshell-complex-commands): Add "ls".
2007-10-17 02:08:32 +00:00
Glenn Morris
007306f92d
(eshell-output-filter-functions): Add eshell-postoutput-scroll-to-bottom.
2007-09-21 02:59:33 +00:00
Glenn Morris
1ffb5a86a9
(eshell/time): Stringify and flatten the non-command arguments.
2007-09-02 01:21:49 +00:00
Glenn Morris
4596901f3f
James Wright <james at chumsley.org>
...
(eshell/info): New function.
2007-08-31 08:11:26 +00:00
Thien-Thi Nguyen
0d182a34a1
(eshell-eval-using-options): Add debug declaration.
2007-08-26 01:52:30 +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
Mark A. Hershberger
1c979bff35
eshell ansi-color hook
2007-03-16 16:53:06 +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
John Wiegley
f80c9382ef
(eshell-glob-chars-list) (eshell-glob-translate-alist): Add support
...
for [^g] in character globs.
2006-08-10 15:30:56 +00:00
Richard M. Stallman
dcc25b7e7f
(eshell-prefer-to-shell): Variable deleted;
...
the way it is implemented is too unclean.
2006-03-11 15:13:19 +00:00
Thien-Thi Nguyen
ceb4c4d303
Update years in copyright notice; nfc.
2006-02-06 12:31:40 +00:00
John Wiegley
dbc56a8ba2
*** empty log message ***
2005-11-01 09:31:26 +00:00
John Wiegley
73f99a662d
(eshell-do-ls): Added no-op support for --dired flag, to prevent
...
Eshell from using the system ls when `eshell-ls-insert-directory' is
in used.
(eshell-ls-insert-directory): Disable font-lock in directory buffer so
that Eshell's own fontification is seen. This broke recently due to
changes in font-lock, so this goes back to version 21 behavior.
2005-11-01 07:07:05 +00:00
John Wiegley
669dc0a115
(eshell-extended-glob): Expand the "." path before passing it down to
...
`eshell-glob-entries'. This is done because special file-handlers
will on trigger on ".", even if `default-directory' is special.
2005-11-01 07:03:03 +00:00
Masatake YAMATO
f5fab556d4
* message.el (message-expand-group): Pass the common
...
prefix substring of completion to `display-completion-list'.
* mh-comp.el (mh-complete-word): Pass the common
prefix substring of completion to `display-completion-list'.
* dabbrev.el (dabbrev-completion): Pass the common
prefix substring of completion to `display-completion-list'.
* filecache.el (file-cache-minibuffer-complete)
(file-cache-complete): Ditto.
* tempo.el (tempo-display-completions): Ditto.
* wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
* emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
* eshell/em-hist.el (eshell-list-history): Ditto.
* mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
* progmodes/etags.el (complete-tag): Ditto.
* progmodes/make-mode.el (makefile-complete): Ditto.
* progmodes/meta-mode.el (meta-complete-symbol): Ditto.
* progmodes/octave-mod.el (octave-complete-symbol): Ditto.
* progmodes/pascal.el (pascal-complete-word)
(pascal-show-completions): Ditto.
* textmodes/bibtex.el (bibtex-complete-internal): Ditto.
* simple.el (completion-common-substring): New variable.
(completion-setup-function): Use `completion-common-substring'
to put faces.
* minibuf.c (Fdisplay_completion_list): Add new optional
argument COMMON_SUBSTRING. Bind `completion-common-substring'
to the optional argument during running `completion-setup-hook'.
2005-10-16 09:31:48 +00:00
Deepak Goel
b2a9524a3c
Correct my previous breakage of parens.
2005-09-18 12:59:19 +00:00