From unknown Thu Sep 11 09:17:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#20441: 24.5; Auto revert mode does not work Resent-From: Kaushal Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 Apr 2015 18:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 20441 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 20441@debbugs.gnu.org X-Debbugs-Original-To: "bug-gnu-emacs@gnu.org" Received: via spool by submit@debbugs.gnu.org id=B.14301587077249 (code B ref -1); Mon, 27 Apr 2015 18:19:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Apr 2015 18:18:27 +0000 Received: from localhost ([127.0.0.1]:41489 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ymnbu-0001sq-Qa for submit@debbugs.gnu.org; Mon, 27 Apr 2015 14:18:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53174) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ymnbt-0001sd-3r for submit@debbugs.gnu.org; Mon, 27 Apr 2015 14:18:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ymnbm-00006X-5k for submit@debbugs.gnu.org; Mon, 27 Apr 2015 14:18:19 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymnbl-00005B-P8 for submit@debbugs.gnu.org; Mon, 27 Apr 2015 14:18:18 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymnbk-0000JT-6v for bug-gnu-emacs@gnu.org; Mon, 27 Apr 2015 14:18:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ymnbi-0008Q8-Pk for bug-gnu-emacs@gnu.org; Mon, 27 Apr 2015 14:18:16 -0400 Received: from mail-yh0-x22a.google.com ([2607:f8b0:4002:c01::22a]:32926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymnbi-0008P5-KL for bug-gnu-emacs@gnu.org; Mon, 27 Apr 2015 14:18:14 -0400 Received: by yhcb70 with SMTP id b70so20384364yhc.0 for ; Mon, 27 Apr 2015 11:18:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=ufMmjBJt8ajRU/xusM/waZELV3FQgY7zAY83vtt5QE8=; b=oaSA4B7z3pJAtlhrHFIwr+pbEklOxMJ9wHGCWLA9ovYfUcKV8fiJxfsyKPqk/5sziC hIe9GKe0EvKaQMIERhEZugG6WIYlAuyQYKx556l71fy/83KoG2VIqDu9/rVdyJR0hH+k ueLdc3tUqPf9XtE8qoL8Y6FtgP+il+qoYJ/tfrTfILwBvHOGaEP/zoi+I70/vLuDsEuE 3JO68G3ZlF8JAgccNN2AYqFAyaE62Y1uWXSWGlUMHCFPOL12hocA7ked3YDHjV6w+RXc /Y4ephuVXy/Enr31uFzkKxmXL2gy67adUqAKlWqcAKCEeNUfmx1NlzTEwV6ZMngF+zlF /1TQ== X-Received: by 10.236.26.106 with SMTP id b70mr19539937yha.53.1430158694089; Mon, 27 Apr 2015 11:18:14 -0700 (PDT) MIME-Version: 1.0 From: Kaushal Date: Mon, 27 Apr 2015 18:18:12 +0000 Message-ID: Content-Type: multipart/alternative; boundary=089e013d0b6cef0a300514b8c4c5 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.0 (----) --089e013d0b6cef0a300514b8c4c5 Content-Type: text/plain; charset=ISO-8859-1 I have setup emacs so that I can run multiple versions simultaneously. - I opened the same file (somefile.txt) simultaneously in an emacs 24.5 instance and an emacs 24.4 instance (both with -Q option) - Did M-x global-auto-revert-mode in both. - From terminal when I echoed some string (echo 1234 >> somefile.txt) to that file But only the emacs 24.4 buffer auto-reverted. I verified that the same bug is present in the emacs master branch too (emacs 25.0.50.2 last built on 04/24). In GNU Emacs 24.5.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.4) of 2015-04-24 on ... Repository revision: 866501efe0fdc0c29448e0aaf8696eb0a3c8fcd6 Windowing system distributor `The X.Org Foundation', version 11.0.60900000 System Description: Red Hat Enterprise Linux Client release 5.10 (Tikanga) Configured using: `configure --prefix=/home/kmodi/usr_local/apps/emacs/emacs-24.5 CPPFLAGS=-fgnu89-inline' Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 16 71377 5779) (symbols 48 17554 0) (miscs 40 35 113) (strings 32 9238 5022) (string-bytes 1 268401) (vectors 16 8917) (vector-slots 8 383608 17837) (floats 8 63 81) (intervals 56 177 3) (buffers 960 11) (heap 1024 257035 626)) --089e013d0b6cef0a300514b8c4c5 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I have setup emacs so that I can run multiple version= s simultaneously.

- I opened the same file (s= omefile.txt) simultaneously in an emacs 24.5 instance and an emacs 24.4 ins= tance (both with -Q option)
- Did M-x global-auto-revert-mode in = both.=A0
- From terminal when I echoed some string (echo 1234 >= ;> somefile.txt) to that file

But only the emac= s 24.4 buffer auto-reverted.=A0

I verified t= hat the same bug is present in the emacs master branch too (emacs 25.0.50.2= last built on 04/24).

In GNU Emacs 24.5.2 (x86_64= -unknown-linux-gnu, GTK+ Version 2.10.4)
=A0of 2015-04-24 on = ...
Repository revision: 866501efe0fdc0c29448e0aaf8696eb0a3c8fcd6=
Windowing system distributor `The X.Org Foundation', version= 11.0.60900000
System Description: Red Hat Enterprise Linux Client release 5= .10 (Tikanga)

Configured using:
=A0`conf= igure --prefix=3D/home/kmodi/usr_local/apps/emacs/emacs-24.5
=A0C= PPFLAGS=3D-fgnu89-inline'

Important settings:<= /div>
=A0 value of $LANG: en_US.UTF-8
=A0 locale-coding-syste= m: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
=A0 tooltip-mode: t
=A0 electric-indent-mode: t
=A0 mouse-wheel-mode: t
=A0 tool-bar-mode: t
=A0 menu-bar-mode: t
=A0 file-n= ame-shadow-mode: t
=A0 global-font-lock-mode: t
=A0 fon= t-lock-mode: t
=A0 blink-cursor-mode: t
=A0 auto-compos= ition-mode: t
=A0 auto-encryption-mode: t
=A0 auto-comp= ression-mode: t
=A0 line-number-mode: t
=A0 transient-m= ark-mode: t

Recent messages:
For informa= tion about GNU Emacs and the GNU system, type C-h C-a.

=
Load-path shadows:
None found.

Feat= ures:
(shadow sort gnus-util mail-extr emacsbug message format-sp= ec rfc822 mml
easymenu mml-sec mm-decode mm-bodies mm-encode mail= -parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 r= fc2045 ietf-drums
mm-util help-fns mail-prsvr mail-utils time-dat= e tooltip electric
uniquify ediff-hook vc-hooks lisp-float-type m= wheel x-win x-dnd tool-bar
dnd fontset image regexp-opt fringe ta= bulated-list newcomment lisp-mode
prog-mode register page menu-ba= r rfn-eshadow timer select scroll-bar
mouse jit-lock font-lock sy= ntax facemenu font-core frame cham georgian
utf-8-lang misc-lang = vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek= romanian slovak czech european ethiopic indian
cyrillic chinese = case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer n= advice loaddefs button faces cus-face macroexp files
text-propert= ies overlay sha1 md5 base64 format env code-pages mule
custom wid= get hashtable-print-readable backquote make-network-process
dbusb= ind gfilenotify dynamic-setting system-font-setting
font-render-s= etting move-toolbar gtk x-toolkit x multi-tty emacs)

Memory information:
((conses 16 71377 5779)
=A0(symb= ols 48 17554 0)
=A0(miscs 40 35 113)
=A0(strings 32 923= 8 5022)
=A0(string-bytes 1 268401)
=A0(vectors 16 8917)=
=A0(vector-slots 8 383608 17837)
=A0(floats 8 63 81)
=A0(intervals 56 177 3)
=A0(buffers 960 11)
= =A0(heap 1024 257035 626))

--089e013d0b6cef0a300514b8c4c5-- From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 27 14:19:18 2015 Received: (at control) by debbugs.gnu.org; 27 Apr 2015 18:19:18 +0000 Received: from localhost ([127.0.0.1]:41494 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ymncj-0001ui-SL for submit@debbugs.gnu.org; Mon, 27 Apr 2015 14:19:18 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:43252 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ymnch-0001ua-8V for control@debbugs.gnu.org; Mon, 27 Apr 2015 14:19:15 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Ymncf-0004WT-49 for control@debbugs.gnu.org; Mon, 27 Apr 2015 14:19:14 -0400 Date: Mon, 27 Apr 2015 14:19:13 -0400 Message-Id: Subject: control message for bug 19759 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.0 (-----) block 19759 by 20441 From unknown Thu Sep 11 09:17:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#20441: 24.5; Auto revert mode does not work References: In-Reply-To: Resent-From: Kaushal Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 Apr 2015 20:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20441 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 20441@debbugs.gnu.org Received: via spool by 20441-submit@debbugs.gnu.org id=B20441.14301677065580 (code B ref 20441); Mon, 27 Apr 2015 20:49:02 +0000 Received: (at 20441) by debbugs.gnu.org; 27 Apr 2015 20:48:26 +0000 Received: from localhost ([127.0.0.1]:41610 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ympx3-0001Rv-KD for submit@debbugs.gnu.org; Mon, 27 Apr 2015 16:48:26 -0400 Received: from mail-yh0-f50.google.com ([209.85.213.50]:35914) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ympx1-0001Ri-My for 20441@debbugs.gnu.org; Mon, 27 Apr 2015 16:48:24 -0400 Received: by yhrr66 with SMTP id r66so21245931yhr.3 for <20441@debbugs.gnu.org>; Mon, 27 Apr 2015 13:48:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=NDBjEtXQs3VFwfCWp4/z3AZ760IU7VWHQxDPBXSa4I0=; b=kZwScobBrg8FkJZcBqJYBOozvg8nkCNzGQWd+y1S74QiQI9L85V+6TlxxY6fZEbbvh rEzYibzFGM0FdU9v0QiLV9QON/pGXCzY/Sluz40YLeer5gkn2HalkRBzS81wEEWYjXj2 1J2jIDq2t6lTcdcey7yZuh/V8m5p0L33nTQjW0JFy1uQSmknx/9H6+MYG4JLkumMB7RB 6PBCu+ZesfjIGbY2j65NRcaw0GuiVO3qcuI2+pfrVfWfhRRvaxmI+M/V5yYOlKyL1w5i KI8sZQzvXwUrg0eDOH4PW5oSIAOd7yMIEu0+ip9FS07V5eKVIn5xEZUVL732C9CkpL4+ qa5g== X-Received: by 10.236.45.38 with SMTP id o26mr20057338yhb.161.1430167697917; Mon, 27 Apr 2015 13:48:17 -0700 (PDT) MIME-Version: 1.0 From: Kaushal Date: Mon, 27 Apr 2015 20:48:17 +0000 Message-ID: Content-Type: multipart/alternative; boundary=089e011605749a90980514badd62 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -0.7 (/) --089e011605749a90980514badd62 Content-Type: text/plain; charset=ISO-8859-1 After doing `M-x global-auto-revert-mode` in an emacs -Q session, if I eval `(setq auto-revert-use-notify nil)`, auto revert starts working as before (in emacs 24.4). (Thanks to this comment on emacs.SE: http://emacs.stackexchange.com/questions/10966/global-auto-revert-mode-doesnt-seem-to-work#comment17031_10966 ) --089e011605749a90980514badd62 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
After doing `M-x global-auto-revert-mode` in an emacs -Q s= ession, if I eval `(setq auto-revert-use-notify nil)`, auto revert starts w= orking as before (in emacs 24.4).

--089e011605749a90980514badd62-- From unknown Thu Sep 11 09:17:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#20441: 24.5; Auto revert mode does not work Resent-From: Kaushal Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 Apr 2015 21:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20441 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 20441@debbugs.gnu.org Received: via spool by 20441-submit@debbugs.gnu.org id=B20441.14301684928416 (code B ref 20441); Mon, 27 Apr 2015 21:02:02 +0000 Received: (at 20441) by debbugs.gnu.org; 27 Apr 2015 21:01:32 +0000 Received: from localhost ([127.0.0.1]:41625 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ymq9g-0002BC-Ps for submit@debbugs.gnu.org; Mon, 27 Apr 2015 17:01:29 -0400 Received: from mail-yh0-f52.google.com ([209.85.213.52]:32795) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ymq9d-00028K-QF for 20441@debbugs.gnu.org; Mon, 27 Apr 2015 17:01:27 -0400 Received: by yhcb70 with SMTP id b70so21353690yhc.0 for <20441@debbugs.gnu.org>; Mon, 27 Apr 2015 14:01:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=yfwXHJUkCqLBvjqnsj3NiaY/slIN4kPd8U2TSa2FBSY=; b=FQWUJU8/1o8TGHAVZHihC1gYw3HdfiXbHXxYWrmuU3K04csETKcSvxnmkdpkhGz8tk PTakptvkiqFBoj8uSaJb+i3VUA1uAbV1FY9pvEWSeBA/yatPMlnor5lJ2gFeOzLenF1y FytCeVH/NB2Fwev+742dA6WgQRvtYKE78sr/LNVqTRnOotVyFiZFfgA45VxJoTNLJ/jh K8ECgIKHvIhCGL8XSGpQs4SOo18DmqHsDcUPE+sYsFGaTc7j4LPpoFFmJwBc1cntrB5z oWsRHgpLfmLoKEBgTxqoHgu3v65rNNZ+ZHKg7WYUhKZGjhMW+uMIFsJgDZVTZWy+V7Lc uOUw== X-Received: by 10.170.83.5 with SMTP id z5mr2728453ykz.117.1430168480266; Mon, 27 Apr 2015 14:01:20 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Kaushal Date: Mon, 27 Apr 2015 21:01:19 +0000 Message-ID: Content-Type: multipart/alternative; boundary=001a113a789a3c3fa40514bb0cf6 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -0.7 (/) --001a113a789a3c3fa40514bb0cf6 Content-Type: text/plain; charset=ISO-8859-1 Some more info, When I do `C-h v auto-revert-use-notify` in that file buffer in emacs 24.4, I get auto-revert-use-notify is a variable defined in `autorevert.el'. Its value is nil Original value was t Local in buffer abcd.txt; global value is t But in emacs 24.5, the same `C-h v` shows auto-revert-use-notify is a variable defined in `autorevert.el'. Its value is t It's unclear to me what's changing the local value of `auto-revert-use-notify` to `nil` in an emacs -Q session on emacs 24.4. And as the effective value of that var in that buffer is nil, auto reverting works in emacs 24.4 right away without having to manually change the value of that var to nil. On Mon, Apr 27, 2015 at 4:48 PM Kaushal wrote: > After doing `M-x global-auto-revert-mode` in an emacs -Q session, if I > eval `(setq auto-revert-use-notify nil)`, auto revert starts working as > before (in emacs 24.4). > > (Thanks to this comment on emacs.SE: > http://emacs.stackexchange.com/questions/10966/global-auto-revert-mode-doesnt-seem-to-work#comment17031_10966 > ) > --001a113a789a3c3fa40514bb0cf6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Some more info,

When I do `C-h v auto-revert-use-no= tify` in that file buffer in emacs 24.4, I get

auto= -revert-use-notify is a variable defined in `autorevert.el'.
= Its value is nil
Original value was t
Local in buffer a= bcd.txt; global value is t

But in emacs 24.5= , the same `C-h v` shows

auto-revert-use-noti= fy is a variable defined in `autorevert.el'.
Its value is t

It's unclear to me what's changing th= e local value of `auto-revert-use-notify` to `nil` in an emacs -Q session o= n emacs 24.4. And as the effective value of that var in that buffer is nil,= auto reverting works in emacs 24.4 right away without having to manually c= hange the value of that var to nil.


On Mon, Apr 27, 2015 at 4:48 PM Kaushal <kaushal.modi@gmail.com> wrote:
After doing `M-x global-auto-rev= ert-mode` in an emacs -Q session, if I eval `(setq auto-revert-use-notify n= il)`, auto revert starts working as before (in emacs 24.4).

<= div>(Thanks to this comment on emacs.SE:=A0http://emacs.stackexchange.com/questions/1= 0966/global-auto-revert-mode-doesnt-seem-to-work#comment17031_10966)
--001a113a789a3c3fa40514bb0cf6-- From unknown Thu Sep 11 09:17:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#20441: 24.5; Auto revert mode does not work Resent-From: Michael Albinus Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 29 Apr 2015 19:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20441 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Kaushal Cc: 20441@debbugs.gnu.org Received: via spool by 20441-submit@debbugs.gnu.org id=B20441.143033558931339 (code B ref 20441); Wed, 29 Apr 2015 19:27:02 +0000 Received: (at 20441) by debbugs.gnu.org; 29 Apr 2015 19:26:29 +0000 Received: from localhost ([127.0.0.1]:56701 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YnXcq-00089O-3d for submit@debbugs.gnu.org; Wed, 29 Apr 2015 15:26:28 -0400 Received: from mout.gmx.net ([212.227.15.15]:63102) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YnXcn-00089A-1X for 20441@debbugs.gnu.org; Wed, 29 Apr 2015 15:26:25 -0400 Received: from detlef.gmx.de ([87.146.36.12]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0Lt1eU-1ZGs9Q1fsw-012VUZ; Wed, 29 Apr 2015 21:26:18 +0200 From: Michael Albinus References: Date: Wed, 29 Apr 2015 21:26:17 +0200 In-Reply-To: (Kaushal's message of "Mon, 27 Apr 2015 21:01:19 +0000") Message-ID: <87wq0u4tye.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K0:rublArkg/VuahK7Fum73EwMKAENkgGezNmV7h7yeZeQbLwMIphW 77GXs4HY4MPqG7iyP47lprh9cw0uakhe5pupmum9++W0imZc14U3kltz6ieEZsUmk9afYFR lVBsWHD+75HQEEkS8RnVzM7s6nF1GwJnPUZ4t/hO9vRuBFm1I/BQVblTW80slFW/wxY/lN8 Esg7qFQu6wLxv50RESvFQ== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: 0.0 (/) Hi, first of all, it might be interesting to know whether file notifications do work at all on your system. What is the value of `file-notify--library'? I suppose it is 'gfilenotify. Could you, please, perform the following forms then: (require 'filenotify) (defun my-notify-callback (event) (message "Event %S" event)) (file-notify-add-watch "/tmp" '(change attribute-change) 'my-notify-callback) (write-region "foo" nil "/tmp/foo") (write-region "bla" nil "/tmp/foo") (set-file-modes "/tmp/foo" (default-file-modes)) Tell, whether you see related messages in the *Messages* buffer. Best regards, Michael. From unknown Thu Sep 11 09:17:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#20441: 24.5; Auto revert mode does not work Resent-From: Kaushal Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 29 Apr 2015 19:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20441 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Albinus Cc: 20441@debbugs.gnu.org Received: via spool by 20441-submit@debbugs.gnu.org id=B20441.14303368871017 (code B ref 20441); Wed, 29 Apr 2015 19:49:02 +0000 Received: (at 20441) by debbugs.gnu.org; 29 Apr 2015 19:48:07 +0000 Received: from localhost ([127.0.0.1]:56723 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YnXxm-0000GG-DS for submit@debbugs.gnu.org; Wed, 29 Apr 2015 15:48:07 -0400 Received: from mail-yh0-f44.google.com ([209.85.213.44]:35610) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YnXxk-0000Fn-48 for 20441@debbugs.gnu.org; Wed, 29 Apr 2015 15:48:04 -0400 Received: by yhda23 with SMTP id a23so8130037yhd.2 for <20441@debbugs.gnu.org>; Wed, 29 Apr 2015 12:47:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=Ba2Got4jqfLwVNSplML8A4rnCciKbUzf2Hb9Bt80eLc=; b=AD4VhoOwAIRdtt1xr9jbg3RpEb7vHRmrtMZ4oi4jBmJWaBS08s2aFwLsllMtQbEb0z te2yckgd2tJwtWiBAW0iMnFkEANliHCK83iqEpL46bd8kB70h2X29Wf5oSISVujoiA32 NZnnUPU/n4Rmo2BRdgm9S/Ey1ULqRh+YdsfJsIFATU1lYrKE61TwZF3f4guO1uxnh68j WYAOOY9Bkoy27B5hG/cJz8hSA3CZiF0z88Vn865KTkSk0Wu5p3ZvtMd8khnr/PR4xox7 UVP9VU5X4sGousbyejvB8cLn4a+0laT5FrTgaypyJqPcEtqN2uJpCrYIuIYBIShn5Gmo QRKA== X-Received: by 10.236.10.103 with SMTP id 67mr648273yhu.148.1430336878551; Wed, 29 Apr 2015 12:47:58 -0700 (PDT) MIME-Version: 1.0 References: <87wq0u4tye.fsf@gmx.de> In-Reply-To: <87wq0u4tye.fsf@gmx.de> From: Kaushal Date: Wed, 29 Apr 2015 19:47:58 +0000 Message-ID: Content-Type: multipart/alternative; boundary=001a1136b3b68e2bcb0514e241a0 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -0.7 (/) --001a1136b3b68e2bcb0514e241a0 Content-Type: text/plain; charset=ISO-8859-1 Thanks for the pointer Michael. I am puzzled. Of course filenotify does not work for me (it used to work; I wrote this elisp snippet that used this feature: http://emacs.stackexchange.com/a/2566/115). The value of `file-notify--library` is `'gfilenotify` but the feature doesn't work for me. Any pointers? The test code evalling did not trigger the `my-notify-callback` function and so no "Event .." messages in my *Messages* buffer. On Wed, Apr 29, 2015 at 3:26 PM Michael Albinus wrote: > Hi, > > first of all, it might be interesting to know whether file notifications > do work at all on your system. What is the value of `file-notify--library'? > I suppose it is 'gfilenotify. > > Could you, please, perform the following forms then: > > (require 'filenotify) > (defun my-notify-callback (event) > (message "Event %S" event)) > (file-notify-add-watch > "/tmp" '(change attribute-change) 'my-notify-callback) > (write-region "foo" nil "/tmp/foo") > (write-region "bla" nil "/tmp/foo") > (set-file-modes "/tmp/foo" (default-file-modes)) > > Tell, whether you see related messages in the *Messages* buffer. > > Best regards, Michael. > --001a1136b3b68e2bcb0514e241a0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Thanks for the pointer Michael.

I am puzzled. Of co= urse filenotify does not work for me (it used to work; I wrote this elisp s= nippet that used this feature:=A0http://emacs.stackexchange.com/a/2566/115).

<= div>The value of `file-notify--library` is `'gfilenotify` but the featu= re doesn't work for me. Any pointers?

The test= code evalling did not trigger the `my-notify-callback` function and so no = "Event .." messages in my *Messages* buffer.

On Wed, Apr 29, 2015 at 3:26 PM Michael Albinus <<= a href=3D"mailto:michael.albinus@gmx.de">michael.albinus@gmx.de> wro= te:
Hi,

first of all, it might be interesting to know whether file notifications do work at all on your system. What is the value of `file-notify--library&#= 39;?
I suppose it is 'gfilenotify.

Could you, please, perform the following forms then:

(require 'filenotify)
(defun my-notify-callback (event)
=A0 (message "Event %S" event))
(file-notify-add-watch
=A0 "/tmp" '(change attribute-change) 'my-notify-callback= )
(write-region "foo" nil "/tmp/foo")
(write-region "bla" nil "/tmp/foo")
(set-file-modes "/tmp/foo" (default-file-modes))

Tell, whether you see related messages in the *Messages* buffer.

Best regards, Michael.
--001a1136b3b68e2bcb0514e241a0-- From unknown Thu Sep 11 09:17:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#20441: 24.5; Auto revert mode does not work Resent-From: Kaushal Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 29 Apr 2015 20:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20441 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Albinus Cc: 20441@debbugs.gnu.org Received: via spool by 20441-submit@debbugs.gnu.org id=B20441.14303408767167 (code B ref 20441); Wed, 29 Apr 2015 20:55:02 +0000 Received: (at 20441) by debbugs.gnu.org; 29 Apr 2015 20:54:36 +0000 Received: from localhost ([127.0.0.1]:56746 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YnZ07-0001rW-O6 for submit@debbugs.gnu.org; Wed, 29 Apr 2015 16:54:36 -0400 Received: from mail-yh0-f45.google.com ([209.85.213.45]:33410) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YnZ05-0001rK-Mh for 20441@debbugs.gnu.org; Wed, 29 Apr 2015 16:54:34 -0400 Received: by yhcb70 with SMTP id b70so8549036yhc.0 for <20441@debbugs.gnu.org>; Wed, 29 Apr 2015 13:54:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=gIxUi3GTYkHirv5j8226Y67XCKuK6nbfYaJ9wc0CidY=; b=qOLgYYjphmzjdF+CDZyfoHyIbsfRqH3AZKZ5lteYbooU6WTatppWsJVl1umD9Y681H JmZpCajFu83Bh4+UlYGEDfWMlZTDXctMxHTDroh98M+YBpySOPDVpa047ddqi9NUPV1s s+Ci9Ce3gXFyasiIlVv31e8GOuO5aC6IlPz4h9m93f+MpDhx6ejRChihSID1wYrS5swA 0ekndFliFeejmQW377bTG+LreXn984WxpWe8pX30Qx6NYl6ZNLuPG5nf4qnLY674Gbip eT6DZFo5m9dlCmVcwoDv8ph7f4r8SETzyyE1RdhTmN4d5QltEYSRr+qz9MQugdYpZaT5 YwMw== X-Received: by 10.170.46.203 with SMTP id 194mr894067yko.51.1430340868030; Wed, 29 Apr 2015 13:54:28 -0700 (PDT) MIME-Version: 1.0 References: <87wq0u4tye.fsf@gmx.de> In-Reply-To: From: Kaushal Date: Wed, 29 Apr 2015 20:54:26 +0000 Message-ID: Content-Type: multipart/alternative; boundary=001a1137971258c7e80514e32f8c X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -0.7 (/) --001a1137971258c7e80514e32f8c Content-Type: text/plain; charset=ISO-8859-1 When I eval (file-notify-add-watch "/tmp/foo" '(change attribute-change) 'my-notify-callback) I see something like 38390812 (#o222346034, #x249cc1c) in the *Messages* buffer and even the `file-notify-descriptors` hash is updated. But the callback fn is never executed. On Wed, Apr 29, 2015 at 3:47 PM Kaushal wrote: > Thanks for the pointer Michael. > > I am puzzled. Of course filenotify does not work for me (it used to work; > I wrote this elisp snippet that used this feature: > http://emacs.stackexchange.com/a/2566/115). > > The value of `file-notify--library` is `'gfilenotify` but the feature > doesn't work for me. Any pointers? > > The test code evalling did not trigger the `my-notify-callback` function > and so no "Event .." messages in my *Messages* buffer. > > On Wed, Apr 29, 2015 at 3:26 PM Michael Albinus > wrote: > >> Hi, >> >> first of all, it might be interesting to know whether file notifications >> do work at all on your system. What is the value of >> `file-notify--library'? >> I suppose it is 'gfilenotify. >> >> Could you, please, perform the following forms then: >> >> (require 'filenotify) >> (defun my-notify-callback (event) >> (message "Event %S" event)) >> (file-notify-add-watch >> "/tmp" '(change attribute-change) 'my-notify-callback) >> (write-region "foo" nil "/tmp/foo") >> (write-region "bla" nil "/tmp/foo") >> (set-file-modes "/tmp/foo" (default-file-modes)) >> >> Tell, whether you see related messages in the *Messages* buffer. >> >> Best regards, Michael. >> > --001a1137971258c7e80514e32f8c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
When I eval=A0

(file-notify-add-watch=A0"/tmp/foo" '(change attribute-change) 'my-notify-ca= llback)

I see something like

<= /div>
38390812 (#o222346034, #x249cc1c)

in= the *Messages* buffer and even the `file-notify-descriptors` hash is updat= ed.

But the callback fn is never executed.

On Wed, Apr 29, 2015 at 3:47 PM Kaushal = <kaushal.modi@gmail.com>= ; wrote:
Thanks for the = pointer Michael.

I am puzzled. Of course filenotify does not work fo= r me (it used to work; I wrote this elisp snippet that used this feature:= =A0= http://emacs.stackexchange.com/a/2566/115).

The valu= e of `file-notify--library` is `'gfilenotify` but the feature doesn'= ;t work for me. Any pointers?

The test code evalli= ng did not trigger the `my-notify-callback` function and so no "Event = .." messages in my *Messages* buffer.

On Wed, Apr 29, 2015 at 3:26 PM Michael Albinus <michael.albinus@gmx.de&g= t; wrote:
Hi,

first of all, it might be interesting to know whether file notifications do work at all on your system. What is the value of `file-notify--library&#= 39;?
I suppose it is 'gfilenotify.

Could you, please, perform the following forms then:

(require 'filenotify)
(defun my-notify-callback (event)
=A0 (message "Event %S" event))
(file-notify-add-watch
=A0 "/tmp" '(change attribute-change) 'my-notify-callback= )
(write-region "foo" nil "/tmp/foo")
(write-region "bla" nil "/tmp/foo")
(set-file-modes "/tmp/foo" (default-file-modes))

Tell, whether you see related messages in the *Messages* buffer.

Best regards, Michael.
--001a1137971258c7e80514e32f8c-- From unknown Thu Sep 11 09:17:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#20441: 24.5; Auto revert mode does not work Resent-From: Michael Albinus Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 29 Apr 2015 21:45:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20441 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Kaushal Cc: 20441@debbugs.gnu.org Received: via spool by 20441-submit@debbugs.gnu.org id=B20441.143034384317188 (code B ref 20441); Wed, 29 Apr 2015 21:45:04 +0000 Received: (at 20441) by debbugs.gnu.org; 29 Apr 2015 21:44:03 +0000 Received: from localhost ([127.0.0.1]:56757 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YnZly-0004TA-SN for submit@debbugs.gnu.org; Wed, 29 Apr 2015 17:44:03 -0400 Received: from mout.gmx.net ([212.227.15.15]:51533) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YnZlw-0004SZ-Fh for 20441@debbugs.gnu.org; Wed, 29 Apr 2015 17:44:01 -0400 Received: from detlef.gmx.de ([87.146.36.12]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0MN1j6-1YuAPB2Iem-006eqO; Wed, 29 Apr 2015 23:43:53 +0200 From: Michael Albinus References: <87wq0u4tye.fsf@gmx.de> Date: Wed, 29 Apr 2015 23:43:52 +0200 In-Reply-To: (Kaushal's message of "Wed, 29 Apr 2015 20:54:26 +0000") Message-ID: <87r3r2objb.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K0:IwzIIO0q0d6yQRloEshJj6TYKoedSFDyfEq7LL4ZXjMRXcQgcEl TSV4jPecWLS7zlD1v/UhMinlBVynwp7Ukc70qE+TZmr0ezgzKUHKgpizlzpDbaKVHiOb6y9 cFKjPiYLxv4GyD1e1pAS3Em6J1n9i+7jZY01L2AOQ8CUYUwNnFvAZekyaQsIhu26MWCXFhc hJ5iGzk9vI0XUmY4WsyfQ== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: 0.0 (/) Kaushal writes: > When I eval > > (file-notify-add-watch > "/tmp/foo" '(change attribute-change) 'my-notify-callback) > > I see something like > > 38390812 (#o222346034, #x249cc1c) > > in the *Messages* buffer and even the `file-notify-descriptors` hash > is updated. > > But the callback fn is never executed. Which Linux distribution are you using? Which glib version? What are the configure options of your Emacs build? Pls show src/config.h. Best regards, Michael. From unknown Thu Sep 11 09:17:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#20441: 24.5; Auto revert mode does not work Resent-From: Kaushal Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Apr 2015 00:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20441 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Albinus Cc: 20441@debbugs.gnu.org Received: via spool by 20441-submit@debbugs.gnu.org id=B20441.143035250830404 (code B ref 20441); Thu, 30 Apr 2015 00:09:01 +0000 Received: (at 20441) by debbugs.gnu.org; 30 Apr 2015 00:08:28 +0000 Received: from localhost ([127.0.0.1]:56789 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ync1i-0007uG-8D for submit@debbugs.gnu.org; Wed, 29 Apr 2015 20:08:27 -0400 Received: from mail-yk0-f180.google.com ([209.85.160.180]:34190) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ync1e-0007u2-OR for 20441@debbugs.gnu.org; Wed, 29 Apr 2015 20:08:24 -0400 Received: by ykft189 with SMTP id t189so9869912ykf.1 for <20441@debbugs.gnu.org>; Wed, 29 Apr 2015 17:08:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=5zWJGBkwKnlmuRtLd7jgY8xvsh61WjM9hzj/WtFoAtc=; b=tbJMEzr0TYZNDfEA7c7Ix+eZTp4x2yj+XWNakdUjfgBolpeBGCzJ+55lPWHxath0j5 zx1ai7pSgWwqTQLN04o/x/p4fsfcsU6Z7EY97gHHuIJlAkZDRjgygk5QFiHP77ECKJnQ yS7MQifm0+65dUpetgDpIIjn2oIjdDZQ+3vnU5THvnCGl6MMEnQsI4uHlX58EJf7nlpo ZmrmEPN679qFTeKUdiUAwGmrTdlKkDQ/U2jSk/MjlJSfNhGbzzIjzxr8ONgVznOIDP5J eARGcHDp7ODgg1CZCjCGze4kpFepn71yPvHPMYNF7i3xVPM5dQ0oZYNhKcTpPyMWhX3N lVWg== X-Received: by 10.170.83.5 with SMTP id z5mr1530814ykz.117.1430352497146; Wed, 29 Apr 2015 17:08:17 -0700 (PDT) MIME-Version: 1.0 References: <87wq0u4tye.fsf@gmx.de> <87r3r2objb.fsf@gmx.de> In-Reply-To: <87r3r2objb.fsf@gmx.de> From: Kaushal Date: Thu, 30 Apr 2015 00:08:16 +0000 Message-ID: Content-Type: multipart/alternative; boundary=001a113a789a7f031f0514e5e426 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -0.7 (/) --001a113a789a7f031f0514e5e426 Content-Type: text/plain; charset=ISO-8859-1 Thanks. glib looks like the culprit. When filenotify used to work, I had glib 2.40.00 installed on RHEL 5.10. Then I upgraded to glib 2.44.00 last week (also rebuilt emacs after that) in efforts to fix a frame issue I am still facing ( http://emacs.stackexchange.com/q/10745/115 ). The upgrade didn't fix that issue and it seemed that it didn't break anything so I stayed at that version. But looks that that broke the gfilenotify functionality. Now, I did make uninstall on glib 2.44.00 and reinstalled glib 2.40.00 and rebuilt latest emacs from master. But that did not fix the gfilenotify issue. I don't know what else I can look into. Here is the requested src/config.h after reverting back to glib 2.40.00 and rebuilding emacs from master: https://dl.dropboxusercontent.com/u/10985/config.h Thanks for the help! On Wed, Apr 29, 2015 at 5:43 PM Michael Albinus wrote: > Kaushal writes: > > > When I eval > > > > (file-notify-add-watch > > "/tmp/foo" '(change attribute-change) 'my-notify-callback) > > > > I see something like > > > > 38390812 (#o222346034, #x249cc1c) > > > > in the *Messages* buffer and even the `file-notify-descriptors` hash > > is updated. > > > > But the callback fn is never executed. > > Which Linux distribution are you using? Which glib version? > > What are the configure options of your Emacs build? Pls show src/config.h. > > Best regards, Michael. > --001a113a789a7f031f0514e5e426 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Thanks. glib looks like the culprit.

When filenotif= y used to work, I had glib 2.40.00 installed on RHEL 5.10.

Then I upgraded to glib 2.44.00 last week (also rebuilt emacs after that= ) in efforts to fix a frame issue I am still facing (=A0http://emacs.stackexchange.com/q/10745/= 115 ). The upgrade didn't fix that issue and it seemed that it didn= 't break anything so I stayed at that version.

But looks that that broke the gfilenotify functionality.

Now, I did make uninstall on glib 2.44.00 and reinstalled glib 2.40= .00 and rebuilt latest emacs from master. But that did not fix the gfilenot= ify issue. I don't know what else I can look into.

=
Here is the requested src/config.h after reverting back to glib 2.40.0= 0 and rebuilding emacs from master:=A0https://dl.dropboxusercontent.com/u/10985/config.= h

Thanks for the help!

On Wed, Apr 29, 2015 at 5:43 PM Michael Albinus <michael.albinus@gmx.de> wrote:=
Kaushal <kaushal.modi@gmail.com> writes:

> When I eval
>
> (file-notify-add-watch
> "/tmp/foo" '(change attribute-change) 'my-notify-cal= lback)
>
> I see something like
>
> 38390812 (#o222346034, #x249cc1c)
>
> in the *Messages* buffer and even the `file-notify-descriptors` hash > is updated.
>
> But the callback fn is never executed.

Which Linux distribution are you using? Which glib version?

What are the configure options of your Emacs build? Pls show src/config.h.<= br>
Best regards, Michael.
--001a113a789a7f031f0514e5e426-- From unknown Thu Sep 11 09:17:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#20441: 24.5; Auto revert mode does not work Resent-From: Kaushal Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Apr 2015 00:40:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20441 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Albinus Cc: 20441@debbugs.gnu.org Received: via spool by 20441-submit@debbugs.gnu.org id=B20441.1430354396776 (code B ref 20441); Thu, 30 Apr 2015 00:40:04 +0000 Received: (at 20441) by debbugs.gnu.org; 30 Apr 2015 00:39:56 +0000 Received: from localhost ([127.0.0.1]:56794 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YncWB-0000CR-Gq for submit@debbugs.gnu.org; Wed, 29 Apr 2015 20:39:56 -0400 Received: from mail-yh0-f42.google.com ([209.85.213.42]:34799) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YncW9-0000CE-Je for 20441@debbugs.gnu.org; Wed, 29 Apr 2015 20:39:54 -0400 Received: by yhw29 with SMTP id 29so9621452yhw.1 for <20441@debbugs.gnu.org>; Wed, 29 Apr 2015 17:39:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=UJpF1IP0PvcndIHWkVn2B7Fi8adxAbzCX3bHEuq6kqI=; b=olru7vQz2c8/yAIDGaD8R+bY88oyWHqCp8UIr1jajbDSkHuy91TacdfTdXFbFkqNl2 fKgzigOxtct9ihbbeCIqeFdbAUdNZYLgVpslhvZe7rcUzZ92nequ06HgPJkPac47z30w LcMFPks5d7wJ36potLXXp1paFkr8WXPMnY3le39F75ypUjIPl0R4sniJ++ndirTwVEMp orZtF+KnVImWL8ERqfGuEnrcfCubm6PoMRRKbNlUJWSkWYqSzmsWcV/LOELnZbabkbyE wV7dgKAHJBaVxh28ex1et3IXiDOtqh3rwy0TCW32FbARTWcvPN4gqWI7nxQJrnaZWbkp SJ8g== X-Received: by 10.236.45.38 with SMTP id o26mr1402571yhb.161.1430354387967; Wed, 29 Apr 2015 17:39:47 -0700 (PDT) MIME-Version: 1.0 References: <87wq0u4tye.fsf@gmx.de> <87r3r2objb.fsf@gmx.de> In-Reply-To: From: Kaushal Date: Thu, 30 Apr 2015 00:39:47 +0000 Message-ID: Content-Type: multipart/alternative; boundary=089e0116057432a5090514e65517 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -0.7 (/) --089e0116057432a5090514e65517 Content-Type: text/plain; charset=ISO-8859-1 I just rebuilt emacs-24.4 tag from git while glib 2.40.00 is installed. But the same results; gfilenotify doesn't work this time. The last time it worked, it was the same RHEL 5.10, glib 2.40.00 and emacs 24.4. Here is the config.h (renamed) created for the 24.4 build: https://dl.dropboxusercontent.com/u/10985/config-emacs-24.4.h Is there anything else that gfilenotify depends on? Can I test something from the terminal to verify glib installation that would make gfilenotify work? Thanks! On Wed, Apr 29, 2015 at 8:08 PM Kaushal wrote: > Thanks. glib looks like the culprit. > > When filenotify used to work, I had glib 2.40.00 installed on RHEL 5.10. > > Then I upgraded to glib 2.44.00 last week (also rebuilt emacs after that) > in efforts to fix a frame issue I am still facing ( > http://emacs.stackexchange.com/q/10745/115 ). The upgrade didn't fix that > issue and it seemed that it didn't break anything so I stayed at that > version. > > But looks that that broke the gfilenotify functionality. > > Now, I did make uninstall on glib 2.44.00 and reinstalled glib 2.40.00 and > rebuilt latest emacs from master. But that did not fix the gfilenotify > issue. I don't know what else I can look into. > > Here is the requested src/config.h after reverting back to glib 2.40.00 > and rebuilding emacs from master: > https://dl.dropboxusercontent.com/u/10985/config.h > > Thanks for the help! > > On Wed, Apr 29, 2015 at 5:43 PM Michael Albinus > wrote: > >> Kaushal writes: >> >> > When I eval >> > >> > (file-notify-add-watch >> > "/tmp/foo" '(change attribute-change) 'my-notify-callback) >> > >> > I see something like >> > >> > 38390812 (#o222346034, #x249cc1c) >> > >> > in the *Messages* buffer and even the `file-notify-descriptors` hash >> > is updated. >> > >> > But the callback fn is never executed. >> >> Which Linux distribution are you using? Which glib version? >> >> What are the configure options of your Emacs build? Pls show src/config.h. >> >> Best regards, Michael. >> > --089e0116057432a5090514e65517 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I just rebuilt emacs-24.4 tag from git while glib 2.40.00 = is installed. But the same results; gfilenotify doesn't work this time.= The last time it worked, it was the same RHEL 5.10, glib 2.40.00 and emacs= 24.4. Here is the config.h (renamed) created for the 24.4 build: https://= dl.dropboxusercontent.com/u/10985/config-emacs-24.4.h

Is there anything else that gfilenotify depends on? Can I test something = from the terminal to verify glib installation that would make gfilenotify w= ork?

Thanks!=A0

On Wed, Apr 29, 2015 at 8:08 PM Kaushal <kaushal.modi@gmail.com> wrote:
Thanks. glib looks like the culprit.
When filenotify used to work, I had glib 2.40.00 installed on RHEL 5.= 10.

Then I upgraded to glib 2.44.00 last week (also rebu= ilt emacs after that) in efforts to fix a frame issue I am still facing (= =A0http://emacs.stackexchange.com/q/10745/115 ). The upgrade didn't f= ix that issue and it seemed that it didn't break anything so I stayed a= t that version.

But looks that that broke the gfil= enotify functionality.

Now, I did make uninstall o= n glib 2.44.00 and reinstalled glib 2.40.00 and rebuilt latest emacs from m= aster. But that did not fix the gfilenotify issue. I don't know what el= se I can look into.

Here is the requested src/conf= ig.h after reverting back to glib 2.40.00 and rebuilding emacs from master:= =A0https://dl.dropboxusercontent.com/u/10985/config.h
<= br>
Thanks for the help!

On Wed, Apr 29, 2015 at 5:43 PM Michael Albinus <michael.albinus@gmx.de> wrote= :
Kaushal <kaushal.modi@gmail.com> writes:

> When I eval
>
> (file-notify-add-watch
> "/tmp/foo" '(change attribute-change) 'my-notify-cal= lback)
>
> I see something like
>
> 38390812 (#o222346034, #x249cc1c)
>
> in the *Messages* buffer and even the `file-notify-descriptors` hash > is updated.
>
> But the callback fn is never executed.

Which Linux distribution are you using? Which glib version?

What are the configure options of your Emacs build? Pls show src/config.h.<= br>
Best regards, Michael.
--089e0116057432a5090514e65517-- From unknown Thu Sep 11 09:17:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#20441: 24.5; Auto revert mode does not work Resent-From: Kaushal Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 01 May 2015 14:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20441 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Albinus Cc: 20441@debbugs.gnu.org Received: via spool by 20441-submit@debbugs.gnu.org id=B20441.143048949216567 (code B ref 20441); Fri, 01 May 2015 14:12:02 +0000 Received: (at 20441) by debbugs.gnu.org; 1 May 2015 14:11:32 +0000 Received: from localhost ([127.0.0.1]:58797 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YoBf9-0004J8-6G for submit@debbugs.gnu.org; Fri, 01 May 2015 10:11:32 -0400 Received: from mail-yh0-f53.google.com ([209.85.213.53]:34028) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YoBf6-0004Iv-Ig for 20441@debbugs.gnu.org; Fri, 01 May 2015 10:11:29 -0400 Received: by yhw29 with SMTP id 29so18111494yhw.1 for <20441@debbugs.gnu.org>; Fri, 01 May 2015 07:11:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=MNa502NJTC+mJvMNho7MGgWCcia+5oyE1STtW7hd1Og=; b=YNSNsGsSngSLitxDTReqx+RFEf2fz7GFDhe5Z1CizA/oRVmJEVSm3jKAjF5IpOQ0bB t/sViLoqole3IRlr6Nhwxim+veqPw3rStzPyGg22aR7pS54G5Xedungl8tUZcrGMMWl9 B4FqPmHb9e3oiQ4wh+nlD7Bc/mArPLjzubriCvDWg6bsaOSz7tqI1HE/fQtGfOYuA0uN uWwYsH4XAEbOZEk6x8K+TjtkUJc661t8yd0L1ji06pWBxnS1F+ZCgWJpYLQvHFw4Dnco 0jg9dX23OqVFaYsiAxf6vQAGXfdFZu8VBKNA6gtGDckQUwyXCerQoLP5YMfG9wh0XYLy 6aSg== X-Received: by 10.170.89.5 with SMTP id g5mr7857358yka.30.1430489483195; Fri, 01 May 2015 07:11:23 -0700 (PDT) MIME-Version: 1.0 References: <87wq0u4tye.fsf@gmx.de> <87r3r2objb.fsf@gmx.de> In-Reply-To: From: Kaushal Date: Fri, 01 May 2015 14:11:22 +0000 Message-ID: Content-Type: multipart/alternative; boundary=001a113a0528803bc9051505c9ff X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -0.7 (/) --001a113a0528803bc9051505c9ff Content-Type: text/plain; charset=ISO-8859-1 It got fixed but I can't explain why this fixed it. I usually work on a headless machine, and am always working on a VNC server. I randomly just killed the existing server and started a new one on the same machine (nothing rebuilt since that last email) and now gfilenotify started working again! On Wed, Apr 29, 2015 at 8:39 PM Kaushal wrote: > I just rebuilt emacs-24.4 tag from git while glib 2.40.00 is installed. > But the same results; gfilenotify doesn't work this time. The last time it > worked, it was the same RHEL 5.10, glib 2.40.00 and emacs 24.4. Here is the > config.h (renamed) created for the 24.4 build: > https://dl.dropboxusercontent.com/u/10985/config-emacs-24.4.h > > Is there anything else that gfilenotify depends on? Can I test something > from the terminal to verify glib installation that would make gfilenotify > work? > > Thanks! > > On Wed, Apr 29, 2015 at 8:08 PM Kaushal wrote: > >> Thanks. glib looks like the culprit. >> >> When filenotify used to work, I had glib 2.40.00 installed on RHEL 5.10. >> >> Then I upgraded to glib 2.44.00 last week (also rebuilt emacs after that) >> in efforts to fix a frame issue I am still facing ( >> http://emacs.stackexchange.com/q/10745/115 ). The upgrade didn't fix >> that issue and it seemed that it didn't break anything so I stayed at that >> version. >> >> But looks that that broke the gfilenotify functionality. >> >> Now, I did make uninstall on glib 2.44.00 and reinstalled glib 2.40.00 >> and rebuilt latest emacs from master. But that did not fix the gfilenotify >> issue. I don't know what else I can look into. >> >> Here is the requested src/config.h after reverting back to glib 2.40.00 >> and rebuilding emacs from master: >> https://dl.dropboxusercontent.com/u/10985/config.h >> >> Thanks for the help! >> >> On Wed, Apr 29, 2015 at 5:43 PM Michael Albinus >> wrote: >> >>> Kaushal writes: >>> >>> > When I eval >>> > >>> > (file-notify-add-watch >>> > "/tmp/foo" '(change attribute-change) 'my-notify-callback) >>> > >>> > I see something like >>> > >>> > 38390812 (#o222346034, #x249cc1c) >>> > >>> > in the *Messages* buffer and even the `file-notify-descriptors` hash >>> > is updated. >>> > >>> > But the callback fn is never executed. >>> >>> Which Linux distribution are you using? Which glib version? >>> >>> What are the configure options of your Emacs build? Pls show >>> src/config.h. >>> >>> Best regards, Michael. >>> >> --001a113a0528803bc9051505c9ff Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
It got fixed but I can't explain why this fixed it.
I usually work on a headless machine, and am always working on a = VNC server.
I randomly just killed the existing server and starte= d a new one on the same machine (nothing rebuilt since that last email) and= now gfilenotify started working again!

On Wed, Apr 29, 2015 at 8:39 PM Kaushal <kaushal.modi@gmail.com> wrote:
I just rebuilt emacs-24.4 tag from git whil= e glib 2.40.00 is installed. But the same results; gfilenotify doesn't = work this time. The last time it worked, it was the same RHEL 5.10, glib 2.= 40.00 and emacs 24.4. Here is the config.h (renamed) created for the 24.4 b= uild: https://dl.dropboxusercontent.com/u/10985/config-ema= cs-24.4.h

Is there anything else that gfilenotify de= pends on? Can I test something from the terminal to verify glib installatio= n that would make gfilenotify work?

Thanks!=A0
=

On Wed, Apr 29, 2015 at 8:08 PM = Kaushal <kau= shal.modi@gmail.com> wrote:
Thanks. glib looks like the culprit.

When filenotify used= to work, I had glib 2.40.00 installed on RHEL 5.10.

The= n I upgraded to glib 2.44.00 last week (also rebuilt emacs after that) in e= fforts to fix a frame issue I am still facing (=A0http://emacs.stackexchange.= com/q/10745/115 ). The upgrade didn't fix that issue and it seemed = that it didn't break anything so I stayed at that version.
But looks that that broke the gfilenotify functionality.
=

Now, I did make uninstall on glib 2.44.00 and reinstall= ed glib 2.40.00 and rebuilt latest emacs from master. But that did not fix = the gfilenotify issue. I don't know what else I can look into.

Here is the requested src/config.h after reverting back to= glib 2.40.00 and rebuilding emacs from master:=A0https://dl.dropboxu= sercontent.com/u/10985/config.h

Thanks for the= help!

On Wed, Apr 29, 2015 at 5:= 43 PM Michael Albinus <michael.albinus@gmx.de> wrote:
Kaushal <kaushal.modi@gmail.com> writes:

> When I eval
>
> (file-notify-add-watch
> "/tmp/foo" '(change attribute-change) 'my-notify-cal= lback)
>
> I see something like
>
> 38390812 (#o222346034, #x249cc1c)
>
> in the *Messages* buffer and even the `file-notify-descriptors` hash > is updated.
>
> But the callback fn is never executed.

Which Linux distribution are you using? Which glib version?

What are the configure options of your Emacs build? Pls show src/config.h.<= br>
Best regards, Michael.
--001a113a0528803bc9051505c9ff-- From unknown Thu Sep 11 09:17:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#20441: 24.5; Auto revert mode does not work Resent-From: Michael Albinus Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 01 May 2015 16:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20441 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Kaushal Cc: 20441@debbugs.gnu.org Received: via spool by 20441-submit@debbugs.gnu.org id=B20441.14304980064881 (code B ref 20441); Fri, 01 May 2015 16:34:02 +0000 Received: (at 20441) by debbugs.gnu.org; 1 May 2015 16:33:26 +0000 Received: from localhost ([127.0.0.1]:58858 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YoDsU-0001Gf-5t for submit@debbugs.gnu.org; Fri, 01 May 2015 12:33:26 -0400 Received: from mout.gmx.net ([212.227.17.21]:61245) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YoDsQ-0001GM-Ue for 20441@debbugs.gnu.org; Fri, 01 May 2015 12:33:23 -0400 Received: from detlef.gmx.de ([87.146.40.163]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0Lkwpt-1ZO73f49Z7-00amjs; Fri, 01 May 2015 18:33:15 +0200 From: Michael Albinus References: <87wq0u4tye.fsf@gmx.de> <87r3r2objb.fsf@gmx.de> Date: Fri, 01 May 2015 18:33:13 +0200 In-Reply-To: (Kaushal's message of "Fri, 01 May 2015 14:11:22 +0000") Message-ID: <87y4l81cmu.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K0:vOXpfA3eNMrkyY5vHoKaaOdDMsVRJQcy07wF25iOroA16ZOsPQu HABtibNQMnT7o8cCVryaNKPDEiB7+mAFyud4VTOCk/EeZkHQDuiYXld94QH/Muq4rMD3bIs 8kd3IL0Xf2hLyKICec8fotnTpzYQHjGPQO1pJEy0RRTzqIJvl6MgxvPrPqBN4Lq8+b6qMmz /fwEym2X3WnJOWSI5VW2Q== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: 0.0 (/) Kaushal writes: > I usually work on a headless machine, and am always working on a VNC > server. > I randomly just killed the existing server and started a new one on > the same machine (nothing rebuilt since that last email) and now > gfilenotify started working again! Thanks for the update. Like you, I cannot explain what happened. But this seems to be a problem of glib, indeed. I have checked meanwhile the config.h files you have sent, they look normal. I'm closing this bug report. Feel free to reopen, if the problem happens again. Best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Fri May 01 12:48:27 2015 Received: (at control) by debbugs.gnu.org; 1 May 2015 16:48:27 +0000 Received: from localhost ([127.0.0.1]:58862 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YoE71-0001fG-GD for submit@debbugs.gnu.org; Fri, 01 May 2015 12:48:27 -0400 Received: from mout.gmx.net ([212.227.17.21]:58209) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YoE6z-0001f2-8J for control@debbugs.gnu.org; Fri, 01 May 2015 12:48:25 -0400 Received: from detlef.gmx.de ([87.146.40.163]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0MegeC-1YdIvi3iqe-00OEJh for ; Fri, 01 May 2015 18:48:19 +0200 Date: Fri, 01 May 2015 18:48:17 +0200 Message-Id: <87wq0s1bxq.fsf@gmx.de> To: control@debbugs.gnu.org From: Michael Albinus Subject: control message for bug #20441 X-Provags-ID: V03:K0:oCocUh3zKJxJA3KsF6yoOwW8HMgYpvBgIHFaO2PpUZPlCuZ4WYa QyLZ2GDnyE2daz2251MRk5jSIw16I12hGuGhHWM5bAz9xhW06RID1KS9xcTbhRxAgno5cw6 riC/NR32LsMEbZjn1CtVN9+NVPAF773szwTlqLAym5K0rC9/cTiqVsH8p5QtffwmW58xc/A q0OnDpIzs/kc5HHnN7xKA== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: 0.0 (/) tags 20441 notabug close 20441