emacs is a popular text editor, usually characterized by it's extensibility and often described as "the extensible, customizable, self-documenting, real-time display editor". Now part of the GNU project, it was originally developed by Richard Stallman in the mid 1970s, and development and ongoing extension of it continues to this day.
Questions tagged [emacs]
393 questions
43
votes
2 answers
How to upgrade to Emacs 24.1?
Emacs 24.1 was released recently, and I'm wondering what the recommended way of upgrading Precise's Emacs to it is. I know of the snapshot PPA, but I'd like the final, stable version. I've found a suggestion to install it manually, but I'd like to…

Haakon
- 543
38
votes
5 answers
How to install emacs 24.3 on Ubuntu?
This is my first time using Ubuntu and I dont know how I should install a program on it. I tried using cd the directory where it is and then ./configure it but it is not working!

anita
- 389
- 1
- 3
- 3
27
votes
2 answers
What libraries do I need to install if I want to compile Emacs?
I am trying to compile emacs on Ubuntu 12.04. This is because I want to use Emacs 24.2.
However, I am getting the following error. How can I fix it?
checking for long file names... yes
checking for X... no
checking for X... true
configure: error:…

michael
- 6,059
25
votes
2 answers
Add line numbers to GNU Emacs
How can I add line numbers to Emacs?
Please explain, I'm an absolute beginner.

AKGMA
- 385
16
votes
1 answer
How to install emacs 24.4 on Ubuntu?
Emacs is build from the Launchpad sources,
which is based on the Debian emacs-snapshot (which is not maintained any more).
The cassou PPA only has 24.3 builds available.
Do you know any other ways to install it on Ubuntu? Maybe some PPAs or deb…

Jacek Wysocki
- 263
10
votes
1 answer
application focus of emacsclient frame
I use emacs24 and I usually start emacs as a daemon at start then use emacsclient frames.
But I've encountered a problem: After I created the first frame, then whenever I created a new frame (after the first frame is closed) there would be a system…

user69818
- 333
7
votes
1 answer
Help identify this Emacs color theme
I found this screenshot here:
http://code.djangoproject.com/wiki/Emacs

mhmhmhmh
- 1,588
6
votes
3 answers
Why is the meta key is not working when using Emacs?
Suddenly, I am not able to use any combination of meta keys. The Alt key is not working at all in my emacs. Can anyone help me on this issue?

NeoJi
- 133
- 2
- 6
6
votes
2 answers
Auctex in 12.04 ignores Emacs 24
I just installed Emacs 24 (emacs24 24.1+1-2ubuntu3) in Ubuntu 12.04 but it does not seem to work with Auctex (the current version is 11.86-2ubuntu2). My .emacs file contains a line loading Auctex, so when starting the editor for the first time I…

thenasko
- 905
5
votes
2 answers
How do I remove the shortcut buttons/toolbar from emacs?
After upgrading from Ubuntu 13 -> 14.04 emacs now wastes valuable screen space with silly buttons. How can I go back to a "buttonless" version of emacs?

Hooked
- 2,363
5
votes
2 answers
How to make emacs minibuffer vertical?
I Want to make the emacs minibuffer (where we type emacs command) vertical.
Just the way we open a window by using
C-x 3
Is there a way to do this?

Null pointer
- 2,547
- 5
- 26
- 38
5
votes
3 answers
How do I start emacs?
I am trying Linux again after many years, and I have installed Ubuntu 12.10. I have downloaded the full GNU Emacs24 package, but I cannot get it to launch a text editor.
Can someone tell me what I have to do to get it to launch?
I keep…

Sako73
- 153
- 1
- 4
4
votes
1 answer
slime-lookup-definition not working with sbcl
One of the nicer things of programming with Common Lisp and the combination of Emacs / Slime is, that you can jump quickly to the source of builtin or your own functions with
M+..
I can't get this to work however, for sbcl's builtin functions. I…

martin
- 1,801
3
votes
2 answers
Emacs C IDE / Gnu Global helm-gtags
Hello Ubuntu Community,
so first of all I'd like to say that I am quite new to ubuntu (16.10) and linux. I decided to use Windows as little as possible and also wanted to start learning the Programming language C. However, I thought it would be nice…

Andi
- 95
- 1
- 7
3
votes
1 answer
Equivalent of OSX "open" in Ubuntu Unity?
I know there is xdg-open, but it does not run in the background. It is not as easy as appending & at the end when calling this command from emacs.
I often use ! then open in emacs dired, or C-! and then open filename for emacs shell-command. Is…

hatmatrix
- 131