From: Phillip Lord <p.lord@russet.org.uk>
Subject: Re: emacs as an ide
Date: 10 Oct 2003 13:59:55 +0100 [thread overview]
Message-ID: <vfad89dz90.fsf@rpc71.cs.man.ac.uk> (raw)
In-Reply-To: 3wvhb.82$Cw3.16@newsfep1-gui.server.ntli.net
>>>>> "Martin" == Martin <x@y.z> writes:
Martin> Philip, Pascal, kgold,
Martin> Thanks for your replies. I reckon I would use the Tools
Martin> Compile option to compile the current buffer. To build the
Martin> current project and current solution, I would use different
Martin> make commands. (I already have a make file with appropriate
Martin> targets in it) However I am too lazy to do the M-x compile
Martin> command - I don't want to have to type any commands. I just
Martin> want to configure the commands and then access them from a
Martin> button or menu.
M-x compile and Tools->Compile are the same thing.
If you want to specify different commands and put them into the menu
bar, yes you can do that, although its not necessarily straight
forward. easy-menu works quite well for this though.
This is a menu definition that I used to use....
(defvar jde-more
(list "JDE+"
["Set as main class" phil-java-set-as-main-class t ]
["Toggle auto hide" jfolding-toggle-autohide t ]
["Hide all " jfolding-hide-all t ]
["Toggle +E option" phil-java-toggle-e-option t ]
["Toggle compiler" phil-java-toggle-compiler t ]
))
(easy-menu-do-define 'jde-more jde-mode-map "Additn Menu for JDE"
jde-more)
Phil
next prev parent reply other threads:[~2003-10-10 12:59 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-09 8:11 emacs as an ide Martin
2003-10-09 13:06 ` Phillip Lord
2003-10-09 17:56 ` Pascal Bourguignon
2003-10-09 18:52 ` kgold
2003-10-10 10:05 ` Martin
2003-10-10 12:59 ` Phillip Lord [this message]
2003-10-16 21:18 ` Kai Grossjohann
2003-10-17 15:39 ` Bruce Ingalls
2003-10-17 21:38 ` LEE Sau Dan
2003-10-17 21:43 ` Jason Rumney
-- strict thread matches above, loose matches on Subject: below --
2007-10-14 19:01 Emacs as an IDE polymedes
2007-10-14 19:54 ` Thorsten Bonow
2007-10-15 13:29 ` Richard G Riley
2007-10-15 20:33 ` Thorsten Bonow
2007-10-15 21:58 ` Richard G Riley
2007-10-15 22:33 ` Thorsten Bonow
2017-03-04 1:06 Emacs IDE Ahmed Sorour
2017-03-04 8:34 ` tomas
2017-03-04 8:42 ` Krishnakant
2017-03-05 14:47 ` Emacs as an IDE Francis Belliveau
2017-03-05 15:41 ` tomas
2017-03-08 1:12 ` Francis Belliveau
2017-03-08 7:13 ` Krishnakant
2017-03-05 16:45 ` Anast Gramm
2017-03-06 7:59 ` Krishnakant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=vfad89dz90.fsf@rpc71.cs.man.ac.uk \
--to=p.lord@russet.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).