From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lucius Fox Newsgroups: gmane.emacs.help Subject: How to configure emacs so that it run my '.profile' when I start a shell inside emacs? Date: Sun, 19 Apr 2009 14:51:16 -0700 Message-ID: <528a76e70904191451o410f0586w39a198d9884086c8@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1240177966 5206 80.91.229.12 (19 Apr 2009 21:52:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Apr 2009 21:52:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 19 23:54:06 2009 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 1Lvexh-00071K-1E for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Apr 2009 23:54:05 +0200 Original-Received: from localhost ([127.0.0.1]:43373 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvewI-0006AE-3j for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Apr 2009 17:52:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lvev1-0005cK-Ex for help-gnu-emacs@gnu.org; Sun, 19 Apr 2009 17:51:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lvev0-0005bT-OL for help-gnu-emacs@gnu.org; Sun, 19 Apr 2009 17:51:18 -0400 Original-Received: from [199.232.76.173] (port=55960 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lvev0-0005bD-Hc for help-gnu-emacs@gnu.org; Sun, 19 Apr 2009 17:51:18 -0400 Original-Received: from yw-out-1718.google.com ([74.125.46.156]:17887) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lvev0-0003jx-5v for help-gnu-emacs@gnu.org; Sun, 19 Apr 2009 17:51:18 -0400 Original-Received: by yw-out-1718.google.com with SMTP id 9so2636447ywk.66 for ; Sun, 19 Apr 2009 14:51:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=DRA3Qt9y86U1+l9/37xmJE6kHbAb62wz0X4EyOz04v0=; b=sCfzunyHNmFVkKnU3bQ/YMPmlJKdpHIpq66YqEua5mKksIuqKNbJ+T0W2bpVyBcf8w FCh+1aRbwxWHCU5f8+W7uoozQQdIVZ5gy3hcaYJlTGQ3mehg5RM690XecgpsSIymshog uju6+GUY4XwsNYJLDgSSwIZLkx4X0bXoSoF9o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=wM83MP55jprLriNxamV8CAtnSqnqcpZU1ILy8fe00KpPGxCcPFQ3t9mE/AU1BZQaSZ lq6Yabupjfd7pcBx28kLQODGQKVDC7Xew6zatzF35r6Db1tXpJl8vbR1qLJZMZArYyXX ygh3NW9kV4A/YTxzkvfgDNRX/Ig9wBWts0rDU= Original-Received: by 10.150.136.10 with SMTP id j10mr5009060ybd.183.1240177876426; Sun, 19 Apr 2009 14:51:16 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:63884 Archived-At: Hi, How to configure emacs so that it run my '.profile' when I start a shell inside emacs? (M-x shell) Thank you.