From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5733 Path: main.gmane.org!not-for-mail From: abraham@dina.kvl.dk (Per Abrahamsen) Newsgroups: gmane.emacs.gnus.general Subject: Re: Q: Extending nntp (for nndb) Date: 27 Mar 1996 09:11:07 +0100 Organization: The Church of Emacs Sender: abraham@dina.kvl.dk Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146295 1245 80.91.224.250 (20 Oct 2002 20:38:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:38:15 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.3/8.6.9) with SMTP id AAA01203 for ; Wed, 27 Mar 1996 00:51:24 -0800 Original-Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 27 Mar 1996 09:16:01 +0100 Original-Received: from babbage.dina.kvl.dk (babbage.dina.kvl.dk [130.225.40.217]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id JAA10171; Wed, 27 Mar 1996 09:09:33 +0100 Original-Received: (abraham@localhost) by babbage.dina.kvl.dk (8.6.12/8.6.4) id JAA03504; Wed, 27 Mar 1996 09:11:07 +0100 X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ Original-To: ding@ifi.uio.no In-Reply-To: Kai Grossjohann's message of 27 Mar 1996 08:34:34 +0100 Original-Lines: 14 Xref: main.gmane.org gmane.emacs.gnus.general:5733 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5733 >>>>> "KG" == Kai Grossjohann writes: KG> Why is ELisp not object-oriented? You can write OO code in any language. I think nn* packages would benefit much from being specified in a way that used and allowed inheritance. When I (attempted to) write nnsoup I constantly wanted to be able to say "this is just like nnml, except...". There is a lot of duplication between the backends which could be avoided. nndir is actually written as a kind of subclass of nnmh, so you might want to look at that.