bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65273: 30.0.50; [PATCH] Add a built-in Eshell 'compile' command


From: Jim Porter
Subject: bug#65273: 30.0.50; [PATCH] Add a built-in Eshell 'compile' command
Date: Sun, 13 Aug 2023 12:59:08 -0700

There are already a few built-in Eshell commands that pop up a compilation buffer when used interactively ("make" and the various "grep" commands). This patch adds a new, generic "compile" built-in so that it's easy for users to take advantage of this behavior for other programs (e.g. running "cmake" or "configure").

In addition, I expanded the documentation for how to discard built-in commands so that a user who *doesn't* like the new "compile" built-in can explicitly call the regular Emacs Lisp function.

Attachment: 0001-Add-compile-builtin-command-for-Eshell.patch
Description: Text document

Attachment: 0002-Show-how-to-call-an-Elisp-function-of-the-same-name-.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]