Hi comm,
I'd appreciate somebody could help me with this.
When typing Esc within an Emacs window under Unity (Emacs 23 standard package), the sound is turned on/off, but Emacs does not receive the key.
How can I change (probably) unity such that the Esc and also the other function keys are interpreted by Emacs?
A very crude workaround that always works in (GNU) Emacs is to use C-[ in place of Esc.
The question Why is the meta key is not working wh
Hello,
I've compiled Emacs 24, but wanted to install into it ECB and some more modules available through RPM, however when I try to install it, yum shows that it is going to install emacs-common (which is both older and redundant, as I already have emacs installed). How can I tell it that Emacs is already present and there is no need to download another version?
Thanks.
I am using Linux Fedora 13 (Constantine) and emacs 23.1.1. I am trying to set up a .emacs file for initialization, by using emacs itself to edit and save a file .emacs in my home directory. However, although the file is there, emacs does not seem to recognize it.
I have the following sources enabled: main, universe, restricted and multiverse. On Ubuntu Software Center on 11.10 I see two packages for Emacs:
The GNU Emacs editor (metapackage)
The GNU Emacs editor
What is the difference between metapackage version and non-metapackage one?
By the way, this thread What differences are there between the various version of Emacs available?
Running 'sudo emacs -nw ....' works, but does not give me any of the customizations in my ~/.emacs file. This is because emacs is looking in /home/root/.emacs? I created a soft link from my ~/.emacs to the root's home, but then emacs was not happy about other code it required in ~/.emacs.d/.
I've tried apt-get purging and reinstalling emacs, but if I run:
Code:
emacs ~/.bashrc
I get a blank file (emacs.d) that looks like this:
If I run the same command as root:
Code:
sudo emacs ~/.bashrc
I get the correct file that looks like this:
I've never understood the buffer thing, but emacs has worked great for me in the past.
I am new to installing application from source and just learning the best practices to do so.
I have this linux box without root access with a quite old emacs, so I downloaded the latest version and built as follows:
download to $HOME/SRC
configure and build in $HOME/BLD with --prefix=$HOME
make and make install
So this creates a bin folder in my home directory which is what I expected.
Now
When I first installed ubuntu, Emacs would provide coloring on my java code to denote variables and so forth. Since, that feature has stopped working. When I ssh into another computer and use its version of Emacs, the coloring works fine. Removing and reinstalling Emacs hasn't had any effect. Any ideas what might be going on?