From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#21107: 25.0.50; ffap-next-guess does not move point for URL matches Date: Wed, 22 Jul 2015 18:37:39 +0300 Message-ID: <83fv4g430c.fsf@gnu.org> References: <1437515450.206878.329625345.0DD9449D@webmail.messagingengine.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1437579560 26000 80.91.229.3 (22 Jul 2015 15:39:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Jul 2015 15:39:20 +0000 (UTC) Cc: 21107-done@debbugs.gnu.org To: Greg Lucas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jul 22 17:39:10 2015 Return-path: Envelope-to: geb-bug-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 1ZHw6w-0006SH-1g for geb-bug-gnu-emacs@m.gmane.org; Wed, 22 Jul 2015 17:39:10 +0200 Original-Received: from localhost ([::1]:37134 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHw6v-0001ta-HG for geb-bug-gnu-emacs@m.gmane.org; Wed, 22 Jul 2015 11:39:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHw6s-0001sN-5z for bug-gnu-emacs@gnu.org; Wed, 22 Jul 2015 11:39:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHw6o-00047l-MO for bug-gnu-emacs@gnu.org; Wed, 22 Jul 2015 11:39:06 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHw6o-00047R-KM for bug-gnu-emacs@gnu.org; Wed, 22 Jul 2015 11:39:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZHw6o-0000fu-Ek for bug-gnu-emacs@gnu.org; Wed, 22 Jul 2015 11:39:02 -0400 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Wed, 22 Jul 2015 15:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 21107 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 21107@debbugs.gnu.org, eliz@gnu.org, greg@glucas.net Original-Received: via spool by 21107-done@debbugs.gnu.org id=D21107.14375794922533 (code D ref 21107); Wed, 22 Jul 2015 15:39:02 +0000 Original-Received: (at 21107-done) by debbugs.gnu.org; 22 Jul 2015 15:38:12 +0000 Original-Received: from localhost ([127.0.0.1]:56492 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZHw5z-0000en-U2 for submit@debbugs.gnu.org; Wed, 22 Jul 2015 11:38:12 -0400 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:34430) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZHw5x-0000eT-60 for 21107-done@debbugs.gnu.org; Wed, 22 Jul 2015 11:38:10 -0400 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NRW00000B2LYI00@mtaout29.012.net.il> for 21107-done@debbugs.gnu.org; Wed, 22 Jul 2015 18:37:21 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NRW00HTYBE8MS80@mtaout29.012.net.il>; Wed, 22 Jul 2015 18:37:21 +0300 (IDT) In-reply-to: <1437515450.206878.329625345.0DD9449D@webmail.messagingengine.com> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x 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:105075 Archived-At: > From: Greg Lucas > Date: Tue, 21 Jul 2015 17:50:50 -0400 > > Running emacs -Q, with point at the beginning of a buffer that contains > both file paths and URLs, such as: > > foo > c:/Users > bar > http://www.google.com > baz > > > Then using `M-:' I execute: > > Eval: (ffap-next-guess) > > ==> This returns "C:/Users" and moves point at the end of line 2. > > Eval: (ffap-next-guess) > > ==> This returns "http://www.google.com", but leaves point at end of > line 2. > > Eval: (ffap-menu) > > ==> This gets stuck in a loop, as seen in my Messages buffer: Thank you for your report. This bug was introduced 2 years ago as part of fixing another bug. It is now fixed in commit e48a116 on master.