From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 21 15:53:27 2021 Received: (at submit) by debbugs.gnu.org; 21 Sep 2021 19:53:27 +0000 Received: from localhost ([127.0.0.1]:48076 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSlpW-0005L4-MD for submit@debbugs.gnu.org; Tue, 21 Sep 2021 15:53:27 -0400 Received: from lists.gnu.org ([209.51.188.17]:34146) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSlpV-0005Kw-6l for submit@debbugs.gnu.org; Tue, 21 Sep 2021 15:53:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40234) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mSlpT-0002fz-F9 for bug-gnu-emacs@gnu.org; Tue, 21 Sep 2021 15:53:24 -0400 Received: from mr85p00im-ztdg06011801.me.com ([17.58.23.199]:55854) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mSlpR-0007RK-DV for bug-gnu-emacs@gnu.org; Tue, 21 Sep 2021 15:53:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1632253998; bh=zj/iUIFn57Tifyg+s0Pra8RNJZC3xLV6TzcNC8hW7lM=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=uLjerIyWTOA+zyQZRkKBD+Nuaun9E+fERELd6rAPZFl78Ktig+wqu8d66r/T7tEg9 5C7cXK1szL1EvuccIUj361tbpQ/4Cwi5XoUp/xUVgVrk8j/GbeQ9mW2GGK+rwK1RH1 X51juiuwzPupUxA3ZDbRIaCtjrdKfSgA8RyRoLp/ChgiG0/cyI20d9XH82g7PIXw3l r56xTHss8camwUsEYRMh81zwcL6LOLkZ5sr8DwFd6R6V865sqD1FfgoZfXboRaWV0S Ig44BEPZvtB73JNAx+FDmwb22Vaa2QkmNsUbQAtUMFGzoJisn+a2T71GSw/ei+9kWC OjLjE2lCJ3/4w== Received: from Workstation.local (78-141-116-131.dynamic.orange.sk [78.141.116.131]) by mr85p00im-ztdg06011801.me.com (Postfix) with ESMTPSA id 7D81FC046B for ; Tue, 21 Sep 2021 19:53:17 +0000 (UTC) From: =?utf-8?Q?Rudolf_Adamkovi=C4=8D?= To: bug-gnu-emacs@gnu.org Subject: 28.0.50; Global auto-revert mode does not work Date: Tue, 21 Sep 2021 21:53:14 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Proofpoint-Virus-Version: =?UTF-8?Q?vendor=3Dfsecure_engine=3D1.1.170-22c6f66c430a71ce266a39bfe25bc?= =?UTF-8?Q?2903e8d5c8f:6.0.391,18.0.790,17.0.607.475.0000000_definitions?= =?UTF-8?Q?=3D2021-09-21=5F05:2021-09-20=5F01,2021-09-21=5F05,2020-04-07?= =?UTF-8?Q?=5F01_signatures=3D0?= X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 mlxlogscore=999 phishscore=0 malwarescore=0 spamscore=0 bulkscore=0 mlxscore=0 clxscore=1015 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2109210117 Received-SPF: pass client-ip=17.58.23.199; envelope-from=salutis@me.com; helo=mr85p00im-ztdg06011801.me.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) =20 Step 1. Start 'emacs -Q' Step 2. Evaluate: (global-auto-revert-mode) (setq-default=20 global-auto-revert-non-file-buffers t)=20 Step 3. Launch Dired in '/tmp' Step 4. Run 'touch /tmp/x' outside of Emacs Expected: Dired shows 'x' Actual: Dired does not show 'x' Note: Setting global-auto-revert-non-file-buffers *before*=20 global-auto-revert-mode fixes the problem. =20 =20 In GNU Emacs 28.0.50 (build 11, x86_64-apple-darwin20.6.0, NS=20 appkit-2022.60 Version 11.5.1 (Build 20G80))=20 of 2021-09-19 built on Workstation.local=20 Repository revision: 558ca61cbdba5315c058f70d1ba2232f1391739e=20 Repository branch: master Windowing system distributor 'Apple',=20 version 10.3.2022 System Description: macOS 11.5.1 Configured=20 using:=20 'configure --with-json=20 PKG_CONFIG_PATH=3D/usr/local/Cellar/zlib/1.2.11/lib/pkgconfig:/usr/local/l= ib/pkgconfig:/opt/X11/lib/pkgconfig'=20 Configured features: ACL DBUS GIF GLIB GMP GNUTLS JPEG JSON LCMS2=20 LIBXML2 MODULES NOTIFY KQUEUE NS PDUMPER PNG RSVG THREADS TIFF=20 TOOLKIT_SCROLL_BARS XIM ZLIB Important settings:=20 value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix=20 =20 Major mode: Lisp Interaction Minor modes in effect:=20 show-paren-mode: t which-key-mode: t corfu-global-mode: t=20 corfu-mode: t vertico-mode: t marginalia-mode: t=20 shell-dirtrack-mode: t async-bytecomp-package-mode: t=20 global-diff-hl-mode: t yas-global-mode: t yas-minor-mode: t=20 global-hl-todo-mode: t hl-todo-mode: t savehist-mode: t=20 global-subword-mode: t subword-mode: t save-place-mode: t=20 global-auto-revert-mode: t delete-selection-mode: t=20 tooltip-mode: t global-eldoc-mode: t eldoc-mode: t=20 electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t=20 file-name-shadow-mode: t global-font-lock-mode: t=20 font-lock-mode: t auto-composition-mode: t auto-encryption-mode:=20 t auto-compression-mode: t size-indication-mode: t=20 column-number-mode: t line-number-mode: t=20 global-visual-line-mode: t visual-line-mode: t=20 transient-mark-mode: t=20 =20 Load-path shadows:=20 /Users/salutis/.emacs.d/elpa/magit-20210916.1754/magit-section-pkg=20 hides=20 /Users/salutis/.emacs.d/elpa/magit-section-20210829.1849/magit-section-pkg= =20 /Users/salutis/.emacs.d/elpa/transient-20210919.1006/transient=20 hides=20 /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/transie= nt=20 Features: (shadow sort fortune flymake-proc flymake project=20 compile thingatpt mail-extr emacsbug sendmail rx char-fold=20 tramp-cmds cursor-sensor modus-vivendi-theme modus-operandi-theme=20 modus-themes paren which-key corfu orderless consult-vertico=20 vertico marginalia consult recentf tree-widget wid-edit bookmark=20 pp org-ref org-ref-helm-bibtex org-ref-helm helm-bibtex=20 bibtex-completion org-capture org-refile biblio biblio-download=20 biblio-dissemin biblio-ieee biblio-hal biblio-dblp biblio-crossref=20 biblio-arxiv timezone biblio-doi biblio-core let-alist url-queue=20 ido hl-line helm-files tramp tramp-loaddefs trampver=20 tramp-integration files-x tramp-compat shell parse-time=20 helm-buffers helm-occur helm-tags helm-locate helm-grep=20 helm-regexp helm-utils helm-types helm-net xml helm-help helm=20 async-bytecomp helm-global-bindings helm-easymenu helm-source=20 helm-multi-match helm-lib async helm-config org-ref-core warnings=20 reftex-cite reftex reftex-loaddefs reftex-vars parsebib=20 org-ref-glossary org-ref-bibtex vc-git org-ref-citeproc message=20 ls-lisp dired dired-loaddefs rfc822 mml mml-sec epa derived epg=20 rfc6068 epg-config gnus-util rmail rmail-loaddefs=20 text-property-search mm-decode mm-bodies mm-encode mailabbrev=20 mail-utils gmm-utils mailheader key-chord hydra lv doi-utils=20 org-ref-utils org-ref-pdf url-http url-auth mail-parse rfc2231=20 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr url-gw nsm rmc puny=20 ol-bibtex bibtex iso8601 htmlize f s dash pdf-loader diff-hl=20 log-view pcvs-util vc-dir ewoc vc vc-dispatcher diff-mode=20 yasnippet hl-todo finder-inf ox-md ox-odt rng-loc rng-uri=20 rng-parse rng-match rng-dt rng-util rng-pttrn nxml-parse nxml-ns=20 nxml-enc xmltok nxml-util ox-latex ox-icalendar ox-html table=20 ox-ascii ox-publish ox org-element avl-tree generator org-clock=20 savehist cap-words superword subword saveplace autorevert=20 filenotify diminish delsel cl-extra help-mode org ob ob-tangle=20 ob-ref ob-lob ob-table ob-exp org-macro org-footnote org-src=20 ob-comint org-pcomplete pcomplete comint ansi-color ring org-list=20 org-faces org-entities time-date noutline outline easy-mmode=20 org-version ob-emacs-lisp ob-core ob-eval org-table ol org-keys=20 org-compat advice org-macs org-loaddefs format-spec find-func=20 cal-menu calendar cal-loaddefs tex-site edmacro kmacro info=20 package browse-url url url-proxy url-privacy url-expand=20 url-methods url-history url-cookie url-domsuf url-util mailcap=20 url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs=20 eieio-loaddefs password-cache json subr-x map url-vars seq=20 byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib=20 iso-transl tooltip eldoc electric uniquify ediff-hook vc-hooks=20 lisp-float-type elisp-mode mwheel term/ns-win ns-win ucs-normalize=20 mule-util term/common-win tool-bar dnd fontset image regexp-opt=20 fringe tabulated-list replace newcomment text-mode lisp-mode=20 prog-mode register page tab-bar menu-bar rfn-eshadow isearch=20 easymenu timer select scroll-bar mouse jit-lock font-lock syntax=20 font-core term/tty-colors frame minibuffer cl-generic cham=20 georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao=20 korean japanese eucjp-ms cp51932 hebrew greek romanian slovak=20 czech european ethiopic indian cyrillic chinese composite=20 charscript charprop case-table epa-hook jka-cmpr-hook help simple=20 abbrev obarray cl-preloaded nadvice button loaddefs faces cus-face=20 macroexp files window text-properties overlay sha1 md5 base64=20 format env code-pages mule custom widget hashtable-print-readable=20 backquote threads dbusbind kqueue cocoa ns lcms2 multi-tty=20 make-network-process emacs) Memory information: ((conses 16=20 6783714 261375)=20 (symbols 48 37443 19) (strings 32 234953 16364) (string-bytes 1=20 9399616) (vectors 16 128787) (vector-slots 8 7213278 1284697)=20 (floats 8 268 1040) (intervals 56 8065 182) (buffers 992 11))=20 --=20 "Contrariwise," continued Tweedledee, "if it was so, it might be;=20 and if it were so, it would be; but as it isn't, it ain't. That's=20 logic." -- Lewis Carroll, Through the Looking Glass Rudolf=20 Adamkovi=C4=8D Studenohorsk=C3=A1 25 84103 Bratislava=20 Slovakia [he/him] From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 21 17:10:03 2021 Received: (at 50725) by debbugs.gnu.org; 21 Sep 2021 21:10:03 +0000 Received: from localhost ([127.0.0.1]:48167 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSn1e-0003Ks-UV for submit@debbugs.gnu.org; Tue, 21 Sep 2021 17:10:03 -0400 Received: from quimby.gnus.org ([95.216.78.240]:48632) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSn1c-0003KG-Vm for 50725@debbugs.gnu.org; Tue, 21 Sep 2021 17:10:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=zzyyfpZIwcYM63UI4hJ+/FB2hrlrS+9R3IlyiwprbbM=; b=VYe10Jo02d1YvuvLy+YkguTle5 1g7NR4nC3jg2o8t6XPyhkyIAE2bhJu5xob5iKg4u6j5XR9xfSvLDIzP3cDD8UzevUq3iXVHCJQcYc HoHyO4yVE+t51ypPdq2VqgCENxygixGZq0UyYbn/B5TopV8FjExFQrmNHXt0qfMvudUQ=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mSn1U-0002Cc-2F; Tue, 21 Sep 2021 23:09:54 +0200 From: Lars Ingebrigtsen To: Rudolf =?utf-8?Q?Adamkovi=C4=8D?= Subject: Re: bug#50725: 28.0.50; Global auto-revert mode does not work References: X-Now-Playing: My Life With The Thrill Kill Kult's _Confessions Of A Knife (Remastered)_: "Waiting For Mommie (JB's Blackjack Mix)" Date: Tue, 21 Sep 2021 23:09:49 +0200 In-Reply-To: ("Rudolf =?utf-8?Q?Adamkovi=C4=8D=22'?= =?utf-8?Q?s?= message of "Tue, 21 Sep 2021 21:53:14 +0200") Message-ID: <87a6k5y6si.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Rudolf Adamkovič writes: > Step 1. Start 'emacs -Q' > Step 2. Evaluate: > > (global-auto-revert-mode) (setq-default > global-auto-revert-non-file-buffers t) Step 3. Launch Dired in '/tmp' > Step 4. Run 'touch /tmp/x' outside [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50725 Cc: 50725@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Rudolf Adamkovi=C4=8D writes: > Step 1. Start 'emacs -Q' > Step 2. Evaluate: > > (global-auto-revert-mode) (setq-default > global-auto-revert-non-file-buffers t) Step 3. Launch Dired in '/tmp' > Step 4. Run 'touch /tmp/x' outside of Emacs > > Expected: Dired shows 'x' > Actual: Dired does not show 'x' > > Note: Setting global-auto-revert-non-file-buffers *before* > global-auto-revert-mode fixes the problem. This should now work in Emacs 28. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 21 17:10:07 2021 Received: (at control) by debbugs.gnu.org; 21 Sep 2021 21:10:07 +0000 Received: from localhost ([127.0.0.1]:48170 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSn1j-0003LA-5D for submit@debbugs.gnu.org; Tue, 21 Sep 2021 17:10:07 -0400 Received: from quimby.gnus.org ([95.216.78.240]:48646) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSn1h-0003KN-2j for control@debbugs.gnu.org; Tue, 21 Sep 2021 17:10:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=mOtszCyNytBo/qL+kql4I0QExfI16Z/gdtAX8RFX+Yg=; b=aNvs1xQMgn+4V6fWQIZk/0krb9 u1COdCFkirwuxDOombT5ShtucgeGE/06VYtZBt2y/4Vz1Tc3MWu6HPBdgTHGRYGyBrYVSAy5bj4TG GqxfQfLysi1rh9rfDGkoVx9wLq+d/1MJ+lcA0SelLlWx8Gio7LfA4++rfmNJlgwEdW+E=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mSn1Z-0002Cl-5S for control@debbugs.gnu.org; Tue, 21 Sep 2021 23:09:59 +0200 Date: Tue, 21 Sep 2021 23:09:56 +0200 Message-Id: <878rzpy6sb.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #50725 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 50725 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 50725 28.1 quit From unknown Fri Jun 20 07:25:14 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 20 Oct 2021 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator