From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Byte-compilation warnings in gnus-soup.el Date: Sun, 07 Jan 2007 10:34:49 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1168185298 5870 80.91.229.12 (7 Jan 2007 15:54:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Jan 2007 15:54:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 07 16:54:52 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H3aMC-0005Ib-FM for ged-emacs-devel@m.gmane.org; Sun, 07 Jan 2007 16:54:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3aMB-0008FP-SR for ged-emacs-devel@m.gmane.org; Sun, 07 Jan 2007 10:54:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H3aLy-0008Dz-Qu for emacs-devel@gnu.org; Sun, 07 Jan 2007 10:54:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H3aLw-0008Ad-O3 for emacs-devel@gnu.org; Sun, 07 Jan 2007 10:54:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3aLw-0008AT-IQ for emacs-devel@gnu.org; Sun, 07 Jan 2007 10:54:32 -0500 Original-Received: from [209.226.175.74] (helo=tomts20-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H3aLv-0007rC-FC; Sun, 07 Jan 2007 10:54:31 -0500 Original-Received: from pastel.home ([74.12.206.167]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070107155430.DMJF24907.tomts20-srv.bellnexxia.net@pastel.home>; Sun, 7 Jan 2007 10:54:30 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 7C4E86C288; Sun, 7 Jan 2007 10:34:49 -0500 (EST) Original-To: Eli Zaretskii In-Reply-To: (Reiner Steib's message of "Sat\, 06 Jan 2007 14\:28\:08 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:64919 Archived-At: >> Should something be done to shut up these warnings? >> >> In toplevel form: >> gnus/gnus-soup.el:44:1:Warning: defcustom for `gnus-soup-directory' fails to >> specify containing group > Fixed. > I thought that the `defcustom' :group is automatically inherited from > the `defgroup'. It is, but someone decided it was a bad feature and added this stupid warning which makes the feature basically unusable. Stefan