From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.devel Subject: Re: thumbs.el and transparency Date: Sun, 12 Feb 2006 19:39:53 +0100 Message-ID: <7dbe73ed0602121039n688af0acl9d709165ce0c05ff@mail.gmail.com> References: <17366.53124.274532.548329@kahikatea.snap.net.nz> <87d5hy43b6.fsf@jurta.org> <87u0b8lwhw.fsf@jurta.org> <87lkwg4jkn.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1139769622 20317 80.91.229.2 (12 Feb 2006 18:40:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Feb 2006 18:40:22 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, Mattis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 12 19:40:19 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F8M8w-0006lr-3y for ged-emacs-devel@m.gmane.org; Sun, 12 Feb 2006 19:40:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8M8v-0006Hz-Kt for ged-emacs-devel@m.gmane.org; Sun, 12 Feb 2006 13:40:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8M8b-0006H8-Pa for emacs-devel@gnu.org; Sun, 12 Feb 2006 13:39:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8M8a-0006FH-7W for emacs-devel@gnu.org; Sun, 12 Feb 2006 13:39:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8M8Y-0006Eo-W2 for emacs-devel@gnu.org; Sun, 12 Feb 2006 13:39:55 -0500 Original-Received: from [66.249.82.205] (helo=xproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F8MCq-0003jB-0v for emacs-devel@gnu.org; Sun, 12 Feb 2006 13:44:20 -0500 Original-Received: by xproxy.gmail.com with SMTP id t15so503606wxc for ; Sun, 12 Feb 2006 10:39:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=C0sRds6pUp1yFI/pCxjC5yPzQv6rQRA7mjaR7fysJ4gzPSqZKTrjKk2WjVijx2Fz2XVraVrWw6hX9jaKASOz7MQg3HXudXFRJE19hw1HqTPQX50DN8DzE/WO5kwXeNHsrHplwETZGG8XqRqP4FQ7N875aIanvu19s9ppbBBDZx4= Original-Received: by 10.70.124.11 with SMTP id w11mr1624421wxc; Sun, 12 Feb 2006 10:39:53 -0800 (PST) Original-Received: by 10.70.105.1 with HTTP; Sun, 12 Feb 2006 10:39:53 -0800 (PST) Original-To: Juri Linkov In-Reply-To: <87lkwg4jkn.fsf@jurta.org> Content-Disposition: inline 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:50417 Archived-At: > You can remove History without any doubt. This is the first thing that > is usually done after importing a new package into Emacs CVS. Yeah, I have thought about it. I guess there is no idea keeping it there now that all stuff will be recorded in the ChangeLog and in CVS logs. I will remove it. > Currently many related functions and variables are littered to different > parts of tumme.el. The standard way to group related code is like below: I know that it is not as well organized as it could be. But, I am wondering, is there a "standard" for where to put the defcustoms and defvars? Maybe that is something I made up myself (quite possible actually), but I thought that "settings" (defvars, defcustoms etc) are commonly placed at the top of the code. I'd have no problem in "sectionize" (new word?) the code in this context if that is how it is done in general.