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 & numberp Date: Wed, 27 Oct 2010 13:31:34 +0200 Message-ID: <87pquvswh5.fsf@gmx.de> References: <871v7f37lj.fsf@gmx.de> <87vd4qg36o.fsf@gmx.de> <87zku1b0xk.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288180475 30014 80.91.229.12 (27 Oct 2010 11:54:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 27 Oct 2010 11:54:35 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andrea Crotti Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 27 13:54:34 2010 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.69) (envelope-from ) id 1PB4aO-0001DZ-SY for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Oct 2010 13:54:33 +0200 Original-Received: from localhost ([127.0.0.1]:51473 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PB4aO-00085Y-Cn for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Oct 2010 07:54:32 -0400 Original-Received: from [140.186.70.92] (port=34678 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PB4Fu-0001xB-Di for help-gnu-emacs@gnu.org; Wed, 27 Oct 2010 07:34:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PB4EQ-00072f-Kg for help-gnu-emacs@gnu.org; Wed, 27 Oct 2010 07:33:21 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:41942 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PB4EQ-00071m-82 for help-gnu-emacs@gnu.org; Wed, 27 Oct 2010 07:31:50 -0400 Original-Received: (qmail invoked by alias); 27 Oct 2010 11:31:44 -0000 Original-Received: from p4FC18EF1.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [79.193.142.241] by mail.gmx.net (mp013) with SMTP; 27 Oct 2010 13:31:44 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+XbUVx/0mXgSrO6n8YQ3m+QkqbLOYkHFTno6Q2H8 HJe9HQdbbzcbJI User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:75250 Archived-At: Andrea Crotti writes: > Still it would be good to use the newer version of tramp in general when > I'll be able to compile it. Maybe the following patch makes it better? --8<---------------cut here---------------start------------->8--- *** /home/albinus/src/tramp/lisp/Makefile.in.~2.41~ 2010-10-27 12:46:19.886501187 +0200 --- /home/albinus/src/tramp/lisp/Makefile.in 2010-10-27 12:43:35.000000000 +0200 *************** *** 90,97 **** all: autoloads $(addsuffix .elc, $(basename $(LISP_FILES) $(CONTRIB_FILES))) ! autoloads: tramp-loaddefs.el ! tramp-loaddefs.el: $(LISP_FILES) # XEmacs must be advised to put tramp.el definitions at the beginning. # We redefine `autoload-trim-file-name', therefore. $(EM) -l autoload \ --- 90,97 ---- all: autoloads $(addsuffix .elc, $(basename $(LISP_FILES) $(CONTRIB_FILES))) ! autoloads: $(builddir)/tramp-loaddefs.el ! $(builddir)/tramp-loaddefs.el: $(LISP_FILES) # XEmacs must be advised to put tramp.el definitions at the beginning. # We redefine `autoload-trim-file-name', therefore. $(EM) -l autoload \ --8<---------------cut here---------------end--------------->8--- Best regards, Michael.