emacs - Is a popular text editor, usually characterized by it's extensibility. 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 ...

learn more… | top users | synonyms

26
votes
2answers
8k views

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 ...
9
votes
1answer
2k views

What differences are there between the various version of emacs available?

Ubuntu (10.10) offers emacs21,22,23 and emacs-snapshot. What are the differences between them and which one does the emacs package install by default? Also, I presume emacs-snapshot-gtk is the most up ...
8
votes
1answer
1k views

How do I enable Emacs keybindings in Google Chrome?

Can anyone tell me how to enable Emacs keybind on Chrome? I found some links but they are either not clearly mentioning how to do so or not what I want (I don't want external tools to be run for this ...
8
votes
1answer
1k views

How can I make running emacsclient from the unity launcher reuse an existing emacs window

(I'm actually asking this even though I intend to supply the answer, so this is more by way of providing a tip.) If you create an emacsclient launcher by copying a .desktop file (e.g. the Emacs one), ...
5
votes
3answers
1k views

An alternative to the Super key on an old keyboard

I've got a classic M-series IBM keyboard that I want to put to a use. However, it does not have a Windows (a.k.a Super) key, that I use for many windows-manager-related shortcuts. On top of it, I ...
3
votes
2answers
3k views

Force apt to remove all emacs*

I have a bug-problem with the apt-packages of emacs: >>Error occurred processing debian-ispell.el: File error (("Opening input file" "no such file or directory" ...
6
votes
1answer
163 views

“ctrl+space” has been bound to invoke some input method and does not work in Emacs

In Emacs run in terminal, ctrl+space is a standard shortcut key to select region. But under Ubuntu 12.04, it will invoke some input method for non-English language. I was wondering if I can reserve it ...
2
votes
2answers
617 views

reverting from emacs keybindings in chrome

I enabled emacs keybindings as an experiment using gconftool-2 and setting /desktop/gnome/interface/gtk_key_theme to Emacs. I wasn't happy with it and set it back to Default. jeff@london:~ $ ...
2
votes
1answer
574 views

emacs keybindings in ubuntu 12.04

I am trying to get Emacs-like Keybindings in GTK, Firefox, Chrome, etc. I have followed the directions recommended here (and in lots of places) but to no effect. In other words, I added ...
8
votes
4answers
4k views

How do I download the command-line emacs instead of the GUI one?

I used sudo apt-get install emacs to download emacs. I expected the command-line emacs to start when I ran emacs but instead the GUI emacs started. How can I download the command-line emacs?
8
votes
5answers
621 views

Emacs keybindings for textboxes in firefox?

I'm so used to emacs that sometimes, when I'm typing something in a textbox in firefox, I sometimes try and do C-p to move up a line. It is seriously annoying to have to cancel a print dialog box ...
7
votes
3answers
5k views

Unable to install Emacs 24 from ppa:cassou/emacs

I followed the following instructions to install Emacs 24 on my machine (borrowed from: http://www.mikeyboldt.com/2011/11/30/install-emacs-24-in-ubuntu/): sudo add-apt-repository ppa:cassou/emacs ...
3
votes
1answer
375 views

Emacs-AUCTeX-Okular

I have Tex live 2011 installed with Emacs 23. AUCTeX and Okular. I have also configured Emacs/AUCTeX to work with Okular supporting forward and inverse search. But. Here's my question. If I have ...
3
votes
1answer
361 views

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?
2
votes
1answer
602 views

IBus client for GNU Emacs: Installed, but how do I start it?

Having recently moved to Linux/Ubuntu, I'm looking for a good editor, and GNU Emacs seems to fit the bill. One thing I want from a text editor is the ability to handle Unicode Input Method Editors ...
1
vote
2answers
1k views

How to get rid of odd error line when ALT+TAB'ing away from an emacs launched in terminal

I have a very fresh install of lucid 10.04 64bit, fully upgraded, and with a raft of additional packages added. Amongst them is emacs (23.1+1-4ubuntu7). I habitually launch emacs from a terminal. I ...