From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,5bc93e84b760a04c X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 Received: by 10.180.107.167 with SMTP id hd7mr3125115wib.0.1350352700956; Mon, 15 Oct 2012 18:58:20 -0700 (PDT) Path: q10ni65138220wif.0!nntp.google.com!feeder3.cambriumusenet.nl!feeder1.cambriumusenet.nl!feeder2.cambriumusenet.nl!feed.tweaknews.nl!216.196.110.144.MISMATCH!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!news.panservice.it!aioe.org!.POSTED!not-for-mail From: =?UTF-8?B?TWFya3VzIFNjaMO2cGZsaW4=?= Newsgroups: comp.lang.ada Subject: Re: Emacs Ada mode vs Ada 2012 syntax Date: Wed, 10 Oct 2012 09:55:29 +0200 Organization: Aioe.org NNTP Server Message-ID: References: <85r4qnweue.fsf@stephe-leake.org> <87iparu3sz.fsf@adaheads.sparre-andersen.dk> <85zk42r68r.fsf@stephe-leake.org> <85bogcjq10.fsf@stephe-leake.org> <85y5jeetnj.fsf@stephe-leake.org> NNTP-Posting-Host: MdpKeRr+sx3LK7JQiK5aNw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: 2012-10-10T09:55:29+02:00 List-Id: Am 10.10.2012 08:19, schrieb Stephen Leake: > Markus Schöpflin writes: > >>>> BTW, did you ever consider registering the mailing list with >>>> gmane.org? >>> >>> Never heard of such a thing. What is the cost to me of doing that, and >>> where would I find out more about it? >> >> Gmane is a mail-to-news-and-back gateway which also does archiving of the mails. >> >> AFAICT there is no cost involved, > > The primary cost appears to be yet more exposure to spam. And I didn't > see an "unsubscribe" option, but I'll assume there is one. Most of the ML I'm following via Gmane are nearly spam free. I don't know whether this is due to Gmane or the list spam filters, though. But they do have address scrambling and their own anti-spam measures. All in all it seems to work pretty well. The FAQ (http://gmane.org/faq.php) states that you just need to drop a mail to the admin if you want your list removed. >> have a look at http://gmane.org/about.php for more information. You >> can subscribe your list via http://gmane.org/subscribe.php > > Done. Cool, thanks. >>>> I find it much more convenient to follow a mailing list via NNTP. >>> >>> Interesting. What newsreader and mailreader are you using? I use Emacs >>> Gnus, and it's actually hard to tell the difference between newsgroups >>> and mailing lists (except that my commercial news server is less >>> reliable than my commercial mail server). >> >> For mail I have no choice but to use Outlook, > > My sympathies. Although I am truly puzzled by the "no choice" part - > what's stopping you from getting your own Internet connection, and > running your own software? I do have my own Internet connection at home, but not everywhere else. >> for NNTP reading I'm using Thunderbird. This explains my motivation to >> use news groups instead of mail pretty well, I think. :-) > > So it's the client user interface you like, not necessarily the > underlying network communication protocol. > > Use Gnus, you'll be much happier. The user interface is nicely > orthogonal to the network protocol, as it should be. It's not only the client interface. It's also the ability to point my NNTP reader to the server, subscribe to some group, and immediately be able to browse and search all past mails in the group. (Gmane does not expire any articles.) I can even follow a group without being subscribed. E.g. I'm a lurker on gcc bugs and gcc patches (actually I have a virtual subfolder for gcc bugs which just shows me the Ada related stuff, and the same for gcc patches) but I'm not subscribed to that list. All in all I find a NNTP news group much more convenient to use than a mailing list, but that may just be me. Markus