From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: Underlining in compile.el Date: Wed, 29 Jun 2005 21:33:09 +1200 Message-ID: <17090.27349.693800.819676@farnswood.snap.net.nz> References: <17088.28432.470.506291@farnswood.snap.net.nz> <17089.64620.599304.437766@farnswood.snap.net.nz> <87r7ellujx.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120038221 27695 80.91.229.2 (29 Jun 2005 09:43:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Jun 2005 09:43:41 +0000 (UTC) Cc: storm@cua.dk, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 29 11:43:39 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DnZ6B-0001rF-4O for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2005 11:43:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnZEC-0003nW-9j for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2005 05:51:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DnYxy-0003w6-Pz for emacs-devel@gnu.org; Wed, 29 Jun 2005 05:34:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DnYxv-0003uq-7p for emacs-devel@gnu.org; Wed, 29 Jun 2005 05:34:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnYxu-0003sy-Th for emacs-devel@gnu.org; Wed, 29 Jun 2005 05:34:42 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DnZ00-0005ok-Ty; Wed, 29 Jun 2005 05:36:53 -0400 Original-Received: from farnswood.snap.net.nz (p127-tnt2.snap.net.nz [202.124.108.127]) by viper.snap.net.nz (Postfix) with ESMTP id 0F26954A720; Wed, 29 Jun 2005 21:32:04 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 9647962A99; Wed, 29 Jun 2005 10:33:10 +0100 (BST) Original-To: Juri Linkov In-Reply-To: <87r7ellujx.fsf@jurta.org> X-Mailer: VM 7.19 under Emacs 22.0.50.79 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:39882 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39882 > Have you tried this with the latest CVS? This was fixed two weeks ago. Sorry, this was my mistake. I hadn't updated my loaddefs.el. I still get a slight discrepancy with byte compiling: textmodes/org.el:7542:12:Warning: `make-local-hook' is an obsolete function ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ although errors are correctly highlighted. But maybe its another autoload problem. I don't like updating autoloads for the whole directory because all my local copies get added. Does it help to check in a new ldefs-boot.el? I'm not sure how that works. Nick