help-gnu-emacs
[Top][All Lists]
Advanced

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

How to pass parameters to compile ? And how to use CScope like features


From: grischka
Subject: How to pass parameters to compile ? And how to use CScope like features ?
Date: Sat, 29 Nov 2008 20:42:43 +0100
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Christiano Farina Haesbaert wrote:

I often want to do the following but I don't know how.

1 ) I would like to have a keystroke for compiling the same directory
(project), without having to type it.

eproject is made for you:
        http://tromey.com/elpa/eproject-0.1.tar
at
        http://tromey.com/elpa/

You have a per-project menu that you can edit on the fly to add
commands and (optionally) keystrokes.  Everything is loaded and
saved automatically and you can switch between project with two
keystrokes as if you were just switching to another buffer.

Here is for example (part of) my "emacs" project-menu:

make (f9)               : -in src make
clean (C-f9)            : rm -vf src/emacs-23.* etc/DOC* && make clean
stop (C-f8)             : -e kill-compilation
run (f8)                : src/emacs
---
configure               : ./configure
install                 : echo root-pass | sudo -S make install







reply via email to

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