bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1687: marked as done (Emacs.app -- Warning: desktop file appears to


From: Emacs bug Tracking System
Subject: bug#1687: marked as done (Emacs.app -- Warning: desktop file appears to be in use by PID 537.)
Date: Thu, 29 Jan 2009 15:30:03 +0000

Your message dated Thu, 29 Jan 2009 16:22:22 +0100
with message-id <f7ccd24b0901290722j12f71d38u511d9f627c14d06a@mail.gmail.com>
and subject line Re: bug#1687: Bug 1687
has caused the Emacs bug report #1687,
regarding Emacs.app -- Warning: desktop file appears to be in use by PID 537.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
1687: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1687
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: Emacs.app -- Warning: desktop file appears to be in use by PID 537. Date: Tue, 23 Dec 2008 21:14:16 -0500 Using Emacs.app, GNU Emacs 23.0.60.1 (i386-apple-darwin9.5.0, NS apple-appkit-949.35) of 2008-12-14 on GH-iMAC.local.

If I choose "Quit Emacs" from the "Emacs" menu, the next time I start up Emacs, I get a warning of the form: Warning: desktop file appears to be in use by PID 537.  Furthermore, if I then try to send a bug report, Emacs.app freezes after I enter the above as subject of the bug report.

No problem if instead I had chosen "Exit Emacs" from the "File" menu, or use C-x C-c.

No problem using "Quit Emacs" in Carbon Emacs: GNU Emacs 22.3.1 (i386-apple-darwin9.5.0, Carbon Version 1.6.0) of 2008-10-27 on leopard.local. (same machine)

  Gil

--- End Message ---
--- Begin Message --- Subject: Re: bug#1687: Bug 1687 Date: Thu, 29 Jan 2009 16:22:22 +0100
tags 1687 + notabug
quit

On Thu, Jan 29, 2009 at 16:07, Relson, David <david.relson@orion-sys.com> wrote:

> I've revised my .emacs file to include:
>
>   (setq desktop-load-locked-desktop t)
>   (desktop-save-mode 1)
>
> And things seem fine.

It will still ask you when exiting.

If you really don't mind the last Emacs standing to win, you can add
this to your .emacs:

;; slightly tested
(add-hook 'kill-emacs-hook
          (lambda ()
            (when (and desktop-dirname desktop-base-file-name)
              (condition-case nil
                  (delete-file (expand-file-name desktop-base-file-name
                                                 desktop-dirname))
                (error nil)))))

    Juanma


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]