emacs-devel
[Top][All Lists]
Advanced

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

Re: tramp requires cl at runtime


From: Glenn Morris
Subject: Re: tramp requires cl at runtime
Date: 2007年12月17日 19:51:17 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Michael Albinus wrote:
> When I use `eval-when-compile' instead of, I get error messages compiling
> with Emacs 21, that `block', `return' and `ignore-errors' are not known.
I checked out the latest tramp from tramp CVS, and changed the start
of tramp-compat to look like:
(eval-when-compile
 ;; Pacify byte-compiler.
 (require 'cl))
(eval-and-compile
 (require 'custom)
Then:
./configure --with-contrib --with-emacs=/usr/bin/emacs-21.4
make
make install
worked fine for me.

reply via email to

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

AltStyle によって変換されたページ (->オリジナル) /