From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: Error on reload but none in Messages Buffer? Date: Wed, 10 Oct 2012 13:57:54 +0200 Message-ID: References: <507406F1.1030808@gmail.com> <87liffy2an.fsf@Rainer.invalid> <50751CF0.6060806@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLuvS-0006y3-Me for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 07:58:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLuvM-0008Jn-Pe for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 07:58:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:50700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLuvM-0008Ji-Ie for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 07:58:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TLuvR-0000c9-KV for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 13:58:09 +0200 Received: from arn78-1-88-186-171-7.fbx.proxad.net ([88.186.171.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Oct 2012 13:58:09 +0200 Received: from R.M.Krug by arn78-1-88-186-171-7.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Oct 2012 13:58:09 +0200 In-Reply-To: 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/10/12 12:55, Achim Gratz wrote: > > 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. OK - I get a warning when compiling: In org-reload: org.el:20024:19:Warning: reference to free variable `lfeats' and on running org-reload afterwards an error: call-interactively: Symbol's value as variable is void: lfeats I don't assume this is normal? Rainer > > > Regards, Achim. > > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlB1YsIACgkQoYgNqgF2egoVSwCfWdd0B2JIATYXiZFM/P/c/ttR he4An1TFM78UrKx70AeAYh3Z+Q7vttCN =KmQY -----END PGP SIGNATURE-----