It seems that jde's 'post-command-hook' is doing some problematic recursive
call when used with EFS :
(51) (error/warning) Error in `post-command-hook' (setting hook to nil):
(error Lisp nesting exceeds `max-lisp-eval-depth')
this is JDE 2.1.4
I'll try to solve this (first by using a later version of JDE...), then by
trying to removing or fixing the probematic
hook, or looking into EFS, maybe the problem is there...
also, I'm setting :
(setq debug-on-error t)
in my .emacs in order to help me debuging, but it doesn't make messages
more helpfull...