From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.help Subject: Re: NTemacs: *** desktop-read: "Warning: desktop file appears to be in use by PID 1568." Date: Tue, 30 Jun 2009 16:29:23 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1246420631 15187 80.91.229.12 (1 Jul 2009 03:57:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Jul 2009 03:57:11 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: David Combs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 01 05:57:04 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MLqwO-00033F-Dt for geh-help-gnu-emacs@m.gmane.org; Wed, 01 Jul 2009 05:57:00 +0200 Original-Received: from localhost ([127.0.0.1]:38547 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLqwN-0000T1-Td for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Jun 2009 23:56:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLeLF-00069D-VT for help-gnu-emacs@gnu.org; Tue, 30 Jun 2009 10:29:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLeLA-00067Q-QK for help-gnu-emacs@gnu.org; Tue, 30 Jun 2009 10:29:49 -0400 Original-Received: from [199.232.76.173] (port=59759 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLeLA-00067K-N7 for help-gnu-emacs@gnu.org; Tue, 30 Jun 2009 10:29:44 -0400 Original-Received: from mail-vw0-f201.google.com ([209.85.212.201]:43473) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLeLA-0000rr-At for help-gnu-emacs@gnu.org; Tue, 30 Jun 2009 10:29:44 -0400 Original-Received: by vwj39 with SMTP id 39so59087vwj.14 for ; Tue, 30 Jun 2009 07:29:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=o+Y2BrmVD5Zfn6DhC2kS4HJMAVP79xXFm58JSre7sIc=; b=c+iRiJ/rAfxkep1pw4mohIlczyRsCKA7PgrdOBY721rxmwJrRJyB0BpxsHL2xhR08Z f08NRPC5amKJ4FNWuWRiv1QeNo1+JDMTa2+Anw2wPB2SHaG2LO0gq8H4tI4t7anZCcPa TcNekvFnFsdhbo0X/Bn60x2YUTUGovSaHaJIg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=YGLVochweiS3gbcBrhAgqJigd+7tOTGjBQctRJXAFiJIRVZftSnzIFU2X9nZZXXu9v nyS4OMcYyx7bLC3RaA+awXOXo5cBN45NSz8sTz0iMODZdMCjCBlIMdxVFVJHtVV+Xso9 /qdGYY3G/3qo6WZSWnJFog173PQseIL2CL4kQ= Original-Received: by 10.220.44.204 with SMTP id b12mr6481792vcf.101.1246372183235; Tue, 30 Jun 2009 07:29:43 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Tue, 30 Jun 2009 23:53:30 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65687 Archived-At: > Loading desktop...done > Warning: desktop file appears to be in use by PID 1568. > Using it may cause conflicts. =C2=A0Use it anyway? (y or n) > Quit [4 times] > Mark saved where search started [2 times] That means that Emacs finds a file .emacs.desktop.lock, which indicates that another instance of Emacs is running. In theory, that file should be deleted when the given instance exits. > Happens every time. Always PID 1568, or a new one each time? > PS: GNU Emacs 23.0.0.1 (i386-mingw-nt5.1.2600) of 2007-08-18 on TPAD That's quite old. Could you try with a more recent build? You can download the newest pretest of Emacs 23 from http://alpha.gnu.org/gnu/emacs/pretest/windows/ Juanma