From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gunnar Horrigmo Newsgroups: gmane.emacs.devel Subject: locked history file Date: Tue, 16 Feb 2021 11:43:31 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24174"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Feb 16 16:09:44 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lC1yx-0006AN-1t for ged-emacs-devel@m.gmane-mx.org; Tue, 16 Feb 2021 16:09:43 +0100 Original-Received: from localhost ([::1]:41508 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lC1yv-0003Ed-TO for ged-emacs-devel@m.gmane-mx.org; Tue, 16 Feb 2021 10:09:42 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50642) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lBxpf-00008w-Cz for emacs-devel@gnu.org; Tue, 16 Feb 2021 05:43:51 -0500 Original-Received: from aibo.runbox.com ([91.220.196.211]:54486) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lBxpc-0004Z0-Uj for emacs-devel@gnu.org; Tue, 16 Feb 2021 05:43:50 -0500 Original-Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1lBxpX-00021X-Ld for emacs-devel@gnu.org; Tue, 16 Feb 2021 11:43:43 +0100 Original-Received: by submission01.runbox with esmtpsa [Authenticated alias (9149)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1lBxpL-0005Hd-U2 for emacs-devel@gnu.org; Tue, 16 Feb 2021 11:43:31 +0100 Received-SPF: pass client-ip=91.220.196.211; envelope-from=gnunar@stoffe-pro.net; helo=aibo.runbox.com X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Tue, 16 Feb 2021 10:03:28 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:264888 Archived-At: Has something changed recently regardomg how emacs handles the history file? I'm seeing this quite often now, when running multiple emacsen: Error running timer =E2=80=98savehist-autosave=E2=80=99: (file-locked "/hom= e/gunnar/.config/emacs/emacs.d/history" "gunnar@titanium (pid 1039)") .. and while it's perfectly understandable, I've been running multiple emacsen for many, many years, and this feels new. This is on 27.1.91, btw. I apologise if this is too noobish for emacs-devel. I appreciate a pointer if I should've asked elsewhere. --=20 Gunnar