From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: Tramp always wants password when using cscope Date: Mon, 24 Aug 2009 08:59:37 +0200 Message-ID: References: <96418907-3e06-42d0-92f1-d34e0705b792@18g2000yqa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251097232 15684 80.91.229.12 (24 Aug 2009 07:00:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Aug 2009 07:00:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Neil Baylis Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 24 09:00:24 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 1MfTXU-000271-I5 for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Aug 2009 09:00:24 +0200 Original-Received: from localhost ([127.0.0.1]:32998 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfTXT-0001tp-PM for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Aug 2009 03:00:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MfTX2-0001rn-1E for help-gnu-emacs@gnu.org; Mon, 24 Aug 2009 02:59:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfTWw-0001fZ-VP for help-gnu-emacs@gnu.org; Mon, 24 Aug 2009 02:59:55 -0400 Original-Received: from [199.232.76.173] (port=33242 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfTWw-0001fG-Sz for help-gnu-emacs@gnu.org; Mon, 24 Aug 2009 02:59:50 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:48484) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MfTWw-0000vG-5E for help-gnu-emacs@gnu.org; Mon, 24 Aug 2009 02:59:50 -0400 Original-Received: from mailrelay2.alcatel.de ([194.113.59.96]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MfTWs-0008Vg-9L for help-gnu-emacs@gnu.org; Mon, 24 Aug 2009 02:59:46 -0400 Original-Received: from destgsu0048.stgl.sel.alcatel.de (destgsu0048.de.alcatel-lucent.com [149.204.242.4]) by mailrelay2.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id n7O6xdQT011380; Mon, 24 Aug 2009 08:59:39 +0200 Original-Received: from slbhn1.alcatel.de (slbhn1.de.alcatel-lucent.com [149.204.90.35]) by destgsu0048.stgl.sel.alcatel.de (8.12.3/8.12.3) with ESMTP id n7O6xdY4017786; Mon, 24 Aug 2009 08:59:39 +0200 (MEST) In-Reply-To: <96418907-3e06-42d0-92f1-d34e0705b792@18g2000yqa.googlegroups.com> (Neil Baylis's message of "Fri, 21 Aug 2009 20:50:57 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-Alcanet-virus-scanned: n7O6xdY4017786 at destgsu0048.stgl.sel.alcatel.de X-Scanned-By: MIMEDefang 2.57 on 149.204.45.73 X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:67464 Archived-At: Neil Baylis writes: > I'm using emacs 23.1 to access a large remote source tree that has a > cscope index at the top. Initially it wouldn't work at all because it > was running the local cscope instead of the remote one, but I found a > solution for that by searchingthe web. It was necessary to change some > functions within xcscope.el. So, now it correctly runs the remote > cscope instead of the local one, but it doesn't make use of the > password cache. Every time I do any cscope related task, it starts a > new remote shell and asks for the password again. The password cache > works correctly for opening named files and directories, it's just the > cscope related functions that don't work. > > Is there a newer version of xcscope.el that I should be using that > corrects these problems? What have you changed in xcscope.el? Best regards, Michael.