all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to pass parameters to compile ? And how to use CScope like features ?
@ 2008-11-29 19:42 grischka
  0 siblings, 0 replies; 6+ messages in thread
From: grischka @ 2008-11-29 19:42 UTC (permalink / raw)
  To: christiano.fh, help-gnu-emacs

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







^ permalink raw reply	[flat|nested] 6+ messages in thread
* How to pass parameters to compile ? And how to use CScope like  features ?
@ 2008-11-29 13:31 Christiano Farina Haesbaert
  2008-11-29 16:37 ` Kevin Rodgers
  2008-11-29 17:43 ` Peter Dyballa
  0 siblings, 2 replies; 6+ messages in thread
From: Christiano Farina Haesbaert @ 2008-11-29 13:31 UTC (permalink / raw)
  To: help-gnu-emacs

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.

2) How can I search for callers of the function I'm currently editing,
I found a weird solution using rgrep ? (in C)

Thanks.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-12-01 12:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-29 19:42 How to pass parameters to compile ? And how to use CScope like features ? grischka
  -- strict thread matches above, loose matches on Subject: below --
2008-11-29 13:31 Christiano Farina Haesbaert
2008-11-29 16:37 ` Kevin Rodgers
2008-11-29 17:43 ` Peter Dyballa
2008-12-01 10:25   ` Bernardo Bacic
     [not found]   ` <mailman.1604.1228127301.26697.help-gnu-emacs@gnu.org>
2008-12-01 12:23     ` Christiano Farina Haesbaert

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.