From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Cocoa Emacs 23 and Tramp problem Date: Sat, 7 Mar 2009 00:17:33 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1236381491 26472 80.91.229.12 (6 Mar 2009 23:18:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Mar 2009 23:18:11 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Lars Wessman Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 07 00:19:28 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 1LfjK8-00022U-7L for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Mar 2009 00:19:24 +0100 Original-Received: from localhost ([127.0.0.1]:37745 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfjIm-00022O-Iu for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Mar 2009 18:18:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LfjIR-00022J-9u for help-gnu-emacs@gnu.org; Fri, 06 Mar 2009 18:17:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LfjIP-000227-S3 for help-gnu-emacs@gnu.org; Fri, 06 Mar 2009 18:17:38 -0500 Original-Received: from [199.232.76.173] (port=51942 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfjIP-000224-MD for help-gnu-emacs@gnu.org; Fri, 06 Mar 2009 18:17:37 -0500 Original-Received: from fmmailgate02.web.de ([217.72.192.227]:37103) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LfjIP-0002bR-CA for help-gnu-emacs@gnu.org; Fri, 06 Mar 2009 18:17:37 -0500 Original-Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate02.web.de (Postfix) with ESMTP id 9F804FB7A556; Sat, 7 Mar 2009 00:17:36 +0100 (CET) Original-Received: from [91.35.249.209] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.110 #277) id 1LfjIO-0000nc-00; Sat, 07 Mar 2009 00:17:36 +0100 In-Reply-To: X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX18V63zFd4xedYhhKuEkl74ss/NjCMO1+OCeTvaG NfvA/bJkav97aDBwB8Ha0O9inheQrMPRTxg6NDK89nq2DNftT1 zae7V2IlAKOF7Du7vjXQ== X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:62709 Archived-At: Am 06.03.2009 um 19:35 schrieb Lars Wessman: > sh: ssh: command not found Obviously Emacs.app has not received the proper "process-environment" =20= =96 a variable you can examine. Besides launching Emacs.app from the =20 command line with a corrected PATH setting you have some more =20 options: you can use ~/.MacOSX/environment.plist to supply all =20 applications with the necessary PATH value. On a command line, for =20 example in Emacs.app's *shell* buffer, you can invoke: defaults write ~/.MacOSX/environment PATH (Documented here: http://developer.apple.com/qa/qa2001/qa1067.html, =20 it's also possible to use other environment variables via ~/.MacOSX/=20 environment.plist.) Logging out and in are necessary. The second =20 option is to adjust the variable exec-path for Emacs: (add-to-list 'exec-path "") This will allow Emacs to find ssh. -- Greetings Pete The human animal differs from the lesser primates in his passion for =20 lists of "Ten Best." =96 H. Allen Smith