From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pete Phillips Subject: Re: Sorting problem Date: Thu, 03 Jan 2008 23:29:07 +0000 Message-ID: <28462.1199402947@localhost> References: <20080101173251.GA1990@pollux> <02CF7A3B-AFDE-4323-B98E-C25D09019FDB@gmail.com> <20080103131152.GB1717@pollux> <18383.1199366702@localhost> <20080103135135.GC1717@pollux> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAZUv-0007iC-P8 for emacs-orgmode@gnu.org; Thu, 03 Jan 2008 18:29:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAZUu-0007g0-AG for emacs-orgmode@gnu.org; Thu, 03 Jan 2008 18:29:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAZUt-0007fY-RE for emacs-orgmode@gnu.org; Thu, 03 Jan 2008 18:29:11 -0500 Received: from mailhost.smtl.co.uk ([193.131.77.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JAZUt-0004A1-Ai for emacs-orgmode@gnu.org; Thu, 03 Jan 2008 18:29:11 -0500 Received: from localhost (localhost [127.0.0.1]) by mailhost.smtl.co.uk (Postfix) with ESMTP id 99BE362A52 for ; Thu, 3 Jan 2008 23:29:16 +0000 (GMT) Received: from mailhost.smtl.co.uk ([127.0.0.1]) by localhost (ktinga.smtl.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01085-08 for ; Thu, 3 Jan 2008 23:29:12 +0000 (GMT) Received: from lap1.smtl.co.uk (phillips22.free-online.co.uk [84.92.108.4]) by mailhost.smtl.co.uk (Postfix) with ESMTP id 57C1362598 for ; Thu, 3 Jan 2008 23:29:12 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by lap1.smtl.co.uk (Postfix) with ESMTP id D3B5B1C3EE for ; Thu, 3 Jan 2008 23:29:07 +0000 (GMT) In-reply-to: <20080103135135.GC1717@pollux> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Harald >>>>> "Harald" == Harald Weis writes: >> >> >BTW, when running the upgrade-org script, make produces error >> >> messages >(about 80 lines). >> >> > >> >> >Apart from this org mode works fine. >> >> > >> >> >Harald >> > >-- >> > >FreeBSD 6.2-RELEASE-p2 #0: Tue Feb 27 22:56:09 UTC 2007 >> >> >> Can you cut and paste the console output to the list ? >> >> Could be something to do with BSD vs Linux I suppose. I haven't >> used a BSD distro since we retired our SunOS boxes many moons >> ago, but I'm sure someone on the list will be able to help >> anyway. Harald> I've saved it in the attached file. Hope the list allows Harald> small attached text files. If not, I cut and paste. Harald OK -the stuff you are seeing on the screen is the result of the byte compilation of the lisp code. Unfortunately I don't know a great deal about lisp code, but others on this list do. It looks to me as though these are warnings rather than critical errors, as it appears that the .elc files are being produced anyway. There was something in the list recently about trying to reduce the number of warnings from compiling the lisp files, so I think one of the competent people will be addressing this soon. :-) Therefore my advice would be - if the .elc files are OK, and org-mode loads up OK, don't worry! ;-) Pete