[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: virtual newsgroups
|
From: |
Tassilo Horn |
|
Subject: |
Re: virtual newsgroups |
|
Date: |
Sun, 30 Dec 2007 22:24:11 +0100 |
|
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) |
Andrzej Adam Filip <anfi@onet.eu> writes:
Hi Andrzej,
> Is it possible to "overwrite" (defun nnweb-google-search ...) from
> nnweb.el in ~/.gnus ?
Yes, simply define it anew. And be sure to put a (require 'nnweb)
before your defun, so that the `nnweb-google-search' of nnweb.el really
gets overwritten.
Bye,
Tassilo