all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Achim Gratz <Stromeko@NexGo.DE>
To: emacs-orgmode@gnu.org
Subject: Re: Error on reload but none in Messages Buffer?
Date: Wed, 10 Oct 2012 10:55:42 +0000 (UTC)	[thread overview]
Message-ID: <loom.20121010T124254-398@post.gmane.org> (raw)
In-Reply-To: 50751CF0.6060806@gmail.com


Rainer M Krug <r.m.krug <at> 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. 

  reply	other threads:[~2012-10-10 10:56 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-09 11:13 Error on reload but none in Messages Buffer? Rainer M Krug
2012-10-09 17:37 ` Achim Gratz
2012-10-10  7:00   ` Rainer M Krug
2012-10-10 10:55     ` Achim Gratz [this message]
2012-10-10 11:57       ` Rainer M Krug
2012-10-10 12:45         ` Memnon Anon
2012-10-10 12:48         ` Achim Gratz
2012-10-10 13:12           ` Rainer M Krug
2012-10-10 13:34             ` Achim Gratz
2012-10-10 13:48               ` Rainer M Krug
2012-10-10 16:05               ` Achim Gratz
2012-10-10 16:15                 ` Rainer M Krug
2012-10-10 16:31                   ` Achim Gratz
2012-10-10 16:41                     ` Rainer M Krug
2012-10-10 16:55                       ` Achim Gratz
2012-10-10 18:20                         ` Rainer M Krug
2012-10-10 17:45                       ` Nick Dokos
2012-10-10 17:47                         ` Achim Gratz
2012-10-11  9:59                 ` Suvayu Ali
2012-10-11 18:17                   ` Achim Gratz
2012-10-11 18:43                     ` Suvayu Ali
2012-10-11 19:06                       ` Achim Gratz
2012-10-11 19:25                         ` Suvayu Ali
2012-10-11 19:40                         ` Nicolas Goaziou
2012-10-11 20:08                           ` Achim Gratz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20121010T124254-398@post.gmane.org \
    --to=stromeko@nexgo.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.