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

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

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


From: GNU bug Tracking System
Subject: bug#65273: closed (30.0.50; [PATCH] Add a built-in Eshell 'compile' command)
Date: Wed, 16 Aug 2023 17:05:02 +0000

Your message dated Wed, 16 Aug 2023 10:04:31 -0700
with message-id <c45cbbf4-42b2-0332-279d-f59f953ce885@gmail.com>
and subject line Re: bug#65273: 30.0.50; [PATCH] Add a built-in Eshell 
'compile' command
has caused the debbugs.gnu.org bug report #65273,
regarding 30.0.50; [PATCH] Add a built-in Eshell 'compile' command
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65273: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65273
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 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


--- End Message ---
--- Begin Message --- Subject: Re: bug#65273: 30.0.50; [PATCH] Add a built-in Eshell 'compile' command Date: Wed, 16 Aug 2023 10:04:31 -0700
On 8/13/2023 12:59 PM, Jim Porter wrote:
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").

Merged to master as 647bcec4f53, and closing this now.


--- End Message ---

reply via email to

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