From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: elxsian@gmail.com Newsgroups: gmane.emacs.help Subject: Compile mode in emacs!! Date: Tue, 27 Mar 2007 01:18:52 -0700 Message-ID: <12790819.100561174983532060.JavaMail.nabble@jubjub.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174994588 7879 80.91.229.12 (27 Mar 2007 11:23:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Mar 2007 11:23:08 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 27 13:23:02 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HW9lT-0002f5-LZ for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Mar 2007 13:22:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HW9no-0007U2-Tg for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Mar 2007 06:25:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HW6vl-0008RF-MO for help-gnu-emacs@gnu.org; Tue, 27 Mar 2007 04:21:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HW6vk-0008Oh-DC for Help-gnu-emacs@gnu.org; Tue, 27 Mar 2007 04:21:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HW6vk-0008OO-90 for Help-gnu-emacs@gnu.org; Tue, 27 Mar 2007 03:21:24 -0500 Original-Received: from www.nabble.com ([72.21.53.35] helo=talk.nabble.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HW6tO-0004Ld-4O for Help-gnu-emacs@gnu.org; Tue, 27 Mar 2007 04:18:58 -0400 Original-Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HW6tI-0000E5-22 for Help-gnu-emacs@gnu.org; Tue, 27 Mar 2007 01:18:52 -0700 X-detected-kernel: Linux 2.4-2.6 X-Mailman-Approved-At: Tue, 27 Mar 2007 07:25:10 -0400 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:42217 Archived-At: When I try to use the compile mode in emacs, it picks up the default gcc (/usr/bin/gcc). I need it to pick the gcc in a different location. How do I do that? I tried sourcing the path from the compile mode, but did not help. Thanks in advance Nazir