From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Dominik Newsgroups: gmane.emacs.help Subject: Re: Circular require Date: Fri, 14 Mar 2008 13:53:16 +0100 Message-ID: <6591B5C1-7D1F-45D9-8A38-8BF3958978AF@science.uva.nl> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1205502420 6592 80.91.229.12 (14 Mar 2008 13:47:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2008 13:47:00 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Leo Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 14 14:47:28 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JaAFZ-0005u9-Pn for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Mar 2008 14:47:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaAEz-0007bA-JE for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Mar 2008 09:46:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ja9Pb-0001c2-6m for help-gnu-emacs@gnu.org; Fri, 14 Mar 2008 08:53:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ja9PZ-0001bJ-G3 for help-gnu-emacs@gnu.org; Fri, 14 Mar 2008 08:53:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ja9PZ-0001bG-9J for help-gnu-emacs@gnu.org; Fri, 14 Mar 2008 08:53:25 -0400 Original-Received: from py-out-1112.google.com ([64.233.166.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ja9PZ-00055W-1R for help-gnu-emacs@gnu.org; Fri, 14 Mar 2008 08:53:25 -0400 Original-Received: by py-out-1112.google.com with SMTP id u52so3912617pyb.1 for ; Fri, 14 Mar 2008 05:53:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; bh=S7Hp5bo1zhom76viQ6vYhXYKCOYSI/ma0EwKEQaIa/c=; b=Q+CusqKLvsxWWXUz6YxeHkB4DJuUFDqFV0XWozwK4GFWDfnfN3/oWWz+OKIZouch8aGWALJRoiYiLA4F3w2gwgnS2J5MKpjVPMKTflaSJi6R8965KFZyIhE8QydR9iEXE0A8j7ER5IEUUve9mIIQTIBBycynPNUf4Nidfme2p6A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; b=hx5b54Nflq2erhMEIZYcAnUsoTt37Ec81QVDsRoT7h678Xbi+TiesokX49+guklB47z6NYm8fKeSgfEEnOQ5z/l+55y5hL+G4nk0rtnEvDFnh8+0DmnzmKPspNM8ASdYvAY63KasWCmufnnfH7idDK8cN3yiUcbkCAmgRN9K6ts= Original-Received: by 10.35.103.6 with SMTP id f6mr18212392pym.23.1205499203510; Fri, 14 Mar 2008 05:53:23 -0700 (PDT) Original-Received: from nb-dominik2.science.uva.nl ( [146.50.22.167]) by mx.google.com with ESMTPS id j2sm17059679mue.3.2008.03.14.05.53.18 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Mar 2008 05:53:19 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.919.2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Fri, 14 Mar 2008 09:45:08 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52410 Archived-At: On Mar 13, 2008, at 9:11 PM, Leo wrote: > Hi Carsten, > > On 2008-03-13 13:22 +0000, Carsten Dominik wrote: >> In this package I have a number of files that implement certain >> funtionality, and I can use autoload or a well-placed `require' >> statement in the code to get the code loaded when I want. > > ERC has that kind of facility in place. For examples, users can set > up: > > ,---- > | (setq erc-modules '(netsplit fill track pcomplete ring button > autojoin > | smiley services match menu > scrolltobottom > | stamp track page spelling readonly)) > `---- > > to choose what kind of functionality they need. Yes, will take a look, thanks. - Carsten