For a lot of my editing I prefer XEmacs over KDE-native tools. XEmacs provides the desktop package that loads a set of files and positions from a .emacs.desktop file in the working directory (see below). This facility works nicely when XEmacs is started manually in the respective directory. It does not work, when XEmacs is re-started by KDE session mgmt as this apparently happens in the user's home directory. If session mgmt could be changed to re-start programs in their original working directory, this would help.
Michael ;; ~/.xemacs/init.el (require 'desktop) (desktop-load-default) (desktop-read) -- Michael Schuerig They tell you that the darkness mailto:[EMAIL PROTECTED] is a blessing in disguise. http://www.schuerig.de/michael/ --Janis Ian, "From Me To You"

