Gnus development mailing list
 help / color / mirror / Atom feed
* Two questions about byte compilation
@ 2003-01-12 22:27 Michael Shields
  2003-01-12 22:54 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Shields @ 2003-01-12 22:27 UTC (permalink / raw)


1. The skip-boring patch I've written tries to add to gnus.art:

    (defcustom gnus-article-boring-faces (cons 'gnus-signature-face
                                               gnus-cite-face-list)
        [...]

   This doesn't byte-compile properly, because gnus-cite-face-list is
   undefined.  However, I can't (require 'gnus-cite), because
   gnus-cite.el has (require 'gnus-art) and the byte-compiler loops
   until hitting the recursion limit.

   What is the right way to fix this?


2. Why does dgnushack.el wrap an (ignore-errors) around the call to
   byte-compile-file?  This causes files with errors to silently fail
   to compile; then after "make install" you have a mix of old and new
   files, with no warning.
-- 
Shields.




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

end of thread, other threads:[~2003-01-13 18:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-12 22:27 Two questions about byte compilation Michael Shields
2003-01-12 22:54 ` Lars Magne Ingebrigtsen
2003-01-13  6:27   ` Michael Shields
2003-01-13 16:21     ` kgreiner
2003-01-13 18:29     ` Lars Magne Ingebrigtsen

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 NNTP newsgroup(s).