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: A few questions about desktop.el Date: Fri, 29 Jul 2005 02:37:21 +0200 Message-ID: References: Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1122599246 14249 80.91.229.2 (29 Jul 2005 01:07:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Jul 2005 01:07:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 29 03:07:23 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DyJLN-0002EL-Ld for ged-emacs-devel@m.gmane.org; Fri, 29 Jul 2005 03:07:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DyJNq-0002KE-Te for ged-emacs-devel@m.gmane.org; Thu, 28 Jul 2005 21:09:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DyJKb-0001Bc-EI for emacs-devel@gnu.org; Thu, 28 Jul 2005 21:06:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DyJKV-00017x-Dx for emacs-devel@gnu.org; Thu, 28 Jul 2005 21:06:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DyJKR-0000r7-FO for emacs-devel@gnu.org; Thu, 28 Jul 2005 21:06:23 -0400 Original-Received: from [64.233.182.199] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DyJ3g-0005Qy-Nd for emacs-devel@gnu.org; Thu, 28 Jul 2005 20:49:04 -0400 Original-Received: by nproxy.gmail.com with SMTP id b2so135605nfe for ; Thu, 28 Jul 2005 17:37:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KZHWMuwqCb45Sva4nsWvt5pKgKNUwjqr1qzt1mtcKPMnU1OFoZ/EcIg0cjTHP2QtazqkxrN0sR0GpPW8R44abyvnILctI2akTAkSInEOHItOtswsxFkjYzLRXqnU9iE1VRuBby/DuARQX9VXIYyBSSCx5CdyW6EZEOu1yAVfYi8= Original-Received: by 10.48.250.11 with SMTP id x11mr90641nfh; Thu, 28 Jul 2005 17:37:21 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Thu, 28 Jul 2005 17:37:21 -0700 (PDT) Original-To: rms@gnu.org In-Reply-To: Content-Disposition: inline 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:41287 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41287 On 7/28/05, Richard M. Stallman wrote: > It needs to use file-locking together with testing of the file modtime. > There are primitives to do this: lock-file and unlock-file, > and file-attributes. I don't see any `lock-file' and `unlock-file'. There are functions `lock-buffer', `unlock-buffer', and `file-locked-p'. Unfortunately, they do nothing on Windows. --=20 /L/e/k/t/u