From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: SexyG Newsgroups: gmane.emacs.help Subject: Compiling ... Date: Tue, 04 Oct 2005 22:32:36 +0200 Organization: Guest of ProXad - France Message-ID: <4342e5b1$0$4298$626a54ce@news.free.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1128458246 15344 80.91.229.2 (4 Oct 2005 20:37:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Oct 2005 20:37:26 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 04 22:37:24 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EMtUs-0007P6-Df for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Oct 2005 22:34:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EMtUr-0000c1-Rz for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Oct 2005 16:34:45 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!proxad.net!infeed-4.proxad.net!nnrp10-1.free.fr!not-for-mail User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Date: 04 Oct 2005 22:27:29 MEST Original-NNTP-Posting-Host: 82.227.62.119 Original-X-Trace: 1128457649 nnrp10-1.free.fr 4298 82.227.62.119:51669 Original-X-Complaints-To: abuse@proxad.net Original-Xref: shelby.stanford.edu gnu.emacs.help:134344 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:29918 Archived-At: Hey guys, I'm a bit new to emacs ... and I'd love to use it to compile my C programs ... using M-x compile (and maybe adding a keyboard shortcut a bit later ...) But I have a problem ... I'd like to know which is the shell that is used for this command ? because ... where I work, tcsh is by default so I put an 'exec zsh' line in .mytcshrc but everytime I try compiling with Emacs, it seems that it also opens a tcsh and execs a zsh (because I also added a 'w' line in my .mytcshrc to see who is on my machine, and in Emacs the result of the 'w' appears so I guess it must have launched a tcsh and executed the line) ... and it screws up the compilation buffer ... I hope I'm being clear enough ... Thanks a lot ... -- Kiss