How to use `smart-compile` without confirmation in Emacsemacs python2.7Control and up/down keys in terminal...
How to describe hit point damage without talking about wounds
Do mortgage points get applied directly to the principal?
What is the significance of 104% for throttle power and rotor speed?
a harmful idea/plan
How to generate all 3×3 matrices with a,a,a,a,b,b,b,c,c?
How to move UVs by a set amount of pixels?
Are there photos of the Apollo LM showing disturbed lunar soil resulting from descent engine exhaust?
Tiny image scraper for xkcd.com
How do I stop making people jump at home and at work?
Does immunity to damage from nonmagical attacks negate a rogue's Sneak Attack damage?
Why did the VIC-II and SID use 6 µm technology in the era of 3 µm and 1.5 µm?
What is the most likely cause of short, quick, and useless reviews?
If p-value is exactly 1 (1.0000000), what are the confidence interval limits?
Count rook moves 1D
Is it rude to ask my opponent to resign an online game when they have a lost endgame?
How did Gollum know Sauron was gathering the Haradrim to make war?
Has Rey's new lightsaber been seen before in canon or legends?
Global variables and information security
Planet that’s 90% water or more?
Is there any difference between these two sentences? (Adverbs)
Do I need to get a noble in order to win Splendor?
slowest crash on the Moon?
Which is the best password hashing algorithm in .NET Core?
Why didn't Thatcher give Hong Kong to Taiwan?
How to use `smart-compile` without confirmation in Emacs
emacs python2.7Control and up/down keys in terminal for use by emacsHow to configure Emacs for literate programming?How can I have different Emacs sessions loaded on different Emacs windows while using Emacs on daemon mode?Use emacs as an editor within itself (ansi-term)How to use the same emacs daemon for user and root accounts?How can I run emacs with no shell?How to stop emacs serverHow to use emacs alphabet key bind even with Thai input methodHow to use awk-it in Emacs?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm using smart-compile
in Emacs.
It works fine, but if possible I want to omit the confirmation like Compile command: ruby foo.rb
.
How can I do it?
emacs
add a comment |
I'm using smart-compile
in Emacs.
It works fine, but if possible I want to omit the confirmation like Compile command: ruby foo.rb
.
How can I do it?
emacs
add a comment |
I'm using smart-compile
in Emacs.
It works fine, but if possible I want to omit the confirmation like Compile command: ruby foo.rb
.
How can I do it?
emacs
I'm using smart-compile
in Emacs.
It works fine, but if possible I want to omit the confirmation like Compile command: ruby foo.rb
.
How can I do it?
emacs
emacs
asked Dec 10 '13 at 10:32
ironsandironsand
1,7206 gold badges26 silver badges56 bronze badges
1,7206 gold badges26 silver badges56 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Use recompile command M-x recompile
, so Emacs won't ask you for confirmation.
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f104520%2fhow-to-use-smart-compile-without-confirmation-in-emacs%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Use recompile command M-x recompile
, so Emacs won't ask you for confirmation.
New contributor
add a comment |
Use recompile command M-x recompile
, so Emacs won't ask you for confirmation.
New contributor
add a comment |
Use recompile command M-x recompile
, so Emacs won't ask you for confirmation.
New contributor
Use recompile command M-x recompile
, so Emacs won't ask you for confirmation.
New contributor
New contributor
answered 52 mins ago
I.OmarI.Omar
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f104520%2fhow-to-use-smart-compile-without-confirmation-in-emacs%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown