help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tramp & numberp


From: Michael Albinus
Subject: Re: tramp & numberp
Date: Wed, 27 Oct 2010 13:31:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Andrea Crotti <andrea.crotti.0@gmail.com> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]