From: owner@emacsbugs.donarmstrong.com (Emacs bug Tracking System)
To: Juanma Barranquero <lekktu@gmail.com>
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 [thread overview]
Message-ID: <handler.1687.D1687.123324254630684.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 5f089c510812231814r61a3d3ffo80d39f77c155889a@mail.gmail.com
[-- Attachment #1: Type: text/plain, Size: 904 bytes --]
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
[-- Attachment #2: Type: message/rfc822, Size: 4795 bytes --]
[-- Attachment #2.1.1: Type: text/plain, Size: 658 bytes --]
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
[-- Attachment #2.1.2: Type: text/html, Size: 748 bytes --]
[-- Attachment #3: Type: message/rfc822, Size: 3171 bytes --]
From: Juanma Barranquero <lekktu@gmail.com>
To: "Relson, David" <david.relson@orion-sys.com>
Cc: 1687-done@emacsbugs.donarmstrong.com
Subject: Re: bug#1687: Bug 1687
Date: Thu, 29 Jan 2009 16:22:22 +0100
Message-ID: <f7ccd24b0901290722j12f71d38u511d9f627c14d06a@mail.gmail.com>
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
next prev parent reply other threads:[~2009-01-29 15:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-29 13:55 bug#1687: Bug 1687 Relson, David
2009-01-29 14:31 ` Juanma Barranquero
2009-01-29 14:39 ` Relson, David
2009-01-29 14:54 ` Juanma Barranquero
2009-01-29 15:07 ` Relson, David
[not found] ` <f7ccd24b0901290722j12f71d38u511d9f627c14d06a@mail.gmail.com>
2008-12-24 2:14 ` bug#1687: Emacs.app -- Warning: desktop file appears to be in use by PID 537 Gilbert Harman
2009-01-29 15:30 ` Emacs bug Tracking System [this message]
2009-01-29 15:48 ` bug#1687: Bug 1687 Juanma Barranquero
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=handler.1687.D1687.123324254630684.ackdone@emacsbugs.donarmstrong.com \
--to=owner@emacsbugs.donarmstrong.com \
--cc=lekktu@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.