Group: gnu.emacs.help · Group Profile
Author: Carsten DominikCarsten Dominik Date: Mar 14, 2008 05:53
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
|