GNU bug report logs -
#13583
24.3.50; Error when activating auto-revert-mode
Previous Next
Reported by: Dani Moncayo <dmoncayo <at> gmail.com>
Date: Tue, 29 Jan 2013 11:01:02 UTC
Severity: normal
Found in version 24.3.50
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 13583 <at> debbugs.gnu.org (full text, mbox):
> Cockipt error. The doc string clearly says
>
> "If non-nil Auto Revert Mode uses file notification functions.
> This requires Emacs being compiled with file notification
> support (see `auto-revert-notify-enabled'). You should set this
> variable through Custom only." ^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> That's because this defcustom has a :set function defined for it; if
> that function isn't run, the results are unpredictable.
>
> Any reason not to close this bug?
I try to avoid the customize facility as much as I can, because it
doesn't allow to set values based on conditions like the system-type,
for example. If I do some customization "by hand" in my init file, I
have all the power an flexibility of elisp for doing what I want.
That is not possible using customize. So currently I use customize
only for face-related settings, and BTW I have to maintain several
custom files (one for GUI sessions, other for the Windows console and
other for the Ubuntu console) because each environment requires a
specific visual customization.
Therefore, I'd like to be able to set `auto-revert-use-notify'
directly in my init file, with `setq', but if that is not possible, I
will have to adapt myself.
--
Dani Moncayo
This bug report was last modified 12 years and 110 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.