From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.bugs Subject: bug#339: ffap thinks whole region is URL Date: Wed, 04 Jun 2008 06:42:54 +0800 Message-ID: <87zlq2nnrl.fsf@jidanni.org> References: Reply-To: jidanni@jidanni.org, 339@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212534445 23230 80.91.229.12 (3 Jun 2008 23:07:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2008 23:07:25 +0000 (UTC) To: 339@emacsbugs.donarmstrong.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jun 04 01:08:06 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K3fbn-0002h2-Vw for geb-bug-gnu-emacs@m.gmane.org; Wed, 04 Jun 2008 01:08:04 +0200 Original-Received: from localhost ([127.0.0.1]:33938 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3fb1-0005AL-FN for geb-bug-gnu-emacs@m.gmane.org; Tue, 03 Jun 2008 19:07:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3faw-00059u-G0 for bug-gnu-emacs@gnu.org; Tue, 03 Jun 2008 19:07:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3fat-00055m-IM for bug-gnu-emacs@gnu.org; Tue, 03 Jun 2008 19:07:09 -0400 Original-Received: from [199.232.76.173] (port=40105 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3fat-00055U-7p for bug-gnu-emacs@gnu.org; Tue, 03 Jun 2008 19:07:07 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:42550) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K3fas-0001C6-KT for bug-gnu-emacs@gnu.org; Tue, 03 Jun 2008 19:07:06 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m53N74Iv001044; Tue, 3 Jun 2008 16:07:05 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m53Mo3qg028163; Tue, 3 Jun 2008 15:50:03 -0700 X-Loop: don@donarmstrong.com Resent-From: jidanni@jidanni.org Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Tue, 03 Jun 2008 22:50:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 339 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 339-submit@emacsbugs.donarmstrong.com id=B339.121253298526920 (code B ref 339); Tue, 03 Jun 2008 22:50:03 +0000 Original-Received: (at 339) by emacsbugs.donarmstrong.com; 3 Jun 2008 22:43:05 +0000 Original-Received: from blingymail-a3.g.dreamhost.com (lax-green-bigip-5.dreamhost.com [208.113.200.5]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m53Mgv32026909 for <339@emacsbugs.donarmstrong.com>; Tue, 3 Jun 2008 15:42:58 -0700 Original-Received: from jidanni1.jidanni.org (122-127-33-182.dynamic.hinet.net [122.127.33.182]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by blingymail-a3.g.dreamhost.com (Postfix) with ESMTP id 3B5E514D786 for <339@emacsbugs.donarmstrong.com>; Tue, 3 Jun 2008 15:42:57 -0700 (PDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Tue, 03 Jun 2008 19:07:09 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:18245 Archived-At: reopen 339 thanks (Hope the above works.) Here is a new self contained report. Please try again with it. $ nl -b a myfile 1 http://en.wikipedia.org/wiki/Partyman 2 3 bla bla $ emacs -Q -eval "(and(setq transient-mark-mode 't highlight-nonselected-windows 't)(ffap-bindings))" myfile C-x h C-x C-f C-l ffap thinks the whole region, i.e., the whole file, is the URL I want to get. Obviously all I want is for ffap to just notice the URL of the line I'm on. And furthermore, as this is the first URL of the day, I needed the C-l to wipe the windshield to see what it was prompting. emacs-version "22.2.1".