From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sharon Kimble Newsgroups: gmane.emacs.help Subject: Re: error when trying to add a new rss feed Date: Sat, 14 Nov 2015 15:54:07 +0000 Message-ID: <87vb94o9uo.fsf@skimble.plus.com> References: <87mvujxbtc.fsf@skimble.plus.com> <87wptl6lpr.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1447562810 1395 80.91.229.3 (15 Nov 2015 04:46:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Nov 2015 04:46:50 +0000 (UTC) Cc: help-emacs To: Alex Kost Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 15 05:46:38 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZxpD3-0003Ek-JW for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Nov 2015 05:46:37 +0100 Original-Received: from localhost ([::1]:39898 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxpD2-0000Ry-Se for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Nov 2015 23:46:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zxd9f-00057O-LM for help-gnu-emacs@gnu.org; Sat, 14 Nov 2015 10:54:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zxd9c-0006rn-Er for help-gnu-emacs@gnu.org; Sat, 14 Nov 2015 10:54:19 -0500 Original-Received: from avasout02.plus.net ([212.159.14.17]:40882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zxd9c-0006rd-5s for help-gnu-emacs@gnu.org; Sat, 14 Nov 2015 10:54:16 -0500 Original-Received: from london.london ([212.56.101.125]) by avasout02 with smtp id hTuC1r0082iKkuk01TuDMq; Sat, 14 Nov 2015 15:54:14 +0000 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=Fa7Kv8K6 c=1 sm=1 tr=0 a=Z6vFUnHZFshV1nOgW1CWSg==:117 a=Z6vFUnHZFshV1nOgW1CWSg==:17 a=0Bzu9jTXAAAA:8 a=EBOSESyhAAAA:8 a=pGLkceISAAAA:8 a=ALsnKoo1AAAA:8 a=NEAV23lmAAAA:8 a=Jw0ohAZaAAAA:8 a=LlzXLoV6AAAA:8 a=iI7HsYTVAAAA:8 a=h_ToftT4vOQ1tZtnU6sA:9 a=DkDAZL06qiS_znna:21 a=jz_BLKrKHazk3cBB:21 a=m1PD5hBuc5lsSwDxsEkA:9 X-AUTH: skimble@:2500 In-Reply-To: <87wptl6lpr.fsf@gmail.com> (Alex Kost's message of "Sat, 14 Nov 2015 11:15:12 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 212.159.14.17 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108072 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Alex Kost writes: > Sharon Kimble (2015-11-12 22:22 +0300) wrote: > >> I'm trying to install a new rss feed in gnus, but am consistently >> getting this error message - >> >> >> (error "www.syndic8.com/80 Name or service not known") in open-network-s= tream >> >> How can I get rid of this so that I can add a new feed please? > > Hello, I remember I also had this error. "www.syndic8.com" thing came > from emacs itself. It is a fallback or something like it (look at > "M-x find-function nnrss-find-rss-via-syndic8"). =2D-8<---------------cut here---------------start------------->8--- nnrss-find-rss-via-syndic8 is a compiled Lisp function in `nnrss.el'. (nnrss-find-rss-via-syndic8 URL) Query syndic8 for the rss feeds it has for URL. =2D-8<---------------cut here---------------end--------------->8--- In which case, maybe it would work better if I just commented that line out? We shall see. > > I don't recall in details, but I think I faced this error when I wanted > to use Atom feeds in gnus. So I used the same code from the wiki to > convert Atom to RSS as you do, and it worked for me. Make sure you have > "atom2rss.xsl" as described in the wiki. Good luck! > > > P.S. It is probably of no interest for you, but a code I use for > converting Atom to RSS is placed here: > > https://github.com/alezost/emacs-utils/blob/master/utl-gnus.el#L199-L238 > > And in my emacs config I have: > > (setq utl-atom2rss-file "/path/to/atom2rss.xsl") > (advice-add 'mm-url-insert :after #'utl-convert-atom-to-rss) Thanks, I've incorporated both snippets into my "init.org" and will shortly try it out. Thanks Sharon. =2D-=20 A taste of linux =3D http://www.sharons.org.uk TGmeds =3D http://www.tgmeds.org.uk Debian 8.0, fluxbox 1.3.7, emacs 24.5.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJWR1kgAAoJEDaBgBkK+INbS3gP/j6vdFb5sKlHmvx0nTxmxkDn aGafx5I4W2igGsZI1R72Ycyh21ao1KkG+dgiuG3Eczbt+tuPvvhXqqBDDldc5rR/ U/4Ma8+3APrbN8mPM7t4iT1XCKfokw0cyNrQw2OEq8TmiA7Ez/Wv6bRHVEJerg1n A2zkjU4GgNoF3RquASCQopMjq7sxvI7eHoKfxdigd+/8vI7WlMOo06aLmoNPOd0R wC2+rkk+NmWrStrVd7qxoBcWpaF1M5LHTBJNfB81ehNBMrtqpqK7Jcv+BuRLqSpG jUxae/MOjgVslWaSbtOtKe2NP0WnHm9d/jqwRnYJAQO2/+fym9hZY/s9GW0vFaMf 7pd4g3Y3YswJJ7vuWaK/wnXEUzA8SUptq3or3ir4nGUEMf/lZRJvBDeiQszuhdAh DcL2lthObEQwud9HudKkofO9jmXzw1c1OhdDbJ3pt3pTUSB4C/zg1ce9x3tieQEH CiBLou55idHsva2rQAI52Snq0qKbeZH+bsQAEukkt6Xe1u2e95x9Yppi1h1usn9c PrSG9VwMcClBCHCLsAJC33QWT2pDV5548Xsvg3iNN7nV1JPps046pWHn74VlSc7S jSU73d5B/O+kGcxr4SDd3rduMeBg8ibMYDrNXQIOjG28XFyI7pciyGAHWJi0X1SP ce1N6UQCDoZKAYib7sCq =hp2F -----END PGP SIGNATURE----- --=-=-=--