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: gdb with tramp problem Date: Mon, 14 Jul 2008 23:57:09 +0200 Message-ID: <87bq10xh6y.fsf@gmx.de> References: <87mykmii58.fsf@DEBLAP1.BeNet> <8763r919w1.fsf@DEBLAP1.BeNet> <87mykkshcp.fsf@DEBLAP1.BeNet> <87iqv81aox.fsf@DEBLAP1.BeNet> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216072666 29676 80.91.229.12 (14 Jul 2008 21:57:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Jul 2008 21:57:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 14 23:58:34 2008 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 1KIW3v-00071h-0K for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Jul 2008 23:58:27 +0200 Original-Received: from localhost ([127.0.0.1]:60903 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIW33-0007p3-0q for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Jul 2008 17:57:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KIW2m-0007ol-Ce for help-gnu-emacs@gnu.org; Mon, 14 Jul 2008 17:57:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIW2j-0007oV-Vo for help-gnu-emacs@gnu.org; Mon, 14 Jul 2008 17:57:15 -0400 Original-Received: from [199.232.76.173] (port=47710 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIW2j-0007oQ-Q9 for help-gnu-emacs@gnu.org; Mon, 14 Jul 2008 17:57:13 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:47036) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KIW2j-0007Vn-Vb for help-gnu-emacs@gnu.org; Mon, 14 Jul 2008 17:57:14 -0400 Original-Received: (qmail invoked by alias); 14 Jul 2008 21:57:10 -0000 Original-Received: from p57A2092C.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.9.44] by mail.gmx.net (mp048) with SMTP; 14 Jul 2008 23:57:10 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18CaLEYjdcCSMgDqr0X5MUeOZgE7PQnsDqg65aAer JnQYCs1aHR+WAd In-Reply-To: <87iqv81aox.fsf@DEBLAP1.BeNet> (Joe Bloggs's message of "Mon, 14 Jul 2008 21:18:38 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.72 X-detected-kernel: by monty-python.gnu.org: 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:55574 Archived-At: Joe Bloggs writes: > locate-library gives "~/.emacs.d/tramp" Oops, that is just the persistency file, and not the code. I would expect the location of tramp.el as answer. Anyway, I believe you have installed Tramp with Emacs 21 being active. That's why tramp-gw.el hasn't been installed. And now it is missing in Emacs 22. You might fix it when you go to the directory where you have untarred Tramp. Then try the following: make clean ./configure --with-emacs=emacs22 make make install I assume, that "emacs22" runs Emacs 22 :-) Best regards, Michael.