From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christopher Reichert Newsgroups: gmane.emacs.help Subject: Re: gnus Date: Thu, 18 Dec 2014 18:59:15 -0600 Message-ID: <54937864.ed5e3c0a.48ad.4ca0@mx.google.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1418950788 10487 80.91.229.3 (19 Dec 2014 00:59:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Dec 2014 00:59:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 19 01:59:43 2014 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 1Y1luw-0006tA-M4 for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Dec 2014 01:59:42 +0100 Original-Received: from localhost ([::1]:56162 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1luv-0000Fz-MO for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Dec 2014 19:59:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1lud-0000Fn-Tz for help-gnu-emacs@gnu.org; Thu, 18 Dec 2014 19:59:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1luX-0002XI-TP for help-gnu-emacs@gnu.org; Thu, 18 Dec 2014 19:59:23 -0500 Original-Received: from mail-ob0-x22a.google.com ([2607:f8b0:4003:c01::22a]:60971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1luX-0002X6-Ne for help-gnu-emacs@gnu.org; Thu, 18 Dec 2014 19:59:17 -0500 Original-Received: by mail-ob0-f170.google.com with SMTP id wp18so8706536obc.1 for ; Thu, 18 Dec 2014 16:59:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:cc:subject:references:date:in-reply-to :user-agent:mime-version:content-type; bh=6fbhtAkUev53PAMlFoluCFj8FetxxSrbXAyXnqxyUuE=; b=DMngxtJv8BwdOgbKkgw2n9Fjctz5hQEMiIuWs1gD4v+nIGbJeoD5dZib6fAk8VSYHH Nw5Zk0cLCgBLPZrpdmLT+uZLz3H85s+jkpqA13qa6datwhf5MkQHx3ddT9K0McmBQ4xe 6+qbcMzl7xKUhgMB22NOQuHV7TBjs3tZWEPaHndO0trMvVFjRovEjDrao8RpL/p6TGEZ UehHNKlC+qL0Lj+MGg0XLUz/wxVqMlZCXHjaoHVbH594jr5Yz/0E6TC1wQRx3uK35oJj leZt7d1CHkWLDtkjbfl0GePny52cxGCy9N9ZgeveCnjKRz9NK/k89kSQb0z7nrDBiNVV 9cUw== X-Received: by 10.182.66.72 with SMTP id d8mr3148521obt.43.1418950757065; Thu, 18 Dec 2014 16:59:17 -0800 (PST) Original-Received: from localhost (c-50-162-14-193.hsd1.tx.comcast.net. [50.162.14.193]) by mx.google.com with ESMTPSA id df13sm3956006oeb.1.2014.12.18.16.59.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Dec 2014 16:59:16 -0800 (PST) X-Google-Original-Message-ID: <877fxo1ml8.fsf@main.hsd1.tx.comcast.net.> In-Reply-To: (igor denisov's message of "Thu, 18 Dec 2014 21:35:44 +0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22a 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:101670 Archived-At: On Thu, Dec 18 2014, igor denisov wrote: > Hi there, > I have this error after issuing M-x gnus: > nntp (news) open error >>>(error Unknown host "news") > native gnus.el is used. > Is the news source a valid nntp source? Can you paste the relevant contents of your ~/.gnus? For example, I use: (setq gnus-select-method '(nntp "news.gmane.org")) or (setq gnus-secondary-select-methods (nntp "news.gmane.org" (nntp-stream ssl) (nntp-server-port 563)))) > I tried example from FAQ with the same result. > gnus folder in PATH. > > And I do not have paths.el may it be the case? > > May you help me? > > Regards, > Igor > -- Christopher Reichert irc: creichert gpg: C81D 18C8 862A 3618 1376 FFA5 6BFC A992 9955 929B