From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: ffap -vs- RFCs Date: Fri, 18 Jan 2008 00:44:18 -0500 Message-ID: <2qodbju1ql.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200635079 3849 80.91.229.12 (18 Jan 2008 05:44:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jan 2008 05:44:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 18 06:44:57 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JFk28-0005v0-B4 for ged-emacs-devel@m.gmane.org; Fri, 18 Jan 2008 06:44:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFk1j-0006aN-FT for ged-emacs-devel@m.gmane.org; Fri, 18 Jan 2008 00:44:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFk1c-0006ZF-Tq for emacs-devel@gnu.org; Fri, 18 Jan 2008 00:44:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFk1b-0006Yy-GZ for emacs-devel@gnu.org; Fri, 18 Jan 2008 00:44:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFk1b-0006Yu-7M for emacs-devel@gnu.org; Fri, 18 Jan 2008 00:44:19 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JFk1a-0003Ua-RY for emacs-devel@gnu.org; Fri, 18 Jan 2008 00:44:18 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JFk1a-0004tT-Ie; Fri, 18 Jan 2008 00:44:18 -0500 X-Spook: Serbian interception Medco eternity server NWO SWAT X-Ran: xRhZJtjRJG4Kc1)0+*@g_>R2|5(*macyUah_(rnV]}KRC1'u0Q$B/d:j(^rlD>*'l2hzhu X-Hue: green X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:87045 Archived-At: Tom Tromey wrote: > I tried M-x ffap when point was on the first character of "RFC 2445". > I expected to get a prompt with the RFC's URL. > However, I did not. > > I looked at this briefly and the ffap-alist entry for "RFC" has a > space in the regular expression (so this "should" work), but > ffap-string-at-point only returns "RFC", so there is no match. I think it's hard to get ffap to handle things with spaces, so I just removed the space from the RFC regexp.