Save current location in Emacs tutorialHow to auto-save buffers when Emacs loses focus?How to save multiple...
Calculate Levenshtein distance between two strings in Python
Unbreakable Formation vs. Cry of the Carnarium
extract characters between two commas?
Is there any use for defining additional entity types in a SOQL FROM clause?
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
Is there a familial term for apples and pears?
How to make payment on the internet without leaving a money trail?
How can I plot a Farey diagram?
What causes the sudden spool-up sound from an F-16 when enabling afterburner?
Is ipsum/ipsa/ipse a third person pronoun, or can it serve other functions?
COUNT(*) or MAX(id) - which is faster?
Prime joint compound before latex paint?
Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?
How do I create uniquely male characters?
What is the meaning of "of trouble" in the following sentence?
Symmetry in quantum mechanics
Landing in very high winds
Is it wise to hold on to stock that has plummeted and then stabilized?
What is the command to reset a PC without deleting any files
How to manage monthly salary
Are cabin dividers used to "hide" the flex of the airplane?
Can the Produce Flame cantrip be used to grapple, or as an unarmed strike, in the right circumstances?
Is "plugging out" electronic devices an American expression?
Typesetting a double Over Dot on top of a symbol
Save current location in Emacs tutorial
How to auto-save buffers when Emacs loses focus?How to save multiple buffersSave all open files in current folder and subfoldersHow can I get Emacs to save the changes automatically each X seconds?Make Emacs diff files before asking to saveAutomatically save moved file to new locationSave REPL buffer as file?Tramp: Cannot Save FileEmacs sometimes fails to save filesDelete auto-save file when killing Emacs without saving buffer
I am learning Emacs by doing built-in tutorial (C-h t). However, when I decide to take a break and exit the editor (C-x C-c) and then later rerun the tutorial the position when I finished before is not saved. The tutorial starts over from the beginning. Is there a way to save this position so that I do not have to remember where I finished? (Well, maybe the tutorial covers the problem in some place, but I have not yet got to it).
saving
migrated from superuser.com 2 days ago
This question came from our site for computer enthusiasts and power users.
add a comment |
I am learning Emacs by doing built-in tutorial (C-h t). However, when I decide to take a break and exit the editor (C-x C-c) and then later rerun the tutorial the position when I finished before is not saved. The tutorial starts over from the beginning. Is there a way to save this position so that I do not have to remember where I finished? (Well, maybe the tutorial covers the problem in some place, but I have not yet got to it).
saving
migrated from superuser.com 2 days ago
This question came from our site for computer enthusiasts and power users.
1
stackoverflow.com/q/41710995/1030675
– choroba
2 days ago
UseC-x k
to kill the tutorial buffer when you're done, and it will offer to save your position. (Evidentially this doesn't happen if you exit Emacs entirely withC-x C-c
.)
– phils
yesterday
add a comment |
I am learning Emacs by doing built-in tutorial (C-h t). However, when I decide to take a break and exit the editor (C-x C-c) and then later rerun the tutorial the position when I finished before is not saved. The tutorial starts over from the beginning. Is there a way to save this position so that I do not have to remember where I finished? (Well, maybe the tutorial covers the problem in some place, but I have not yet got to it).
saving
I am learning Emacs by doing built-in tutorial (C-h t). However, when I decide to take a break and exit the editor (C-x C-c) and then later rerun the tutorial the position when I finished before is not saved. The tutorial starts over from the beginning. Is there a way to save this position so that I do not have to remember where I finished? (Well, maybe the tutorial covers the problem in some place, but I have not yet got to it).
saving
saving
edited 2 days ago
lukeg
asked 2 days ago
lukeglukeg
101
101
migrated from superuser.com 2 days ago
This question came from our site for computer enthusiasts and power users.
migrated from superuser.com 2 days ago
This question came from our site for computer enthusiasts and power users.
1
stackoverflow.com/q/41710995/1030675
– choroba
2 days ago
UseC-x k
to kill the tutorial buffer when you're done, and it will offer to save your position. (Evidentially this doesn't happen if you exit Emacs entirely withC-x C-c
.)
– phils
yesterday
add a comment |
1
stackoverflow.com/q/41710995/1030675
– choroba
2 days ago
UseC-x k
to kill the tutorial buffer when you're done, and it will offer to save your position. (Evidentially this doesn't happen if you exit Emacs entirely withC-x C-c
.)
– phils
yesterday
1
1
stackoverflow.com/q/41710995/1030675
– choroba
2 days ago
stackoverflow.com/q/41710995/1030675
– choroba
2 days ago
Use
C-x k
to kill the tutorial buffer when you're done, and it will offer to save your position. (Evidentially this doesn't happen if you exit Emacs entirely with C-x C-c
.)– phils
yesterday
Use
C-x k
to kill the tutorial buffer when you're done, and it will offer to save your position. (Evidentially this doesn't happen if you exit Emacs entirely with C-x C-c
.)– phils
yesterday
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "583"
};
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%2femacs.stackexchange.com%2fquestions%2f48792%2fsave-current-location-in-emacs-tutorial%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Emacs 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%2femacs.stackexchange.com%2fquestions%2f48792%2fsave-current-location-in-emacs-tutorial%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
1
stackoverflow.com/q/41710995/1030675
– choroba
2 days ago
Use
C-x k
to kill the tutorial buffer when you're done, and it will offer to save your position. (Evidentially this doesn't happen if you exit Emacs entirely withC-x C-c
.)– phils
yesterday