From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: Error on reload but none in Messages Buffer? Date: Wed, 10 Oct 2012 10:55:42 +0000 (UTC) Message-ID: References: <507406F1.1030808@gmail.com> <87liffy2an.fsf@Rainer.invalid> <50751CF0.6060806@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLtxI-0005NQ-DA for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 06:56:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLtxH-0004tt-FQ for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 06:56:00 -0400 Received: from plane.gmane.org ([80.91.229.3]:38179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLtxH-0004to-92 for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 06:55:59 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TLtxI-00022e-8i for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 12:56:00 +0200 Received: from 217.10.60.85 ([217.10.60.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Oct 2012 12:56:00 +0200 Received: from Stromeko by 217.10.60.85 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Oct 2012 12:56:00 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Rainer M Krug gmail.com> writes: > unfortunately I still get the same message (below) I don't see how this is possible unless one of the loaded files returns '(nil)' instead of 't' when loaded. Could you go to org-reload and change (load-misses ())) + (message "%s" lfeats) (setq load-misses - (delq 't + (delq 'tt (mapcar (lambda (f) (or This will always get you an error, but record the full list before stripping the successful returns, so it will be easier to see where that '(nil)' might come from. Regards, Achim.