From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: tramp requires cl at runtime Date: Mon, 17 Dec 2007 21:17:17 +0100 Message-ID: <8763yxqdo2.fsf@gmx.de> References: <38lk7zsgd4.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1197925767 8780 80.91.229.12 (17 Dec 2007 21:09:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Dec 2007 21:09:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 17 22:09:39 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J4NDM-0002Xg-R6 for ged-emacs-devel@m.gmane.org; Mon, 17 Dec 2007 22:09:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4ND3-0008M3-LJ for ged-emacs-devel@m.gmane.org; Mon, 17 Dec 2007 16:09:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J4NCz-0008I9-Dx for emacs-devel@gnu.org; Mon, 17 Dec 2007 16:09:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J4NCv-0008AD-U3 for emacs-devel@gnu.org; Mon, 17 Dec 2007 16:09:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4NCv-0008A1-RR for emacs-devel@gnu.org; Mon, 17 Dec 2007 16:09:01 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J4NCv-0001gr-I7 for emacs-devel@gnu.org; Mon, 17 Dec 2007 16:09:01 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by mx20.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1J4MMV-00057j-1w for emacs-devel@gnu.org; Mon, 17 Dec 2007 15:14:51 -0500 Original-Received: (qmail invoked by alias); 17 Dec 2007 20:14:49 -0000 Original-Received: from p57A22ABE.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.42.190] by mail.gmx.net (mp057) with SMTP; 17 Dec 2007 21:14:49 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1848IlOrD44/BAE8f5dDceqwd5Sl6tYwaq8oeLvM3 geZNgVe5J97rrO In-Reply-To: <38lk7zsgd4.fsf@fencepost.gnu.org> (Glenn Morris's message of "Wed, 12 Dec 2007 17:22:31 -0500") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 1) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:85230 Archived-At: Glenn Morris writes: > emacs -Q -l tramp > M-: (featurep 'cl) -> t > > Looks like the "eval-and-compile" in tramp-compat is to blame. 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. How can I avoid this? Best regards, Michael.