From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#35418: [PATCH] Don't poll auto-revert files that use notification Date: Mon, 29 Apr 2019 19:24:59 +0300 Message-ID: <8336m0u6ck.fsf@gnu.org> References: <83sgu71b91.fsf@gnu.org> <74CB5185-5DA1-4786-BD9C-9EEB3D43B3C1@acm.org> <83o94uz9h2.fsf@gnu.org> <875zqzssql.fsf@gmx.de> <83d0l7v193.fsf@gnu.org> <86EFE367-90FF-4786-BC91-FC28FAF38A4E@acm.org> <877ebdqmbj.fsf@gmx.de> <87imuxxawj.fsf@gmx.de> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="125920"; mail-complaints-to="usenet@blaine.gmane.org" Cc: mattiase@acm.org, 35418@debbugs.gnu.org To: Michael Albinus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Apr 29 18:26:57 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hL97E-000Wa5-Pl for geb-bug-gnu-emacs@m.gmane.org; Mon, 29 Apr 2019 18:26:52 +0200 Original-Received: from localhost ([127.0.0.1]:60261 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hL97D-0001Xk-QG for geb-bug-gnu-emacs@m.gmane.org; Mon, 29 Apr 2019 12:26:51 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:55928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hL96R-0001A0-5f for bug-gnu-emacs@gnu.org; Mon, 29 Apr 2019 12:26:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hL96Q-0006Tm-9y for bug-gnu-emacs@gnu.org; Mon, 29 Apr 2019 12:26:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54271) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hL96Q-0006Ti-6r for bug-gnu-emacs@gnu.org; Mon, 29 Apr 2019 12:26:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hL96Q-0007UH-1f for bug-gnu-emacs@gnu.org; Mon, 29 Apr 2019 12:26:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 29 Apr 2019 16:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35418 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 35418-submit@debbugs.gnu.org id=B35418.155655512228724 (code B ref 35418); Mon, 29 Apr 2019 16:26:01 +0000 Original-Received: (at 35418) by debbugs.gnu.org; 29 Apr 2019 16:25:22 +0000 Original-Received: from localhost ([127.0.0.1]:39582 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hL95l-0007TB-Ki for submit@debbugs.gnu.org; Mon, 29 Apr 2019 12:25:21 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:41372) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hL95k-0007Se-AR for 35418@debbugs.gnu.org; Mon, 29 Apr 2019 12:25:20 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hL95Z-0006Ay-Gu; Mon, 29 Apr 2019 12:25:10 -0400 Original-Received: from [176.228.60.248] (port=1888 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hL95X-0002f6-QO; Mon, 29 Apr 2019 12:25:08 -0400 In-reply-to: <87imuxxawj.fsf@gmx.de> (message from Michael Albinus on Mon, 29 Apr 2019 14:18:20 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:158436 Archived-At: > From: Michael Albinus > Cc: Eli Zaretskii , 35418@debbugs.gnu.org > Date: Mon, 29 Apr 2019 14:18:20 +0200 > > > Naming is always hard. I started with `auto-revert-avoid-polling' but > > wanted to avoid a negative name. > > I tried `auto-revert-also-poll' but it somehow didn't feel right; not > > all buffers use notification. > > It is nothing I feel strongly about, so if you do prefer that name > > I'll change, but I've kept the original name in the patch for now. > > I have also hard times when choosing a proper name. Do what you believe > is best suited, unless Eli comes with something better. (It is my > experience over years, that he beats me always with better names.) Really? I actually consider myself being bad with naming. Let's see if you like my suggestion this time.