From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Capello Newsgroups: gmane.emacs.help Subject: Re: Avoid asking to user for lock (ask-user-about-lock) Date: Thu, 24 Sep 2015 23:08:36 -0300 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1443178479 21723 80.91.229.3 (25 Sep 2015 10:54:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Sep 2015 10:54:39 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 25 12:54:39 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ZfQeB-0008Sp-Nu for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Sep 2015 12:54:35 +0200 Original-Received: from localhost ([::1]:58186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfQeB-0003gP-2W for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Sep 2015 06:54:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfIRV-0004Gw-KJ for help-gnu-emacs@gnu.org; Thu, 24 Sep 2015 22:08:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfIRU-0007B4-Kv for help-gnu-emacs@gnu.org; Thu, 24 Sep 2015 22:08:57 -0400 Original-Received: from mail-io0-x22c.google.com ([2607:f8b0:4001:c06::22c]:33717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfIRU-0007Az-GE for help-gnu-emacs@gnu.org; Thu, 24 Sep 2015 22:08:56 -0400 Original-Received: by iofh134 with SMTP id h134so96841532iof.0 for ; Thu, 24 Sep 2015 19:08:56 -0700 (PDT) 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=SZB95rj5by9wwjkPA1jT3TlNwFtICDp8SVQlOX1w8zw=; b=zTCk5JQYfDGza8/v8NOzFZsrm2ATd3fdNSi7RtK0XjZ14p5tFkrRd93ZjqLt/c+SY3 IgSwU+2mnD62ZWZVfJBiwQwJjEXFhDmdLm1gpaX9I4Z3OblXqTPsUdZQvsrFwZNw8phb qIugdrml89bz8G4j8o3w1dhNZWu+YIaVpT4q4CRtav18/qMih23+M4zAF4E7e6cb+zk3 WgqBrGMMdh0gphwrhuSVmcrHw3BxmUQDdQx8Jj6K5/I4PjOTudYysztAIHKINjRHeyYD oembMrlgQ/Jv7UnSGRe/EYEp++tyDOjgDMuhNliiIDOJbGF/gu9nHTNmYgvEn1n4SHrm wToA== X-Received: by 10.107.131.134 with SMTP id n6mr3817930ioi.192.1443146935999; Thu, 24 Sep 2015 19:08:55 -0700 (PDT) Original-Received: by 10.107.58.137 with HTTP; Thu, 24 Sep 2015 19:08:36 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c06::22c X-Mailman-Approved-At: Fri, 25 Sep 2015 06:54:25 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107328 Archived-At: >>> > And it seems to work, but I still getting some messages like: >>> > .../.emacs.keyfreq.lock locked by address@hidden (pid 9076): (s, q, p, >>> > ?)? >>> > in the minibuf. >>> When? >> When write-region is called by multiple Emacs instances at the same time. > > Do you know because you've seen the backtraces, or do you just think > that's what happens? > > Without backtraces showing clearly when this prompt pops up, it's hard > to know what needs to be done. Backtraces, here a screenshot: http://i.imgur.com/VqoL7Fe.png - David