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.
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/.
Hi comm,
I'd appreciate somebody could help me with this.
I installed Emacs 24.1 from source and compiled in the directory /usr/local/src. But after that I got Emacs 24.2 from ppa:cassou. Now I have two versions of Emacs and I want to get rid of the older ones.
If have emacs and emacs-24.1 (both are the 24.1 version) in /usr/local/bin.
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.
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.
This question is in the continuity of a previous question here: How make emacs console mode inherit shell colors
On Ubuntu 12.10 and Gnome Shell 3.6.2 I am running Emacs.
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?
Sometimes I justify text in emacs using C-u 70 M-x fill-region. I would like to have a function in .emacs file that has a parameter so that I can use a shortcut to call the function instead of having to do C-u 70 fill-region. I would have 2 shortcuts, one uses default 70 and another asks for a parameter. I'm very new to emacs programming but I've been using emacs for a while now.