> "Stephen" == Stephen J Turnbull
<stephen(a)xemacs.org> writes: 
 Uwe Brauer writes:
> When I closed xemacs in my last session I had a file open in a directory
> which does not exist anymore, however I now obtain on start up 
> the directory foo does not exist, Create? 
 That's a session manager of some kind.  The most popular one is
 desktop.el.  Look for an .emacs.desktop file either in ~/ or in the
 current directory when you start up XEmacs.  You can delete the sexp
 describing the now non-existent file (at least it doesn't exist in
 that directory any more!) 
I finally found it:
(require 'saveconf)
       (if (null (cdr command-line-args))
           (setq inihibit-startup-message (recover-context)))
(setq auto-save-and-recover-context t)
After removing these lines everything is fine.  Even the serious bug I
had with the pabbrev pkg is gone.
Uwe 
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta