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

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

[h-e-w] Re: M-x compile and spaces in compile-command


From: Christoph Conrad
Subject: [h-e-w] Re: M-x compile and spaces in compile-command
Date: Thu, 07 Feb 2002 10:09:56 +0100
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i386-msvc-nt4.0.1381)

Hello Andrew,

you wrote:

    > Is probably set to t

Nearly :) In my case "\\" for the eshell.

    > I suggest simply setting the variable to nil to turn the above feature off
    > and see what happens!

Works!!!!! Thank you very much! Now i have:

;; M-x compile
(defadvice compile( around compile-no-quote act )
  (let ((w32-quote-process-args nil))
    ad-do-it))


Best regards,
Christoph Conrad
-- 
TTi Entwicklungszentrum GmbH,  Elisabethstr. 16, D-52062 Aachen
Fon: +49 241 47051-0  Fax: +49 241 47051-89 Web: http://www.ttisystems.com
-
There are 3 kinds of people, those who can count and those who can't.




reply via email to

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