Re: [Orgmode] Re: Need help with org and SSH

2010-12-22 Thread Jeff Horn
On Wed, Dec 22, 2010 at 5:18 PM, Nick Dokos wrote: > Well, that's good - lets org off the hook and probably indicts your > setup (both .emacs and maybe the structure of your home directory itself). > Can you post the backtrace for this? Couldn't figure out how to copy the backtrace out of the she

Re: [Orgmode] Re: Need help with org and SSH

2010-12-22 Thread Jeff Horn
I'll post a backtrace as soon as I figure out how to get this stuff out of the Chrome OS shell. I might be able to send mail through gnus, assuming it isn't affected by this error. Jeff On Wed, Dec 22, 2010 at 5:18 PM, Nick Dokos wrote: > Jeff Horn wrote: > >> I enabled debug-on-quit and tried

Re: [Orgmode] Re: Need help with org and SSH

2010-12-22 Thread Jeff Horn
On Wed, Dec 22, 2010 at 8:06 PM, Dan Davison wrote: > So it sounds like the patch fixed the void-function error. Bernt's > suggestion of (setq org-startup-with-inline-images nil) would have had a > similar effect. I don't know under what circumstances / type of emacs > clear-image-cache is undefi

Re: [Orgmode] Re: Need help with org and SSH

2010-12-22 Thread Nick Dokos
Jeff Horn wrote: > I enabled debug-on-quit and tried looking at the backtrace while the > agenda was hanging. Somewhere along the way, many lines before the > error occurs, "~/org" is *correctly* translated as > "/Users/jeffreyhorn/Dropbox/org". The error is occurring immediately > after org "pre

Re: [Orgmode] Re: Need help with org and SSH

2010-12-22 Thread Jeff Horn
On Wed, Dec 22, 2010 at 3:32 PM, Nick Dokos wrote: > Jeff Horn wrote: > >> The recursion happens with the function 'file-truename' according to >> my message buffer. Maybe it's something in my config, afterall? >> > > C-h f file-truename says > > , > | file-truename is a compiled Lisp functio

Re: [Orgmode] Re: Need help with org and SSH

2010-12-22 Thread Nick Dokos
Jeff Horn wrote: > The recursion happens with the function 'file-truename' according to > my message buffer. Maybe it's something in my config, afterall? > C-h f file-truename says , | file-truename is a compiled Lisp function in `files.el'. | | (file-truename FILENAME) | | Return the tr

Re: [Orgmode] Re: Need help with org and SSH

2010-12-22 Thread Jeff Horn
On Wed, Dec 22, 2010 at 12:49 PM, Dan Davison wrote: > The second one is lacking the fboundp protection. Does it help if you > put the fboundp test in, as below? Dan, Thanks for the suggestion. I tried the patch and got a huge backtrace full of binary characters. I don't know what is going on t