emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New menu creation


From: David Lee
Subject: Re: New menu creation
Date: Thu, 27 May 2010 09:24:56 +0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4

On 05/27/2010 02:39 AM, supreet prasad wrote:
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?
Add code to .emacs file.
Do I have to compile emacs and install it everytime I make some changes
and want to test it?
No, emacs can source both *.el or *.elc(compiled). Prefer later.
I need to create a new menu item and perform a couple of simple tasks.
Please let me know how I can proceed .
Use "easy-menu-define".
Any links or suggestions would be extremely helpful.

Thanks,
Supreet

David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]