|
How can I load changes from .emacs without rebooting Emacs?
Started by Alex on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Instead, start a new emacs session leaving you in a state where you have an inoperable....
I suggest that you don't do this, initially.
M-x load-file
If you've got your .emacs file open in the currently just fine.
The following should do it...
|
|
Possible Duplicate:
Writing Emacs extensions in languages other than Lisp
I have managed to write Emacs-Lisp code to accomplish small tasks in the past, but I am thinking of writing a new major mode which requires substantial emacs-lisp programming. So...
Answer Snippets (Read the full thread at stackoverflow):
(In my experience....
Emacs extensions in languages other than Lisp ?
Although PyMacs does let you write extensions in Python have to call all the same emacs-lisp functions under the covers, so why add an unnecessary emacs lisp libraries.
|
|
Where is the .emacs file in windows (I'm using Emacs-23-CvsP091103-EmacsW32-1.58 )
When Emacs starts up, it attempts to load and execute the contents of a file commonly called .emacs (though it may have other names, see Where do I put my init file?) which...
Started by iceman on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To set Variables, then click....
See the Windows Emacs FAQ for more details.
If you open up emacs, and try editing (with C-x C-f ) ~/.emacs , that should generally open up the .emacs that Emacs will be loading.
AppData.
|
Ask your Facebook Friends
|
Hello,
I am using emacs on ubuntu 9.04.
I have my emacs configuration file in ~/.emacs.d directory.
My emacs file is called .emacs
I have some basic configuration. However, everytime I start emacs it never loads my configuration and I have to keep doing...
Started by robUK on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For XEmacs, it is ~/.xemacs or ~/.xemacs need to rename emacs to ....
For GnuEmacs, it is ~/.emacs or _emacs or ~/.emacs.d/init.el .
Your init file contains personal EmacsLisp code that you want to execute when you start Emacs.
|
|
I tried looking for the .emacs file for my Windows install for Emacs but could not find it. Does it have the same filename under Windows as in Unix? Do I have to create it myself? If so, under what specific directory does it go?
Started by Ray Vega on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
In Emacs....
Copy'n'paste from the emacs FAQ: http://www.gnu.org/software/emacs/windows/
On Windows, the .emacs file may be called _emacs for backward compatibility with DOS and FAT filesystems where filenames handle it.
|
|
Hello,
My usual tools are Emacs with g++ on a Linux system to implement my research algorithms. For the last some years, I have used emacs in a fairly basic way. I open C or C++ files, edit them with a syntax highlighting scheme of my choice and compile...
Answer Snippets (Read the full thread at stackoverflow):
Most people using CEDET only use the parser and smart completion systems locations along with the regular... .
This provides a project management system (EDE) which can create Makefiles to compile your code that you draw in Emacs.
For Emacs.
|
|
I'm using emacs 22.3.3 over X on a Windows box. When I've switched to another window, the cursor stays enabled (which means if it's blinking, it still blinks).
Every other program I've ever used disables the cursor when the window doesn't have focus. ...
Started by Drew Hoskins on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Some more info....
I haven't tried 22.3.3 yet, but I'd guess the issue might be that it is over X, rather than the version .
I'm using GNU Emacs 22.1.1 on XP.
The white with a black buffer is what I get when the Emacs window doesn't have focus.
|
|
I just started using emacs after having used vi for a long time. :) One thing which is annoying me is that whenever I modify a file, save it and exit emacs, I see a buffer file created in the same directory named filename~ (if the file I edited was "filename...
Started by zero4 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Further discussion is here:
http://www.emacswiki.org/emacs/BackupDirectory http://www.emacswiki.org/emacs/AutoSave I would recommend checking out the emacs-starter-kit it sorts out a load of issues that people have when....
In useful.
|
|
Background information:
I'm on a Mac, and I've just upgraded to Emacs 23.1 via http://emacsformacosx.com/ . There are a few issues, notably the lack of full screen ability.
I've attempted to get around this last issue by installing Megazoomer , which ...
Started by Brad Wright on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Wikipedia has an image of this impressive....
They are from a long gone era.
(I have of course never seen a super key on my keyboard.. .
It's the Super key , like M- is the Meta key (alt key on a PC keyboard, Command key on your keyboard) and C- is the Control key .
|
|
I am getting weird character in emacs when I open certain code. It is like ^M. I think it's something related to character encoding, or maybe not. Can something help me out here. Thanks.
Started by small_potato on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Can get rid of those line endings in emacs
M-x replace-string RET C-q C-M RET RET
Edit: my previous.
|