From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: A project-files implementation for Git projects Date: Fri, 20 Sep 2019 13:32:52 -0400 Message-ID: References: <8736h9rdc4.fsf@gnu.org> <87a7ba8uvx.fsf@gnu.org> <87pnk2zvvy.fsf@gnu.org> <838sqpx9eq.fsf@gnu.org> <83y2yow9dy.fsf@gnu.org> <838sqnw2na.fsf@gnu.org> <3007947f-f4eb-e3e8-8c14-1b372323aa1c@yandex.ru> <831rwfvzd6.fsf@gnu.org> <64bcedbf-d891-dcad-ac65-5719920f58e2@yandex.ru> <83k1a4tct2.fsf@gnu.org> <83tv97run8.fsf@gnu.org> <5ba04bf6-ed74-a18e-9074-5aa481ec3669@yandex.ru> <2c78a9ac-c535-bc18-8da8-30e121484929@yandex.ru> <83impnrmb7.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="121395"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org, dgutov@yandex.ru To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 20 19:34:07 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iBMnG-000VI7-La for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2019 19:34:07 +0200 Original-Received: from localhost ([::1]:34120 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iBMn9-0000nT-Rs for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2019 13:33:59 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37510) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iBMmF-0000M0-5t for emacs-devel@gnu.org; Fri, 20 Sep 2019 13:33:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iBMmC-0005r7-Jr for emacs-devel@gnu.org; Fri, 20 Sep 2019 13:33:02 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:63364) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iBMm5-0005mf-8x; Fri, 20 Sep 2019 13:32:53 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 893B6100DC8; Fri, 20 Sep 2019 13:32:49 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 61BC910096A; Fri, 20 Sep 2019 13:32:48 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1569000768; bh=XWNOu8kMQlK4PEW8Qv25LF1PzHPtlqhIWxXEbOPHPjc=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=b0/EHbKNP/vTydw3q/749sdHrDLtzA/VzN++nmShh4U1ZEhLaYIW2xbUHbmCnlNQz +r94yXTPOvMLu7k2BfppIOcGjkR+O8/CZ3x1MEb+cJ8FuLYZhbhD3StjrZxrUpVD2r qRtc0xCLMAgsxaH+Cfu8jq5OjO6TMkzV7ZwbA+x3+lYzdpMEZhR7/T9XvYa3wrWrmN /vRQkAAWfGFcn6ZfQVsuNSckagGJ5GdQcOUVsntV9JNXiwM4VKGPj+qpP+pGZZVuPQ T5BcSGKXpP7CSjrWbZWLYV0FxjO63gXeMpL/rPbEiyvIlx2lx9rSbKn+H8OYXUnQCG Xa27P3A2xI5tQ== Original-Received: from alfajor (modemcable157.163-203-24.mc.videotron.ca [24.203.163.157]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id C19901202F8; Fri, 20 Sep 2019 13:32:47 -0400 (EDT) In-Reply-To: <83impnrmb7.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 20 Sep 2019 18:59:08 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:240199 Archived-At: >> The experience with file-notifications in auto-revert mode has been >> pretty poor > Did you see a better experience in any other application? I have no other experience to compare it with, no: neither xterm nor ctwm use them, I haven't noticed that firefox uses them, and well with Emacs that's pretty much all the applications I'm using ;-) Oh, wait, maybe `mpd` can use them on its music library, but I wouldn't have noticed the difference (that library changes much too rarely and I always explicitly ask for a refresh when I do change it). Stefan