Why does emacs start up small?
My emacs is coming up really small, and this is how I'm launching it:
[jah@localhost ~]$ xrdb -query -all
Xcursor.size: 24
Xcursor.theme: Adwaita
Xft.antialias: 1
Xft.dpi: 96
Xft.hinting: 1
Xft.hintstyle: hintslight
Xft.rgba: rgb
[jah@localhost ~]$ emacs -q
What else besides X resources and .emacs
settings could do this? This is GNOME 3 on X on CentOS 7.
emacs xorg
add a comment |
My emacs is coming up really small, and this is how I'm launching it:
[jah@localhost ~]$ xrdb -query -all
Xcursor.size: 24
Xcursor.theme: Adwaita
Xft.antialias: 1
Xft.dpi: 96
Xft.hinting: 1
Xft.hintstyle: hintslight
Xft.rgba: rgb
[jah@localhost ~]$ emacs -q
What else besides X resources and .emacs
settings could do this? This is GNOME 3 on X on CentOS 7.
emacs xorg
Try runningEmacs -Q
. If this doesn't help, does-mm
start it as maximized? Could you post your.emacs
file?
– harrymc
Feb 11 at 20:24
emacs -Q
exhibits the same behavior for me asemacs -q
.emacs -Q -mm
does, in fact, start maximized. I don't think my.emacs
file is relevant if I'm using-q
or-Q
, is it? Renaming it to something else also doesn't fix the problem.
– Jim Hunziker
Feb 11 at 21:36
This is one weird problem. Maybe you should uninstall emacs, search and delete all emacs folders and files, then re-install.
– harrymc
Feb 12 at 8:52
I'm going to call this my fault. I had forgotten I was running an emacs 25 that I built. There must have been something wrong with the build.
– Jim Hunziker
Feb 12 at 17:16
In this case my comment above would have probably solved the problem, so I put it up as an answer.
– harrymc
Feb 12 at 17:24
add a comment |
My emacs is coming up really small, and this is how I'm launching it:
[jah@localhost ~]$ xrdb -query -all
Xcursor.size: 24
Xcursor.theme: Adwaita
Xft.antialias: 1
Xft.dpi: 96
Xft.hinting: 1
Xft.hintstyle: hintslight
Xft.rgba: rgb
[jah@localhost ~]$ emacs -q
What else besides X resources and .emacs
settings could do this? This is GNOME 3 on X on CentOS 7.
emacs xorg
My emacs is coming up really small, and this is how I'm launching it:
[jah@localhost ~]$ xrdb -query -all
Xcursor.size: 24
Xcursor.theme: Adwaita
Xft.antialias: 1
Xft.dpi: 96
Xft.hinting: 1
Xft.hintstyle: hintslight
Xft.rgba: rgb
[jah@localhost ~]$ emacs -q
What else besides X resources and .emacs
settings could do this? This is GNOME 3 on X on CentOS 7.
emacs xorg
emacs xorg
asked Feb 8 at 14:17
Jim HunzikerJim Hunziker
66911219
66911219
Try runningEmacs -Q
. If this doesn't help, does-mm
start it as maximized? Could you post your.emacs
file?
– harrymc
Feb 11 at 20:24
emacs -Q
exhibits the same behavior for me asemacs -q
.emacs -Q -mm
does, in fact, start maximized. I don't think my.emacs
file is relevant if I'm using-q
or-Q
, is it? Renaming it to something else also doesn't fix the problem.
– Jim Hunziker
Feb 11 at 21:36
This is one weird problem. Maybe you should uninstall emacs, search and delete all emacs folders and files, then re-install.
– harrymc
Feb 12 at 8:52
I'm going to call this my fault. I had forgotten I was running an emacs 25 that I built. There must have been something wrong with the build.
– Jim Hunziker
Feb 12 at 17:16
In this case my comment above would have probably solved the problem, so I put it up as an answer.
– harrymc
Feb 12 at 17:24
add a comment |
Try runningEmacs -Q
. If this doesn't help, does-mm
start it as maximized? Could you post your.emacs
file?
– harrymc
Feb 11 at 20:24
emacs -Q
exhibits the same behavior for me asemacs -q
.emacs -Q -mm
does, in fact, start maximized. I don't think my.emacs
file is relevant if I'm using-q
or-Q
, is it? Renaming it to something else also doesn't fix the problem.
– Jim Hunziker
Feb 11 at 21:36
This is one weird problem. Maybe you should uninstall emacs, search and delete all emacs folders and files, then re-install.
– harrymc
Feb 12 at 8:52
I'm going to call this my fault. I had forgotten I was running an emacs 25 that I built. There must have been something wrong with the build.
– Jim Hunziker
Feb 12 at 17:16
In this case my comment above would have probably solved the problem, so I put it up as an answer.
– harrymc
Feb 12 at 17:24
Try running
Emacs -Q
. If this doesn't help, does -mm
start it as maximized? Could you post your .emacs
file?– harrymc
Feb 11 at 20:24
Try running
Emacs -Q
. If this doesn't help, does -mm
start it as maximized? Could you post your .emacs
file?– harrymc
Feb 11 at 20:24
emacs -Q
exhibits the same behavior for me as emacs -q
. emacs -Q -mm
does, in fact, start maximized. I don't think my .emacs
file is relevant if I'm using -q
or -Q
, is it? Renaming it to something else also doesn't fix the problem.– Jim Hunziker
Feb 11 at 21:36
emacs -Q
exhibits the same behavior for me as emacs -q
. emacs -Q -mm
does, in fact, start maximized. I don't think my .emacs
file is relevant if I'm using -q
or -Q
, is it? Renaming it to something else also doesn't fix the problem.– Jim Hunziker
Feb 11 at 21:36
This is one weird problem. Maybe you should uninstall emacs, search and delete all emacs folders and files, then re-install.
– harrymc
Feb 12 at 8:52
This is one weird problem. Maybe you should uninstall emacs, search and delete all emacs folders and files, then re-install.
– harrymc
Feb 12 at 8:52
I'm going to call this my fault. I had forgotten I was running an emacs 25 that I built. There must have been something wrong with the build.
– Jim Hunziker
Feb 12 at 17:16
I'm going to call this my fault. I had forgotten I was running an emacs 25 that I built. There must have been something wrong with the build.
– Jim Hunziker
Feb 12 at 17:16
In this case my comment above would have probably solved the problem, so I put it up as an answer.
– harrymc
Feb 12 at 17:24
In this case my comment above would have probably solved the problem, so I put it up as an answer.
– harrymc
Feb 12 at 17:24
add a comment |
1 Answer
1
active
oldest
votes
This problem happens with a locally compiled version of emacs.
The solution to this uncommon behavior would be to uninstall emacs,
search and delete all emacs folders and files, then re-install from the repository.
Downvoting an accepted answer. Interesting.
– harrymc
Feb 19 at 17:22
Weird - it wasn't me!
– Jim Hunziker
Feb 19 at 19:03
I don't understand why the question got a bunch of upvotes, frankly. I wanted to delete it, but I didn't want you to lose your bounty or get in trouble for deleting a question with an answer.
– Jim Hunziker
Feb 19 at 19:04
I wouldn't delete. Yes, it was your doing, but it could happen to others that do the same thing.
– harrymc
Feb 19 at 19:09
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fsuperuser.com%2fquestions%2f1403550%2fwhy-does-emacs-start-up-small%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
This problem happens with a locally compiled version of emacs.
The solution to this uncommon behavior would be to uninstall emacs,
search and delete all emacs folders and files, then re-install from the repository.
Downvoting an accepted answer. Interesting.
– harrymc
Feb 19 at 17:22
Weird - it wasn't me!
– Jim Hunziker
Feb 19 at 19:03
I don't understand why the question got a bunch of upvotes, frankly. I wanted to delete it, but I didn't want you to lose your bounty or get in trouble for deleting a question with an answer.
– Jim Hunziker
Feb 19 at 19:04
I wouldn't delete. Yes, it was your doing, but it could happen to others that do the same thing.
– harrymc
Feb 19 at 19:09
add a comment |
This problem happens with a locally compiled version of emacs.
The solution to this uncommon behavior would be to uninstall emacs,
search and delete all emacs folders and files, then re-install from the repository.
Downvoting an accepted answer. Interesting.
– harrymc
Feb 19 at 17:22
Weird - it wasn't me!
– Jim Hunziker
Feb 19 at 19:03
I don't understand why the question got a bunch of upvotes, frankly. I wanted to delete it, but I didn't want you to lose your bounty or get in trouble for deleting a question with an answer.
– Jim Hunziker
Feb 19 at 19:04
I wouldn't delete. Yes, it was your doing, but it could happen to others that do the same thing.
– harrymc
Feb 19 at 19:09
add a comment |
This problem happens with a locally compiled version of emacs.
The solution to this uncommon behavior would be to uninstall emacs,
search and delete all emacs folders and files, then re-install from the repository.
This problem happens with a locally compiled version of emacs.
The solution to this uncommon behavior would be to uninstall emacs,
search and delete all emacs folders and files, then re-install from the repository.
answered Feb 12 at 17:23
harrymcharrymc
262k14271578
262k14271578
Downvoting an accepted answer. Interesting.
– harrymc
Feb 19 at 17:22
Weird - it wasn't me!
– Jim Hunziker
Feb 19 at 19:03
I don't understand why the question got a bunch of upvotes, frankly. I wanted to delete it, but I didn't want you to lose your bounty or get in trouble for deleting a question with an answer.
– Jim Hunziker
Feb 19 at 19:04
I wouldn't delete. Yes, it was your doing, but it could happen to others that do the same thing.
– harrymc
Feb 19 at 19:09
add a comment |
Downvoting an accepted answer. Interesting.
– harrymc
Feb 19 at 17:22
Weird - it wasn't me!
– Jim Hunziker
Feb 19 at 19:03
I don't understand why the question got a bunch of upvotes, frankly. I wanted to delete it, but I didn't want you to lose your bounty or get in trouble for deleting a question with an answer.
– Jim Hunziker
Feb 19 at 19:04
I wouldn't delete. Yes, it was your doing, but it could happen to others that do the same thing.
– harrymc
Feb 19 at 19:09
Downvoting an accepted answer. Interesting.
– harrymc
Feb 19 at 17:22
Downvoting an accepted answer. Interesting.
– harrymc
Feb 19 at 17:22
Weird - it wasn't me!
– Jim Hunziker
Feb 19 at 19:03
Weird - it wasn't me!
– Jim Hunziker
Feb 19 at 19:03
I don't understand why the question got a bunch of upvotes, frankly. I wanted to delete it, but I didn't want you to lose your bounty or get in trouble for deleting a question with an answer.
– Jim Hunziker
Feb 19 at 19:04
I don't understand why the question got a bunch of upvotes, frankly. I wanted to delete it, but I didn't want you to lose your bounty or get in trouble for deleting a question with an answer.
– Jim Hunziker
Feb 19 at 19:04
I wouldn't delete. Yes, it was your doing, but it could happen to others that do the same thing.
– harrymc
Feb 19 at 19:09
I wouldn't delete. Yes, it was your doing, but it could happen to others that do the same thing.
– harrymc
Feb 19 at 19:09
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1403550%2fwhy-does-emacs-start-up-small%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
Try running
Emacs -Q
. If this doesn't help, does-mm
start it as maximized? Could you post your.emacs
file?– harrymc
Feb 11 at 20:24
emacs -Q
exhibits the same behavior for me asemacs -q
.emacs -Q -mm
does, in fact, start maximized. I don't think my.emacs
file is relevant if I'm using-q
or-Q
, is it? Renaming it to something else also doesn't fix the problem.– Jim Hunziker
Feb 11 at 21:36
This is one weird problem. Maybe you should uninstall emacs, search and delete all emacs folders and files, then re-install.
– harrymc
Feb 12 at 8:52
I'm going to call this my fault. I had forgotten I was running an emacs 25 that I built. There must have been something wrong with the build.
– Jim Hunziker
Feb 12 at 17:16
In this case my comment above would have probably solved the problem, so I put it up as an answer.
– harrymc
Feb 12 at 17:24