From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolay Kudryavtsev Newsgroups: gmane.emacs.help Subject: Sql-mode calls tramp for no reason Date: Wed, 23 Oct 2013 07:26:52 +0400 Message-ID: <526741FC.4010604@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1382498845 16018 80.91.229.3 (23 Oct 2013 03:27:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2013 03:27:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 23 05:27:29 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1VYp6X-0004bm-Bm for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Oct 2013 05:27:29 +0200 Original-Received: from localhost ([::1]:47504 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYp6W-00065h-Ce for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Oct 2013 23:27:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYp6E-00065Q-BZ for help-gnu-emacs@gnu.org; Tue, 22 Oct 2013 23:27:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYp65-0005hn-UX for help-gnu-emacs@gnu.org; Tue, 22 Oct 2013 23:27:10 -0400 Original-Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:36685) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYp65-0005hh-Lg for help-gnu-emacs@gnu.org; Tue, 22 Oct 2013 23:27:01 -0400 Original-Received: by mail-lb0-f171.google.com with SMTP id x18so257911lbi.16 for ; Tue, 22 Oct 2013 20:27:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=NPPEiS/ufqFW35YbLATnHy7pBnZb4RMmkR19q1SOjlk=; b=Hf8A+pVfQ5pJcPkARg2fseuYRq1z88/lngQSIhN4LWrPea5kf23xPlQhBiY4XMXZ4k 9n+/NSYT5u03q5ZjGGzg1Omm4qzS1wTos8B0wyBdDo66KXyB1FxNCAxmEpj+vfTt92iE UnHjAWnVs5g5yxEiUl3TRfcwaSU0TxwNInmKZkeGzO9jwkYHFmiF0TosRbdN9nB5bZt7 4DYxf6anautHq8KToGm4llNbvRVgA0z/qrcJl7O6GwmXn5j/7Bau504U6SUzsAtngnFw trH85GsgIEkMZk+rNw55qbUi0xmAkyt3THeV/0j7KISUGIamnCobTnAAyDFr8kNq+3iC ypEg== X-Received: by 10.152.29.201 with SMTP id m9mr20368477lah.6.1382498820220; Tue, 22 Oct 2013 20:27:00 -0700 (PDT) Original-Received: from [192.168.10.81] (mcruises.ru. [95.165.237.18]) by mx.google.com with ESMTPSA id vx8sm17787846lbb.8.2013.10.22.20.26.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Oct 2013 20:26:59 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22b X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94160 Archived-At: Hello. Is there any way to force sql-product-interactive to run sql program on local machine only? After I use tramp for some time and then call sql-product-interactive it tries to run sql program on one of the open tramp connections, instead of my local machine. It does not matter if I call it while having dired open on local machine or even local sql file open. Even calling M-x cd beforehand does not help. It still tries to run sql program on a host over tramp. After some sequence of actions that I haven't fully figured out, it finally goes away and uses local machine paths. -- Best Regards, Nikolay Kudryavtsev