From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: rv@gnu.org Newsgroups: gmane.emacs.bugs Subject: Re: // in URL fools ffap Date: 13 Oct 2003 22:36:01 -0400 Organization: Posted via Supernews, http://www.supernews.com Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1066099108 11296 80.91.224.253 (14 Oct 2003 02:38:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Oct 2003 02:38:28 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 14 04:38:26 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A9F4r-00062a-00 for ; Tue, 14 Oct 2003 04:38:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A9F4e-00079K-UP for geb-bug-gnu-emacs@m.gmane.org; Mon, 13 Oct 2003 22:38:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A9F4d-000793-0o for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2003 22:38:11 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A9F46-00070e-P6 for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2003 22:38:09 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A9F46-00070R-HC for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2003 22:37:38 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.24) id 1A9F0y-0000aX-FU for gnu-emacs-bug@prep.ai.mit.edu; Mon, 13 Oct 2003 22:34:24 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A9F2O-0006Fu-6C for gnu-emacs-bug@prep.ai.mit.edu; Mon, 13 Oct 2003 22:36:24 -0400 Original-Received: from [216.168.1.22] (helo=trinity.supernews.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1A9F2N-00065x-P7 for gnu-emacs-bug@prep.ai.mit.edu; Mon, 13 Oct 2003 22:35:51 -0400 Original-Received: from pa-01.ranger.supernews.net ([216.168.1.34]:35951 helo=pa-01.supernews.net) by trinity.supernews.net with esmtp (Exim 4.20) id 1A9F26-000Abg-Im for gnu-emacs-bug@prep.ai.mit.edu; Tue, 14 Oct 2003 02:35:34 +0000 Original-Received: (from news@localhost) by pa-01.supernews.net (8.12.9/8.12.5/Submit) id h9E2ZY7e095661 for gnu-emacs-bug@prep.ai.mit.edu; Tue, 14 Oct 2003 02:35:34 GMT (envelope-from nntp-bounce@supernews.net) Original-To: gnu-emacs-bug@prep.ai.mit.edu Original-Path: corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.bug User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Original-X-Complaints-To: abuse@supernews.com Original-Lines: 15 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5972 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5972 Dan Jacobson writes: > ffap is fooled by the // in the middle of > http://www.comcast.net/News/TECHNOLOGY//XML/1700_High_Tech/59a5d242-5069-451a-8e07-764bbc04b409.html > when one does C-x C-f RET near it in a gnus article buffer, but not a > non-gnus buffer. I checked this out, and ffap seems to do fine for me both inside and outside gnus. Is there a chance that I need some special customization in order to reproduce this bug? rv