From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: ffap.el vs. offline user Date: Tue, 01 Jul 2003 06:51:53 +0800 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87u1a7kwl2.fsf@jidanni.org> Reply-To: Dan Jacobson NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1057019314 7573 80.91.224.249 (1 Jul 2003 00:28:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 1 Jul 2003 00:28:34 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 01 02:28:33 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19X90a-0001xr-00 for ; Tue, 01 Jul 2003 02:28:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19X8qP-0003I5-1V for gnu-bug-gnu-emacs@m.gmane.org; Mon, 30 Jun 2003 20:18:01 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19X8pU-0002w0-U0 for bug-gnu-emacs@gnu.org; Mon, 30 Jun 2003 20:17:04 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19X8hB-00017Q-9Z for bug-gnu-emacs@gnu.org; Mon, 30 Jun 2003 20:08:31 -0400 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19X8ZK-0006tU-CQ for bug-gnu-emacs@gnu.org; Mon, 30 Jun 2003 20:00:22 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19X8Yn-0000IL-00 for ; Tue, 01 Jul 2003 01:59:49 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: bug-gnu-emacs@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19X8Ym-0000IA-00 for ; Tue, 01 Jul 2003 01:59:48 +0200 Original-Lines: 15 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5435 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5435 Using ffap, I put the cursor on ipwhois.rfc-ignorant.org and do C-x C-f. In *Messages*, we see Pinging ipwhois.rfc-ignorant.org (Non-profit Organization)... byte-code: ipwhois.rfc-ignorant.org/discard Temporary failure in name resolution along with the punishing flash for doing something wrong. Why of course, I am offline. I want it to act like I had the cursor on http://ipwhois.rfc-ignorant.org which will register a request via http_proxy to wwwoffle to fetch next time I dialup. Looking in ffap.el for anything about "off line" users, we find none and tinker with perhpas (set-variable (quote ffap-machine-p-local) (quote accept)) no help there either. So add some advice to the docs, and CC me too.