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

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

Re: How to pass parameters to compile ? And how to use CScope like featu


From: Kevin Rodgers
Subject: Re: How to pass parameters to compile ? And how to use CScope like features ?
Date: Sat, 29 Nov 2008 09:37:45 -0700
User-agent: Thunderbird 2.0.0.18 (Macintosh/20081105)

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

(defun compile-project-foo ()
  (interactive)
  (let ((default-directory "~/project/foo"))
    (call-interactively 'compile)))

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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