emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Some libraries does (require 'cl)


From: Katsumi Yamaoka
Subject: Re: Some libraries does (require 'cl)
Date: Mon, 21 May 2007 18:36:05 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

>>>>> In <address@hidden> Lennart Borgman (gmail) wrote:

>>   (require 'cl)
>> without (eval-when-compile ...). Is not that incorrect?

> More files doing this:
[...]
>   tramp.el

tramp.el doesn't seem to need cl at run time.  Actually I have
no problem on ftp and ssh connections using the following
workaround in my ~/.emacs file:

(let ((features (cons 'cl features)))
  (require 'tramp))
(provide 'tramp)




reply via email to

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