From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Andrea Vettorello" Newsgroups: gmane.emacs.help Subject: Re: CVS-Emacs not reading bash environments? Date: Tue, 18 Dec 2007 23:12:18 +0100 Message-ID: <7d5440240712181412j5c80f4bbub04b0825c34e1c09@mail.gmail.com> References: <87ve6vdbr7.fsf@kamaloka.dhatu> 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 1198015982 24805 80.91.229.12 (18 Dec 2007 22:13:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Dec 2007 22:13:02 +0000 (UTC) To: "Emacs List" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 18 23:13:13 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 1J4kgP-0007qX-VJ for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Dec 2007 23:13:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4kg6-0006Zh-Ko for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Dec 2007 17:12:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J4kfp-0006ZJ-UP for help-gnu-emacs@gnu.org; Tue, 18 Dec 2007 17:12:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J4kfo-0006Z2-7t for help-gnu-emacs@gnu.org; Tue, 18 Dec 2007 17:12:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4kfo-0006Yz-5T for help-gnu-emacs@gnu.org; Tue, 18 Dec 2007 17:12:24 -0500 Original-Received: from py-out-1112.google.com ([64.233.166.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J4kfn-0000TW-UE for help-gnu-emacs@gnu.org; Tue, 18 Dec 2007 17:12:24 -0500 Original-Received: by py-out-1112.google.com with SMTP id a73so6724145pye.14 for ; Tue, 18 Dec 2007 14:12:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Urzuv90hfLs9gBvASRKSIc5IM6FdcLvrtIqI/o9QPB0=; b=CAaJ15Ouy3LlA9UlEEqux0SPnScaUwHEE4Sxn1I2NxUhsCgI41ieFz1ame+w89sT2xXRUdEpIgPkKaCLlijXI9/NpuOPpci80X+CPemDuoSToPLvWVXi1i9soBcajiMudebVT5HovPPCw/+Mg+tgWKeUciJh3FiEhWn1YQGW10c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=abqr2TA7UUIHoOJLUUXd0ij2vTBhIPzUP4H7m8dl24uDV7dI40XcUQF32duoy2HargZr/sdqm4IrX1fjOSDj43EXlP0zgss7j4BDd/W6eEEwse9dbVVyL07r0dpbX2VEwC4bvT36krYb1uQ02jSeLuQxG6Bub1qvIZHRsQfqO8c= Original-Received: by 10.140.133.11 with SMTP id g11mr2644874rvd.235.1198015938804; Tue, 18 Dec 2007 14:12:18 -0800 (PST) Original-Received: by 10.141.77.4 with HTTP; Tue, 18 Dec 2007 14:12:18 -0800 (PST) In-Reply-To: <87ve6vdbr7.fsf@kamaloka.dhatu> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: 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:50189 Archived-At: On Dec 18, 2007 8:49 PM, Sven Bretfeld wrote: [...] > It's also working perfectly on my other two machines which have the > same setup but run an older Emacs snapshot (22.1.50.1). > > How is it possible that Emacs doesn't read environments set in .bashrc > when started in the usual way programs are started in X? And how can I > solve the problem? FWIK, ~/.bashrc is run for (interactive) invocation of bash, you should put env variables on ~/.profile, or eventually in ~/.xsession (GDM needs to be explicitly configured to source users xsession files, don't know about KDM)... -- Andrea