From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. T. Raven" Newsgroups: gmane.emacs.help Subject: Re: url package Date: Mon, 16 Mar 2009 21:49:26 -0600 Message-ID: <6ZOdnZMIfLbCkiLUnZ2dnUVZ_tzinZ2d@posted.cpinternet> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1237261245 5777 80.91.229.12 (17 Mar 2009 03:40:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Mar 2009 03:40:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 17 04:42:02 2009 Return-path: Envelope-to: geh-help-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 1LjQBl-0000TQ-OZ for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Mar 2009 04:42:02 +0100 Original-Received: from localhost ([127.0.0.1]:55076 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjQAP-0001qx-Cy for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Mar 2009 23:40:37 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.posted.cpinternet!news.posted.cpinternet.POSTED!not-for-mail Original-NNTP-Posting-Date: Mon, 16 Mar 2009 21:47:58 -0500 User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-Lines: 16 X-Usenet-Provider: http://www.giganews.com Original-NNTP-Posting-Host: 64.61.220.64 Original-X-Trace: sv3-velOequ3NWZPKUM/VrioC4ca/AUXDkehbsQ8YeCQfzprt2LO7xFbe+SdsBmZ4zwHcTvaCyr/tCMJhPo!vpfN1tMRhAOAx4Gvtvq9YPVLMjeCkS/b57vO2hM6jOYqme4Ee5qa6W5m/pFZ4kT5ZP0FBAYcczoa!6rwRrid6s5IFvnCWRw== Original-X-Complaints-To: abuse@cpinternet.com X-DMCA-Complaints-To: abuse@cpinternet.com X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.39 Original-Xref: news.stanford.edu gnu.emacs.help:167697 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62981 Archived-At: Johan Bockgård wrote: > "B. T. Raven" writes: > >> M-x browse-url-at-point brings up the web page in Firefox and >> View > PageSource shows the code, but if I try C-x C-f >> http://en-us.www.mozilla.com/en-US/firefox/about/ >> I get an empty buffer named c:/en-us.www.mozilla.com/en-US/firefox/about/ > > Did you clear the minibuffer buffer pasting the string? I did backspace all the way to triggering the read only prompt. But now when I try that same url, the buffer does load with the html code. ??? Thanks anyway.