From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Venkatesh Pitta" Newsgroups: gmane.emacs.help Subject: Re: how to edit+compile+debug without leaving GNU/Emacs Date: Mon, 20 Feb 2006 18:18:41 +0530 Message-ID: <8a06309e0602200448u4f5cb2c6k786e51ae2f1c8b@mail.gmail.com> References: <1140246333.821824.80470@o13g2000cwo.googlegroups.com> <1140424086.371321.50350@o13g2000cwo.googlegroups.com> <35922DB3-9924-411D-9322-13C0C3702ED1@Web.DE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1140467567 28231 80.91.229.2 (20 Feb 2006 20:32:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Feb 2006 20:32:47 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 20 21:32:46 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 1FBHho-0008JJ-0K for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Feb 2006 21:32:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBHgl-00071G-PD for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Feb 2006 15:31:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FBDYX-00009u-GZ for help-gnu-emacs@gnu.org; Mon, 20 Feb 2006 11:06:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FBBzX-0002s3-Mr for help-gnu-emacs@gnu.org; Mon, 20 Feb 2006 09:26:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBAT5-0001du-Bx for help-gnu-emacs@gnu.org; Mon, 20 Feb 2006 07:48:44 -0500 Original-Received: from [64.233.184.203] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FBAZ7-0005B1-CR for help-gnu-emacs@gnu.org; Mon, 20 Feb 2006 07:54:57 -0500 Original-Received: by wproxy.gmail.com with SMTP id i13so603414wra for ; Mon, 20 Feb 2006 04:48:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f2kBHnWCvM3UilPfH99iP4mXmz+M9j4h8x00SEMzwl9Xx2wnep/n6CfuYEfiKSu04YOw3jkqaxDDLjYO9/0zuwggrtD+zhnTeON2or4VpaRV5Akd1w/52WU4JvvWz52zw/kLyF9KiDNfLHhg3NxJ+B5rYYB/Rnsab73r55VJ/us= Original-Received: by 10.65.235.20 with SMTP id m20mr684469qbr; Mon, 20 Feb 2006 04:48:41 -0800 (PST) Original-Received: by 10.65.205.4 with HTTP; Mon, 20 Feb 2006 04:48:41 -0800 (PST) Original-To: "Peter Dyballa" In-Reply-To: <35922DB3-9924-411D-9322-13C0C3702ED1@Web.DE> Content-Disposition: inline X-Mailman-Approved-At: Mon, 20 Feb 2006 11:48:06 -0500 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:33316 Archived-At: On 2/20/06, Peter Dyballa wrote: > > > You could create different .emacs- files and then put > into .emacs: > > (load (format "~/.emacs-%s.el" (getenv "HOST"))) > well, I will take this one. Thanks for the help.