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 16:56:19 +0000 Message-ID: <87egfs1pvw.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 1447571763 20148 80.91.229.3 (15 Nov 2015 07:16:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Nov 2015 07:16:03 +0000 (UTC) Cc: Alex Kost To: help-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 15 08:15:49 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 1ZxrXN-00050w-Uj for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Nov 2015 08:15:46 +0100 Original-Received: from localhost ([::1]:40672 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxrXM-0005m8-T1 for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Nov 2015 02:15:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zxe7n-0000O0-Cr for help-gnu-emacs@gnu.org; Sat, 14 Nov 2015 11:56:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zxe7i-0007nC-Tn for help-gnu-emacs@gnu.org; Sat, 14 Nov 2015 11:56:27 -0500 Original-Received: from avasout02.plus.net ([212.159.14.17]:52658) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zxe7i-0007n0-NR for help-gnu-emacs@gnu.org; Sat, 14 Nov 2015 11:56:22 -0500 Original-Received: from london.london ([212.56.101.125]) by avasout02 with smtp id hUwL1r0032iKkuk01UwMCF; Sat, 14 Nov 2015 16:56:21 +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=qRoCp_uhZeSJUQ5yGHEA:9 a=DkDAZL06qiS_znna:21 a=jz_BLKrKHazk3cBB:21 a=NhhR4RbiHnK4puKaEHcA: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:108075 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 iQIbBAEBCgAGBQJWR2e0AAoJEDaBgBkK+INb+p4P921NrA9akPaak6z58CzANQo2 3Rz//Uf1Or/RCOCoA8cdjnxqZk1uNTVr0ZK7AiVtHWRyXcCKsTJHEBpVOtbbbJP8 gpi3MFw5BTqkNnl/dLbfwO8KI8K+onvHQUzyna7PICDuiIBPug0je91WOyTrgHwQ Qot8RzHcfRi043Y6SMPsUitUCusU6+QAaBQOxJ2mshWWKG7QX290s/0RW2EEW6Og oC9dk9KS6vglVtdVvtP/6Z6XcYwylwXtUPvMDV6GTWdyEsUz3sP4SroN6Ho6z2Ev IXnHHvVkiNDTTqwddvg56AxyIIj1MLmzS/bnSJo0GX8KR0YdHoIltVH+G/B09zeC LFJ/g74MGnDYHTSvRt6orK7pFpYTbqtvM+0WBQmFfJzajs/d3fQYzysWbZ6NHz4+ 3oZSMhJgKBpG0iH+3FIYngSTmCa+E/uS5IQqRMPYOCrjcibK/lbsjue1i3HYkMn7 BD1ovyhs1OzAqeza2/dh6WqtjOCVA2ujSIy+hK+r6D366SXXkNCgZHrNhCJFM6FO JXX75k3InDKNorJdUytWrktKsfVoiyx2fGgPO6buRw71xMvMiwviSHweauSjOWuZ P6x76vIiE2JVQc7x6Nz1ZgjOesK2XNTyhgrcfsdTxKJRtGlUCoKtpkDt09e5CNKw wpX/h9eVbFg4xHvGT14= =k6nI -----END PGP SIGNATURE----- --=-=-=--