From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P4btz-0008GL-4Z for garchives@archives.gentoo.org; Sat, 09 Oct 2010 16:04:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C055BE0084 for ; Sat, 9 Oct 2010 16:04:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 385D5E074B for ; Sat, 9 Oct 2010 15:30:52 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD4E91B40F3 for ; Sat, 9 Oct 2010 15:30:51 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2178) id 575222004C; Sat, 9 Oct 2010 15:30:50 +0000 (UTC) From: "Ulrich Mueller (ulm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ulm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: elisp-common.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: elisp-common.eclass X-VCS-Directories: eclass X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Message-Id: <20101009153050.575222004C@flycatcher.gentoo.org> Date: Sat, 9 Oct 2010 15:30:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0bc4efd2-46c4-47a0-941e-cfff9c126518 X-Archives-Hash: 2ce16251872dbea9ff893c867862b7d9 ulm 10/10/09 15:30:50 Modified: elisp-common.eclass Log: Add a comment about naming of site-init files. Revision Changes Path 1.68 eclass/elisp-common.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/elisp-commo= n.eclass?rev=3D1.68&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/elisp-commo= n.eclass?rev=3D1.68&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/elisp-commo= n.eclass?r1=3D1.67&r2=3D1.68 Index: elisp-common.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- elisp-common.eclass 17 Sep 2010 07:41:05 -0000 1.67 +++ elisp-common.eclass 9 Oct 2010 15:30:43 -0000 1.68 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.67 201= 0/09/17 07:41:05 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.68 201= 0/10/09 15:30:43 ulm Exp $ # # Copyright 2002-2004 Matthew Kennedy # Copyright 2003 Jeremy Maitin-Shepard @@ -87,7 +87,9 @@ # "[1-8][0-9]*-gentoo*.el", where the two digits at the beginning define # the loading order (numbers below 10 or above 89 are reserved for # internal use). So if your initialisation depends on another Emacs -# package, your site file's number must be higher! +# package, your site file's number must be higher! If there are no such +# interdependencies then the number should be 50. Otherwise, numbers +# divisible by 10 are preferred. # # Best practice is to define a SITEFILE variable in the global scope of # your ebuild (e.g., right after S or RDEPEND):