From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: desktop.el - only one desktop file per directory? Date: Fri, 22 Jan 2010 17:37:00 -0800 Message-ID: <315F6FE6F5544AEE89D8F9CD699153F0@us.oracle.com> References: <2AF6C5F140884701AF25EE459EE3C87F@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1264210693 23103 80.91.229.12 (23 Jan 2010 01:38:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Jan 2010 01:38:13 +0000 (UTC) To: "'Emacs-Devel devel'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 23 02:38:06 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NYUwl-0004h0-Ax for ged-emacs-devel@m.gmane.org; Sat, 23 Jan 2010 02:37:55 +0100 Original-Received: from localhost ([127.0.0.1]:41607 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYUwm-0005FQ-BB for ged-emacs-devel@m.gmane.org; Fri, 22 Jan 2010 20:37:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NYUwg-0005EH-Oc for emacs-devel@gnu.org; Fri, 22 Jan 2010 20:37:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NYUwc-0005BC-7t for emacs-devel@gnu.org; Fri, 22 Jan 2010 20:37:50 -0500 Original-Received: from [199.232.76.173] (port=56910 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYUwb-0005B4-W4 for emacs-devel@gnu.org; Fri, 22 Jan 2010 20:37:46 -0500 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:62433) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NYUwb-0003Dv-Hk for emacs-devel@gnu.org; Fri, 22 Jan 2010 20:37:45 -0500 Original-Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by acsinet12.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o0N1bbsN008490 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 23 Jan 2010 01:37:38 GMT Original-Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o0N1bLWZ016988 for ; Sat, 23 Jan 2010 01:37:21 GMT Original-Received: from abhmt012.oracle.com by acsmt355.oracle.com with ESMTP id 1432829901264210619; Fri, 22 Jan 2010 17:36:59 -0800 Original-Received: from dradamslap1 (/141.144.233.232) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 22 Jan 2010 17:36:59 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <2AF6C5F140884701AF25EE459EE3C87F@us.oracle.com> Thread-Index: AcqbwUvX058jlLWVS/GX2xG9W4qGRwACpj0w X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: acsmt355.oracle.com [141.146.40.155] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090206.4B5A52E0.0074:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:120300 Archived-At: I did come up with something that seems to work OK. But if someone has answers to any of the questions I posed, I'd still be interested. In particular, I'd like to know more about the potential problems of ignoring (i.e. just releasing) locks and loading the same or another desktop file. I'm not turning on `desktop-save-mode' at all; I'm just saving (without locking) and loading desktop files willy-nilly. ;-)