From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#9824: Info fails to follow multi-line links to manuals with dots Date: Mon, 24 Oct 2011 08:47:52 +0300 Organization: JURTA Message-ID: <87pqhnc54n.fsf@mail.jurta.org> References: <878voehe1x.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319435503 8045 80.91.229.12 (24 Oct 2011 05:51:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 Oct 2011 05:51:43 +0000 (UTC) Cc: 9824-done@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 24 07:51:38 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RIDRi-0003zO-JT for geb-bug-gnu-emacs@m.gmane.org; Mon, 24 Oct 2011 07:51:38 +0200 Original-Received: from localhost ([::1]:53708 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIDRi-0002Rx-8R for geb-bug-gnu-emacs@m.gmane.org; Mon, 24 Oct 2011 01:51:38 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:46266) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIDRf-0002Ri-Dz for bug-gnu-emacs@gnu.org; Mon, 24 Oct 2011 01:51:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIDRe-00052r-4L for bug-gnu-emacs@gnu.org; Mon, 24 Oct 2011 01:51:35 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56411) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIDRd-00052f-Sb for bug-gnu-emacs@gnu.org; Mon, 24 Oct 2011 01:51:33 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RIDT4-0004Ng-Vm for bug-gnu-emacs@gnu.org; Mon, 24 Oct 2011 01:53:02 -0400 Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Mon, 24 Oct 2011 05:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 9824 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 9824@debbugs.gnu.org, juri@jurta.org Original-Received: via spool by 9824-done@debbugs.gnu.org id=D9824.131943555316782 (code D ref 9824); Mon, 24 Oct 2011 05:53:02 +0000 Original-Received: (at 9824-done) by debbugs.gnu.org; 24 Oct 2011 05:52:33 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIDSb-0004Md-0h for submit@debbugs.gnu.org; Mon, 24 Oct 2011 01:52:33 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIDSZ-0004MW-Vt for 9824-done@debbugs.gnu.org; Mon, 24 Oct 2011 01:52:32 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id 6873D6E8063; Sun, 23 Oct 2011 22:51:01 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 908C1451C375; Sun, 23 Oct 2011 22:51:00 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Fri, 21 Oct 2011 13:41:51 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 24 Oct 2011 01:53:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:53057 Archived-At: >> The following patch makes the regexp for leading space more permissive >> by allowing newlines in leading space: > > Looks acceptable, Installed.