1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 05:01:02 -08:00
emacs/lisp/eshell
Jim Porter c4915678f3 Add 'compile' builtin command for Eshell
* lisp/eshell/em-unix.el (eshell-compile, eshell/compile): New
functions.
(eshell/make, eshell-grep): Use 'eshell-compile'.
(eshell/glimpse): It's no longer necessary to let-bind 'null-device';
'eshell-grep' no longer calls 'grep' (the Lisp function), which needed
'null-device' to be nil for this case.

* test/lisp/eshell/em-unix-tests.el: New file.

* doc/misc/eshell.texi (Built-ins): Document the 'compile' builtin.

* etc/NEWS: Announce this change (bug#65273).
2023-08-16 10:01:49 -07:00
..
em-alias.el
em-banner.el
em-basic.el
em-cmpl.el
em-dirs.el Fix listing of directory contents after "cd" in Eshell 2023-08-07 19:35:43 -07:00
em-elecslash.el
em-extpipe.el
em-glob.el
em-hist.el Make eshell-redisplay into alias for redisplay 2023-08-05 17:57:53 +02:00
em-ls.el Use connection-aware functions when getting the UID/GID in Eshell 2023-05-02 21:28:34 -07:00
em-pred.el Use connection-aware functions when getting the UID/GID in Eshell 2023-05-02 21:28:34 -07:00
em-prompt.el eshell-next-prompt: More precisely navigate to the prompt (bug#63748) 2023-06-15 09:40:12 -07:00
em-rebind.el Document optional Eshell modules 2023-07-01 12:03:56 -07:00
em-script.el
em-smart.el Make eshell-redisplay into alias for redisplay 2023-08-05 17:57:53 +02:00
em-term.el Add nvim and ncmpcpp to eshell-visual-commands 2023-08-02 21:57:15 +02:00
em-tramp.el
em-unix.el Add 'compile' builtin command for Eshell 2023-08-16 10:01:49 -07:00
em-xtra.el
esh-arg.el Return separators from 'eshell-split-commands' directly when requested 2023-08-10 10:55:49 -07:00
esh-cmd.el Return separators from 'eshell-split-commands' directly when requested 2023-08-10 10:55:49 -07:00
esh-ext.el Add support for explicitly-remote commands in Eshell 2023-07-10 12:27:09 -07:00
esh-io.el
esh-mode.el
esh-module.el
esh-opt.el
esh-proc.el
esh-util.el Make eshell-redisplay into alias for redisplay 2023-08-05 17:57:53 +02:00
esh-var.el Add special '$GID' variable in Eshell 2023-07-08 12:19:29 -07:00
eshell.el