From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: over-engineered (and under-standardized) inferior interfaces Date: Thu, 28 Aug 2014 21:44:19 +0200 Message-ID: <87fvggs8ks.fsf@gmx.de> References: <87oavdjbes.fsf@gmx.de> <87ha13utgp.fsf@gmx.de> <87egw25siy.fsf@gmx.de> <87siki188k.fsf@gmx.de> <87mwaq14ez.fsf@gmx.de> <87egw2139g.fsf@gmx.de> <87bnr5u79x.fsf@gmx.de> <87tx4x6lut.fsf@gmx.de> <87vbpcsbqo.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1409255121 6010 80.91.229.3 (28 Aug 2014 19:45:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Aug 2014 19:45:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sam Steingold Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 28 21:45:13 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XN5d8-0003o6-I7 for ged-emacs-devel@m.gmane.org; Thu, 28 Aug 2014 21:45:10 +0200 Original-Received: from localhost ([::1]:38730 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN5d8-0001Ug-8C for ged-emacs-devel@m.gmane.org; Thu, 28 Aug 2014 15:45:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN5cV-00011V-OC for emacs-devel@gnu.org; Thu, 28 Aug 2014 15:44:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XN5cP-0004ZH-T1 for emacs-devel@gnu.org; Thu, 28 Aug 2014 15:44:31 -0400 Original-Received: from mout.gmx.net ([212.227.17.21]:49942) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN5cP-0004Z6-Ja; Thu, 28 Aug 2014 15:44:25 -0400 Original-Received: from detlef.gmx.de ([87.146.59.2]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MIiHs-1XKtl21O2q-002Gti; Thu, 28 Aug 2014 21:44:24 +0200 In-Reply-To: (Sam Steingold's message of "Thu, 28 Aug 2014 15:22:12 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-Provags-ID: V03:K0:YObGFXZLPycv78qzlNMBkptmG+/dyl816XzkjtvzvJpp2aZtETa n5g0W3im+urHnep8acm/fVwsKUyQAROSc6vRxPszOaCLr2DTCb4R85x7AeM8a9h2thzTqbr ALUSTcSnHk0Vug2Y8Y/thmLBmLWPV8Mr3Mh/rzBfQQt/avp7w+ck8q0Es1K4DwQxtW+dAZR +CkGxGeeFMJPkSk+oC6TQ== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.21 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173878 Archived-At: Sam Steingold writes: > now I got "sh: cd: : Permission denied" in *SQL*. This is due to the command # cd '' && exec env PS1=/sudo\:dbadmin\@vertica\:\ \#\$\ vsql Well, the '' looks very strange. Tramp ought do use here the local part of default-directory. Has this buffer-local variable been changed somehow, before vsql has been called? > is there a way to specify the password in the default-dir? > is it "sudo:dbadmin#passwd@vertica"? Not in the file name, by intention. But you could use Emacs' auth-sources.el for this; Tramp is aware of that package. > thanks! Best regards, Micahel.