From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r116304: * lisp/desktop.el (desktop-read): Claim the lock when the owner is not the current process. Date: Fri, 7 Feb 2014 21:25:19 +0100 Message-ID: References: <83eh3eyjvs.fsf@gnu.org> <87iosqsntr.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1391804772 22457 80.91.229.3 (7 Feb 2014 20:26:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Feb 2014 20:26:12 +0000 (UTC) Cc: Eli Zaretskii , Emacs developers To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 07 21:26:17 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WBs09-0008Hf-6f for ged-emacs-devel@m.gmane.org; Fri, 07 Feb 2014 21:26:17 +0100 Original-Received: from localhost ([::1]:43304 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBs08-0002G4-P9 for ged-emacs-devel@m.gmane.org; Fri, 07 Feb 2014 15:26:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBs02-0002Fx-0Z for emacs-devel@gnu.org; Fri, 07 Feb 2014 15:26:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBrzw-0006HU-Qx for emacs-devel@gnu.org; Fri, 07 Feb 2014 15:26:09 -0500 Original-Received: from mail-ee0-x22a.google.com ([2a00:1450:4013:c00::22a]:41105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBrzv-0006GO-F7; Fri, 07 Feb 2014 15:26:03 -0500 Original-Received: by mail-ee0-f42.google.com with SMTP id b15so1766493eek.29 for ; Fri, 07 Feb 2014 12:25:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=4HbxHBDAQFvifCPs48I9d7FD8wBSTwH3dUnTZJ1umsc=; b=UcWOhYECkaq6LIwRpQfJkqX4b5lC1qPujZ7PzR6KZ94rM/CGw3Qjxlb+94D2k59XqZ g6EYCrgTFG2f+PrvHgLj57tvX/l9fhCX549F/IjaICk4hPcIehKd3y+BXF2LTNKfTDLZ Mwr/oMjqO74s1N20rJPK304P/YhgRmzCgP74VzRQGZJhpw/In8yzb2uaH7lbli09eSxj 60PbCpjQuioK7vXXxS17DSE+NubW5CaVJQ7E36c5vy5iEtgankW4TsRVdcE3pdfDHM4W Bz0DSkj2ndrzhgFUXix7XI2IezgCuJR1hFtFIRbIorUaNfBbHIPtuEImcJgVOfr/6uu+ pRRw== X-Received: by 10.14.88.5 with SMTP id z5mr5333493eee.101.1391804759381; Fri, 07 Feb 2014 12:25:59 -0800 (PST) Original-Received: by 10.14.128.133 with HTTP; Fri, 7 Feb 2014 12:25:19 -0800 (PST) In-Reply-To: <87iosqsntr.fsf@mail.jurta.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::22a X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169471 Archived-At: On Fri, Feb 7, 2014 at 8:42 PM, Juri Linkov wrote: > The one that comes last wins. Why is that better? I often start a second Emacs instance, and in almost all cases I want the first one to keep the desktop. What problem is that trying to fix, and why isn't desktop-load-locked-desktop enough? J