From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: cl-byte-compile-compiler-macro Date: Sat, 25 Mar 2006 04:43:50 -0500 Message-ID: References: <1t3bh8soqw.fsf@fencepost.gnu.org> <2wacbf6xt1.fsf@fencepost.gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1143497615 26390 80.91.229.2 (27 Mar 2006 22:13:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Mar 2006 22:13:35 +0000 (UTC) Cc: emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 28 00:13:33 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FNzxa-0003S9-Sj for ged-emacs-devel@m.gmane.org; Tue, 28 Mar 2006 00:13:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNzxa-0000Ab-54 for ged-emacs-devel@m.gmane.org; Mon, 27 Mar 2006 17:13:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FN5JL-0005mt-Jy for emacs-devel@gnu.org; Sat, 25 Mar 2006 04:43:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FN5JK-0005mh-HD for emacs-devel@gnu.org; Sat, 25 Mar 2006 04:43:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FN5JK-0005me-DO for emacs-devel@gnu.org; Sat, 25 Mar 2006 04:43:54 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FN5KL-0002Of-In for emacs-devel@gnu.org; Sat, 25 Mar 2006 04:44:57 -0500 Original-Received: from localhost ([127.0.0.1]) by fencepost.gnu.org with esmtp (Exim 4.34) id 1FN5JH-00080F-4M; Sat, 25 Mar 2006 04:43:51 -0500 Original-To: rms@gnu.org X-Spook: Telex national information infrastructure embassy e-cash X-Ran: #asi6sP3"6M37i`oBh#4x X-Hue: green X-Attribution: GM Mail-Followup-To: rms@gnu.org, storm@cua.dk, emacs-devel@gnu.org In-Reply-To: <2wacbf6xt1.fsf@fencepost.gnu.org> (Glenn Morris's message of "Fri, 24 Mar 2006 21:52:10 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:52120 Archived-At: I have reduced it to this (confusing) recipe: emacs -q --no-site-file -l foo.el changed_file_under_CVS C-x v = where foo.el contains: (add-to-list 'load-path "/usr/share/emacs21/site-lisp") (add-to-list 'load-path "/usr/share/emacs21/site-lisp/auctex") (require 'font-latex) (require 'tramp) This is on an up-to-date Debian testing system, where font-latex is provided by the Debian auctex package.