From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: pdflatex not found? Date: Tue, 27 Oct 2015 13:59:05 -0400 Message-ID: <562FBB69.9090305@pfdstudio.com> References: <6sw6c7bnbke8ah.fsf@pfdstudio.com> <562F826B.1080802@gmail.com> <87wpu85lon.fsf@alphaville.usersys.redhat.com> <562FAE2D.3080409@pfdstudio.com> <87oafk5hfi.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr8X4-0008RC-6Q for emacs-orgmode@gnu.org; Tue, 27 Oct 2015 13:59:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zr8WZ-0001XY-3L for emacs-orgmode@gnu.org; Tue, 27 Oct 2015 13:59:38 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:37934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr8WY-0001Wi-Pp for emacs-orgmode@gnu.org; Tue, 27 Oct 2015 13:59:06 -0400 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 22F55202B5 for ; Tue, 27 Oct 2015 13:59:06 -0400 (EDT) In-Reply-To: <87oafk5hfi.fsf@alphaville.usersys.redhat.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On 10/27/15 1:50 PM, Nick Dokos wrote: > Peter Davis writes: >> According to , .profile is >> bash-specific. tcsh has a different set of login/session initialization files. >> > No, it does not say that .profile is bash-specific at all: it > just says it's used by bash and not used by tcsh. What *is* > specific to bash is $HOME/.bash_profile. Sorry. > But when setting up the window environment on Linux, the various scripts > are executed by whatever POSIX shell is available on the system (usually > sh on Linux), because a POSIX shell is supposed to be part of a POSIX > system, so guaranteed to be available (which is not true of csh/tcsh). > Hence .profile is the common denominator. Yes, .profile is the common denominator ... except where it isn't. Thanks, -pd