unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42271: 27.0.91; Variable global-auto-revert-ignore-modes not working
@ 2020-07-08 18:16 Gustavo Tavares Cabral
  2020-07-08 22:18 ` Mattias Engdegård
  0 siblings, 1 reply; 4+ messages in thread
From: Gustavo Tavares Cabral @ 2020-07-08 18:16 UTC (permalink / raw)
  To: 42271

[-- Attachment #1: Type: text/plain, Size: 3698 bytes --]

 The variable global-auto-revert-ignore-modes is not working anymore (it
was working with Emacs 26.3). I've fixed the bug by removing the apostrophe
character of the
following line (file: autorevert.el, function:
auto-revert--global-add-current-buffer):

  (not (memq 'major-mode global-auto-revert-ignore-modes))


Steps to reproduce:

(progn
  (require 'autorevert)
  (setq global-auto-revert-ignore-modes (list 'Buffer-menu-mode))
  (setq global-auto-revert-non-file-buffers t)
  (global-auto-revert-mode t)
  (list-buffers))





In GNU Emacs 27.0.91 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30,
cairo version 1.16.0)
of 2020-07-04 built on gustavo-Lenovo-ideapad-330-15IKB
Windowing system distributor 'The X.Org Foundation', version 11.0.12008000
System Description: Ubuntu 18.04.4 LTS

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
#<window 7 on *Buffer List*>
Mark set
Making completion list...
Scanning for dabbrevs...done
Type C-x 1 to delete the help window.

Configured using:
'configure --with-x-toolkit=gtk3 --with-modules --with-sound=yes
--with-file-notification=yes --with-mailutils --with-cairo'

Configured features:
XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND GPM DBUS GSETTINGS GLIB NOTIFY
INOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF
ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS PDUMPER LCMS2
GMP

Important settings:
value of $LANG: pt_BR.UTF-8
locale-coding-system: utf-8-unix

Major mode: Emacs-Lisp

Minor modes in effect:
global-auto-revert-mode: t
tooltip-mode: t
global-eldoc-mode: t
eldoc-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

Load-path shadows:
None found.

Features:
(shadow sort mail-extr pp cl-print cl-extra thingatpt help-fns
radix-tree help-mode dabbrev emacsbug message rmc puny dired
dired-loaddefs format-spec rfc822 mml easymenu mml-sec password-cache
epa derived epg epg-config gnus-util rmail rmail-loaddefs
text-property-search time-date subr-x seq byte-opt gv bytecomp
byte-compile cconv mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils autorevert filenotify cl-loaddefs cl-lib
tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type
mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image
regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode
lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch
timer select scroll-bar mouse jit-lock font-lock syntax facemenu
font-core term/tty-colors frame minibuffer cl-generic cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese composite charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray
cl-preloaded 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 threads dbusbind
inotify lcms2 dynamic-setting system-font-setting font-render-setting
cairo move-toolbar gtk x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 54950 31553)
(symbols 48 6444 2)
(strings 32 19050 1937)
(string-bytes 1 575717)
(vectors 16 10323)
(vector-slots 8 135740 9174)
(floats 8 35 22)
(intervals 56 354 130)
(buffers 1000 16))

[-- Attachment #2: Type: text/html, Size: 4551 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#42271: 27.0.91; Variable global-auto-revert-ignore-modes not working
  2020-07-08 18:16 bug#42271: 27.0.91; Variable global-auto-revert-ignore-modes not working Gustavo Tavares Cabral
@ 2020-07-08 22:18 ` Mattias Engdegård
  2020-07-09  2:28   ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Mattias Engdegård @ 2020-07-08 22:18 UTC (permalink / raw)
  To: Gustavo Tavares Cabral; +Cc: 42271

Thank you! It's my mistake and I'm very sorry about it.

Eli, this is a regression introduced in Emacs 27 and the fix amounts to the removal of a single quote. Can we do it on emacs-27?






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#42271: 27.0.91; Variable global-auto-revert-ignore-modes not working
  2020-07-08 22:18 ` Mattias Engdegård
@ 2020-07-09  2:28   ` Eli Zaretskii
  2020-07-09  7:32     ` Mattias Engdegård
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2020-07-09  2:28 UTC (permalink / raw)
  To: Mattias Engdegård; +Cc: 42271, gustavotcabral

> From: Mattias Engdegård <mattiase@acm.org>
> Date: Thu, 9 Jul 2020 00:18:51 +0200
> Cc: 42271@debbugs.gnu.org, Eli Zaretskii <eliz@gnu.org>
> 
> Thank you! It's my mistake and I'm very sorry about it.
> 
> Eli, this is a regression introduced in Emacs 27 and the fix amounts to the removal of a single quote. Can we do it on emacs-27?

Yes, of course.

Thanks.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#42271: 27.0.91; Variable global-auto-revert-ignore-modes not working
  2020-07-09  2:28   ` Eli Zaretskii
@ 2020-07-09  7:32     ` Mattias Engdegård
  0 siblings, 0 replies; 4+ messages in thread
From: Mattias Engdegård @ 2020-07-09  7:32 UTC (permalink / raw)
  To: Eli Zaretskii, Gustavo Tavares Cabral; +Cc: 42271-done

Good, pushed and closed.
Thanks again for the report!






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-09  7:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-08 18:16 bug#42271: 27.0.91; Variable global-auto-revert-ignore-modes not working Gustavo Tavares Cabral
2020-07-08 22:18 ` Mattias Engdegård
2020-07-09  2:28   ` Eli Zaretskii
2020-07-09  7:32     ` Mattias Engdegård

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).