Hello David,
On 05/27/2010 02:39 AM, supreet prasad wrote:Add code to .emacs file.
Hello Emacs Developers,
I am very new to Emacs development. I am now trying to develop my own
menu and I had a few questions about it.
Do I start of writing my code in a new .el file under "lisp" directory?
No, emacs can source both *.el or *.elc(compiled). Prefer later.
Do I have to compile emacs and install it everytime I make some changes
and want to test it?
Use "easy-menu-define".
I need to create a new menu item and perform a couple of simple tasks.
Please let me know how I can proceed .
David
Any links or suggestions would be extremely helpful.
Thanks,
Supreet