From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthew Flaschen Newsgroups: gmane.emacs.help Subject: Re: "source" shell commands Date: Mon, 26 Mar 2007 04:57:31 -0400 Message-ID: <46078AFB.4010704@gatech.edu> References: <87bqii936r.fsf@baldur.tsdh.de> <85wt16btg5.fsf@lola.goethe.zz> <87hcsaqbui.fsf@lion.rapttech.com.au> <87bqigs9q8.fsf@baldur.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174899481 22291 80.91.229.12 (26 Mar 2007 08:58:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Mar 2007 08:58:01 +0000 (UTC) To: emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 26 10:57:54 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 1HVl1V-0002ww-KY for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Mar 2007 10:57:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVl3j-0003GG-6I for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Mar 2007 04:00:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVl3S-0003Bs-Sv for help-gnu-emacs@gnu.org; Mon, 26 Mar 2007 04:59:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVl3Q-00035O-Gw for help-gnu-emacs@gnu.org; Mon, 26 Mar 2007 04:59:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVl3Q-00034b-Ba for help-gnu-emacs@gnu.org; Mon, 26 Mar 2007 03:59:52 -0500 Original-Received: from deliverator5.gatech.edu ([130.207.165.165]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1HVl1B-0003z0-Th for help-gnu-emacs@gnu.org; Mon, 26 Mar 2007 04:57:34 -0400 Original-Received: from deliverator5.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 29C251D19B5 for ; Mon, 26 Mar 2007 04:57:33 -0400 (EDT) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from mailprx3.gatech.edu (mailprx3.prism.gatech.edu [130.207.171.17]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "smtp.mail.gatech.edu", Issuer "RSA Data Security, Inc." (verified OK)) by deliverator5.gatech.edu (Postfix) with ESMTP id 0F2AE1D19A4 for ; Mon, 26 Mar 2007 04:57:33 -0400 (EDT) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from [128.61.73.81] (r73h81.res.gatech.edu [128.61.73.81]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (sasl: method=PLAIN, username=mflaschen3@mailprx3.gatech.edu, sender=n/a) by mailprx3.gatech.edu (Postfix) with ESMTP id DA9CF213D for ; Mon, 26 Mar 2007 04:57:32 -0400 (EDT) (envelope-from matthew.flaschen@gatech.edu) User-Agent: Thunderbird 1.5.0.10 (X11/20070306) In-Reply-To: <87bqigs9q8.fsf@baldur.tsdh.de> X-Enigmail-Version: 0.94.3.0 X-detected-kernel: Solaris 9 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:42192 Archived-At: Tassilo Horn wrote: > Matthew Flaschen writes: > > Hi Matthew, > >>> I'm curious, how are you starting emacs "from outside the shell"? >> Maybe I'm missing something big. I'm using KDE. Sometimes I start >> emacs from an xterm (Konsole actually), but sometimes I just click a >> shortcut. > > KDE executes all files in ~/.kde/env/ on startup, so this is the place > to hook on for setting up an environment. I have a file ~/.profile for > doing that, and in ~/.kde/env/ theres: Thanks! I created a file ~/.kde/env/.kde_rc with just: source ~/.rc Then I removed that from everywhere else. I think that will work fine. Matthew Flaschen