From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Danenberg Newsgroups: gmane.emacs.help Subject: Re: How to fetch a URL to an Emacs buffer? Date: Sun, 11 Mar 2007 11:45:10 -0600 Message-ID: <20070311174510.GA20006@wikitex.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173631510 5034 80.91.229.12 (11 Mar 2007 16:45:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Mar 2007 16:45:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 11 17:45:04 2007 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 1HQRAL-0001Ua-JE for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Mar 2007 17:45:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQRAu-0005Lk-79 for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Mar 2007 11:45:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HQRAi-0005LV-UG for help-gnu-emacs@gnu.org; Sun, 11 Mar 2007 12:45:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HQRAg-0005LJ-Nj for help-gnu-emacs@gnu.org; Sun, 11 Mar 2007 12:45:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQRAg-0005LG-I0 for help-gnu-emacs@gnu.org; Sun, 11 Mar 2007 11:45:22 -0500 Original-Received: from server1.danenberg.name ([66.139.73.33]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HQRA6-0002KK-VX for help-gnu-emacs@gnu.org; Sun, 11 Mar 2007 12:44:47 -0400 Original-Received: from wikitex.org (localhost.localdomain [127.0.0.1]) by server1.danenberg.name (8.13.6/8.13.6) with ESMTP id l2BHjA4N020130 for ; Sun, 11 Mar 2007 11:45:10 -0600 Original-Received: (from pcdanenb@localhost) by wikitex.org (8.13.6/8.13.6/Submit) id l2BHjA39020129 for help-gnu-emacs@gnu.org; Sun, 11 Mar 2007 11:45:10 -0600 Content-Disposition: inline In-Reply-To: X-Face: $a3~EO""ba292eohR, J!N"2eand:aMy>J(-{~{k"O{a8JDps4%1w{5dsgLnP+wcY1sIJtfa #)E5 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:41885 Archived-At: > Is there an Emacs command that would load a given URL into an Emacs > buffer? What about `C-u C-M-! curl -s google.com'?