From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: strange bug using emacs -nw and org.mode Date: Sat, 27 Sep 2008 18:37:00 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kjcmf-0004ay-IE for emacs-orgmode@gnu.org; Sat, 27 Sep 2008 12:36:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kjcmd-0004aQ-Ov for emacs-orgmode@gnu.org; Sat, 27 Sep 2008 12:36:40 -0400 Received: from [199.232.76.173] (port=39798 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kjcmd-0004aN-IS for emacs-orgmode@gnu.org; Sat, 27 Sep 2008 12:36:39 -0400 Received: from main.gmane.org ([80.91.229.2]:59525 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kjcmd-0004W4-27 for emacs-orgmode@gnu.org; Sat, 27 Sep 2008 12:36:39 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KjcmZ-0005Me-Hs for emacs-orgmode@gnu.org; Sat, 27 Sep 2008 16:36:35 +0000 Received: from f054125177.adsl.alicedsl.de ([78.54.125.177]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Sep 2008 16:36:35 +0000 Received: from rileyrgdev by f054125177.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Sep 2008 16:36:35 +0000 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 Thomas, I believe the bug has been fixed - I reported a use case to Carsten and he has fixed it in GIT. I enclose it below FYI: ,---- | Hi Carsten, | | | I can not be 100% the following is what fixed a bad startup problem but | it might have. | | I recently had a "bad sexp" error at start from org-bbdb-anniversaries | in my diary.org file. | | Funnily enough it only happened in emacs -nw (terminal mode), | | In the start up for this terminal mode I selectively did NOT start | icicles. | | Another issue caused me to dump icicles for ido-mode. | | Suddenly I got the same sexp error in emacs-x too. | | Anyway, finally I simply | | "(require 'bbdb)" | | before (org-install) and it works. | | Somehow, somewhere I can only assume icicles loaded bbdb before I loaded | org. | | I have gnus on an autoload and so if its not already loaded then bbdb is | not there. | | The solution was simple : | | I would suggest a (require 'bbdb) line in org-bbdb. It helped me. | | regards | | r. `---- Thomas Baumann writes: > Hi Richard, > > could you please send "not working" example files for this behaviour. > Please also take a close look at the coding systems, they might be > different on X and in the terminal. > > Things seem to be fine with emacs 23 although the umlauts are not coded > correctly. > > Thomas > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > --