From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "venk" Newsgroups: gmane.emacs.help Subject: Re: how to edit+compile+debug without leaving GNU/Emacs Date: 21 Feb 2006 20:35:17 -0800 Organization: http://groups.google.com Message-ID: <1140582917.875562.115850@z14g2000cwz.googlegroups.com> References: <1140246333.821824.80470@o13g2000cwo.googlegroups.com> <1140424086.371321.50350@o13g2000cwo.googlegroups.com> <86oe12fesy.fsf@riemann.mri.ernet.in> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1140629122 9527 80.91.229.2 (22 Feb 2006 17:25:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Feb 2006 17:25:22 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 22 18:25:22 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FBxjr-0004dp-SK for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Feb 2006 18:25:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBxfA-0005bF-PG for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Feb 2006 12:20:28 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!newsfeed.berkeley.edu!ucberkeley!news.glorb.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: 220.225.142.21 Original-X-Trace: posting.google.com 1140582923 29018 127.0.0.1 (22 Feb 2006 04:35:23 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 22 Feb 2006 04:35:23 +0000 (UTC) In-Reply-To: <86oe12fesy.fsf@riemann.mri.ernet.in> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; InfoPath.1; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 CHNISA01 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=220.225.142.21; posting-account=0xsslA0AAABLugRmSvSKrBJlt5k0-AUz Original-Xref: shelby.stanford.edu gnu.emacs.help:137736 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:33361 Archived-At: N. Raghavendra wrote: > > One way is to create one init file named after each host, e.g., > `edit.el', `build.el', and `debug.el', say in the directory > $HOME/emacs. Then, use $HOME/.emacs as a wrapper which loads the > relevant init file. So, `.emacs' would just contain the forms > thanks, i will stash it for now.