help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to fetch a URL to an Emacs buffer?


From: Robert D. Crawford
Subject: Re: How to fetch a URL to an Emacs buffer?
Date: Mon, 12 Mar 2007 05:42:08 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux)

Hadron <hadronquark@gmail.com> writes:

> "Robert D. Crawford" <rdc1x@comcast.net> writes:
>>
>> Shouldn't that be C-u C-! curl -s google.com'?  
>
> What command is either of them? I cant issue either from my kbd.

On my system, and I am pretty sure this is the default keybinding:

 meta !  runs the command shell-command
  which is an interactive compiled Lisp function in `simple.el'.
It is bound to  meta ! ,  <menu-bar> <tools> <shell> .
(shell-command COMMAND &optional OUTPUT-BUFFER ERROR-BUFFER)

Execute string COMMAND in inferior shell; display output, if any.
With prefix argument, insert the COMMAND's output at point.

rdc
-- 
Robert D. Crawford                                      rdc1x@comcast.net

It is wise to keep in mind that neither success nor failure is ever final.
                -- Roger Babson


reply via email to

[Prev in Thread] Current Thread [Next in Thread]