> error in process filter: split-string: Wrong type argument: stringp, nil > error in process filter: Wrong type argument: stringp, nil
Step one: turn on the emacs debugger, and post the backtrace. The preceding messages don't help us know where the problem occured. The error "Wrong type argument: stringp, nil" is all too common. Step two: try emacs 22. 23 is too recent and untested. Again, the error "Wrong type argument: stringp, nil" is a common result of switching from emacs 22 to 23. Some emacs function might have changed its argument signature, and JDEE cannot cope with both the old and new function versions. Carlos ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
