On Jan 4, 12:28 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I get the same error message. It is really annoying.
If the referenced PID is the PID of the currently running emacs, the warning isn't because you are force quitting. It is because the desktop has already been loaded and locked by the current emacs. Specifically, it is because of this: > My desktop settings are: > ;; Desktop mode > ; save sessions > (load "desktop") > (desktop-save-mode t) > (desktop-read) The (desktop-read) is unnecessary in the latest versions of desktop.el and should be removed. The desktop file is already loaded (and locked) at that point. I'm not sure what has changed in desktop.el, but the (desktop-read) is no longer necessary. If may have been unnecessary for some time. -- Ray --~--~---------~--~----~------------~-------~--~----~ "Carbon Emacs" group mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/carbon-emacs?hl=en -~----------~----~----~----~------~----~------~--~---
