Your message dated Tue, 20 May 2014 13:01:40 -0700 (PDT)
with message-id <[email protected]>
and subject line Re: Bug#119174
has caused the Debian Bug report #119174,
regarding emacs21: cannot set visible/ignored-headers in .gnus
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
119174: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=119174
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: emacs21
Version: 21.1-4
Severity: normal
Hi,
In my .gnus file, I have:
(setq old-gnus-visible-headers gnus-visible-headers)
(setq gnus-visible-headers nil)
(add-to-list 'gnus-ignored-headers "^Content-Length:")
(add-to-list 'gnus-ignored-headers "^Content-Disposition:")
...
This now causes the message:
Error in ~/.gnus: (void-variable gnus-visible-headers)
And if I comment out the first line, then I get the same message about
gnus-ignored-headers.
These are still valid variables, defined in the gnus source, so, my
guess would be that the startup sequence for gnus has changed, and now
the .gnus file is loaded earlier, before these variables have a chance
to get loaded. But I think it's a bug because it used to work. (I
think it was working in 21.1-2, in fact, but I might be mistaken about
that.)
-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux starless 2.4.10 #1 Sat Oct 6 15:27:59 PDT 2001 i686
Locale: LANG=en_US, LC_CTYPE=en_US
Versions of packages emacs21 depends on:
ii dpkg 1.9.18 Package maintenance system for Deb
ii emacsen-common 1.4.13 Common facilities for all emacsen.
ii libc6 2.2.4-5 GNU C Library: Shared libraries an
ii libjpeg62 6b-1.3 The Independent JPEG Group's JPEG
ii liblockfile1 1.03 NFS-safe locking library, includes
ii libncurses5 5.2.20010318-3 Shared libraries for terminal hand
ii libpng2 1.0.12-2 PNG library - runtime
ii libtiff3g 3.5.5-6 Tag Image File Format library
ii xaw3dg 1.5-8 Xaw3d widget set
ii xlibs 4.1.0-9 X Window System client libraries
ii zlib1g 1:1.1.3-17 compression library - runtime
--- End Message ---
--- Begin Message ---
To avoid this kind of thing, you can use the Customize interface,
or eval-after-load, or gnus-article-mode-hook (or some other hook).
--- End Message ---