all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Compiling ...
Date: Tue, 04 Oct 2005 15:39:12 -0600	[thread overview]
Message-ID: <dhusq2$qi5$1@sea.gmane.org> (raw)
In-Reply-To: <4342e5b1$0$4298$626a54ce@news.free.fr>

SexyG wrote:
 > 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 ?

C-h v shell-file-name

 > 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 ...

(setq shell-file-name "/usr/bin/zsh")

-- 
Kevin Rodgers

  reply	other threads:[~2005-10-04 21:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-04 20:32 Compiling SexyG
2005-10-04 21:39 ` Kevin Rodgers [this message]
     [not found] ` <mailman.9748.1128462098.20277.help-gnu-emacs@gnu.org>
2005-10-04 23:56   ` Compiling SexyG

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='dhusq2$qi5$1@sea.gmane.org' \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.