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

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

bug#25337: space after compile-command is a hack


From: 積丹尼 Dan Jacobson
Subject: bug#25337: space after compile-command is a hack
Date: Tue, 03 Jan 2017 05:39:52 +0800

compile-command is a variable defined in ‘compile.el’.
Its value is "make -k "

You know that trailing space is a hack and shouldn't need to be inserted
by the user.

E.g., I did
(setq compile-command "make")
and now I regret it... I'm now going to have to use
(setq compile-command "make ")





reply via email to

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