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: Fwd: Avoid asking to user for lock (ask-user-about-lock) Date: Fri, 25 Sep 2015 08:05:58 -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 1443179210 1336 80.91.229.3 (25 Sep 2015 11:06:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Sep 2015 11:06:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 25 13:06:37 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 1ZfQpl-00076v-OM for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Sep 2015 13:06:33 +0200 Original-Received: from localhost ([::1]:58926 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfQpl-0001fx-5t for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Sep 2015 07:06:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfQpX-0001fQ-Q2 for help-gnu-emacs@gnu.org; Fri, 25 Sep 2015 07:06:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfQpW-0001cO-Tj for help-gnu-emacs@gnu.org; Fri, 25 Sep 2015 07:06:19 -0400 Original-Received: from mail-ig0-x229.google.com ([2607:f8b0:4001:c05::229]:36043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfQpW-0001c2-P4 for help-gnu-emacs@gnu.org; Fri, 25 Sep 2015 07:06:18 -0400 Original-Received: by igcrk20 with SMTP id rk20so7307510igc.1 for ; Fri, 25 Sep 2015 04:06:18 -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 :content-type; bh=SZB95rj5by9wwjkPA1jT3TlNwFtICDp8SVQlOX1w8zw=; b=keRLgkSzGUbpLtVlNy2p13tqNZ6OqKnpVIPLPQzb9ag751Yku73KnyHXe4e11wQpYL 1+22N3pvbxZxFr0L2geVDJLo6+sXlbMN+Py4mMCMwtCxapqUA1JMfE/u+m1bi8mrLyAZ eEFKjrio6WX9kmdctrilT32zejz3Ek9X0DUrTljnKfzcpzrFKjqbZFAu2eHKPeW42awN 13Xx9fZYpNh+aIR9dUQxjRjWJvjvyWvE3EXVSf3dcQamHad6roN5N0fAhhDvI7fI8Kcs uifhBBMCMIGCvrtyfBKD13ijZNnP/JUxiBsNhZ4Y9jijxpEqh1n2HTjB8My0AzHglwL1 wApg== X-Received: by 10.50.45.106 with SMTP id l10mr2012816igm.38.1443179178265; Fri, 25 Sep 2015 04:06:18 -0700 (PDT) Original-Received: by 10.107.58.137 with HTTP; Fri, 25 Sep 2015 04:05:58 -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:c05::229 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:107332 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