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-2.1.15/cscope-15.7 and emacs 22 vs emacs 23 Date: Wed, 18 Feb 2009 22:42:42 +0100 Message-ID: <878wo3s9pp.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1234993413 14241 80.91.229.12 (18 Feb 2009 21:43:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2009 21:43:33 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Michal Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 18 22:44:48 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 1LZuDb-00036I-Tx for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Feb 2009 22:44:36 +0100 Original-Received: from localhost ([127.0.0.1]:55488 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZuCF-0002Hx-LA for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Feb 2009 16:43:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZuBt-0002Hn-QI for help-gnu-emacs@gnu.org; Wed, 18 Feb 2009 16:42:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZuBr-0002GR-Pi for help-gnu-emacs@gnu.org; Wed, 18 Feb 2009 16:42:48 -0500 Original-Received: from [199.232.76.173] (port=40487 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZuBq-0002GL-PC for help-gnu-emacs@gnu.org; Wed, 18 Feb 2009 16:42:47 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:49137) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LZuBq-0008L2-70 for help-gnu-emacs@gnu.org; Wed, 18 Feb 2009 16:42:46 -0500 Original-Received: (qmail invoked by alias); 18 Feb 2009 21:42:44 -0000 Original-Received: from brln-4db928d8.pool.einsundeins.de (EHLO arthur.local) [77.185.40.216] by mail.gmx.net (mp046) with SMTP; 18 Feb 2009 22:42:44 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/K0LJtw+3KiL4gU1c4RrQ0FfQmqrTQ6ItiRfoUxB eqdYDPUvFCEk48 In-Reply-To: (Michal's message of "Wed, 18 Feb 2009 16:38:43 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.6899999999999999 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:62187 Archived-At: Michal writes: > Hallo group members Hi, > cscope seems not working with emacs 23/tramp-2.1.15. > when I do: > M-x cscope-index-files on some remote machine directory: > /scp:root@remote.machine.org:/cvs/src-10-01-patches > > it does not build cscope database (this is what cscope-index-files is intended to do). > > when I do the same thing with emacs 22, everything is ok, database is > done. With Emacs 23, csope-index-files shall use the new functions start-file-process or process-file, respectively. Thea replace start-process and call-process for accessing remote hosts. With Emacs 22, Tramp 2.1 uses a dirty hack, which is not enabled for Emacs 23. If you could point me to the source file csope-index-files is defined in, I could give you more advice. > best regards, > Michal Best regards, Michael.