all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Start xterm from minibuffer??
@ 2006-07-14 15:32 Johs32
  2006-07-14 15:43 ` Lothar Braun
       [not found] ` <mailman.4098.1152891756.9609.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 8+ messages in thread
From: Johs32 @ 2006-07-14 15:32 UTC (permalink / raw)


How do I enter the minibuffer and start an xterm or run another linux
command??

Johs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Start xterm from minibuffer??
  2006-07-14 15:32 Start xterm from minibuffer?? Johs32
@ 2006-07-14 15:43 ` Lothar Braun
       [not found] ` <mailman.4098.1152891756.9609.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 8+ messages in thread
From: Lothar Braun @ 2006-07-14 15:43 UTC (permalink / raw)


On Fri, 2006-07-14 at 17:32 +0200, Johs32 wrote:
> How do I enter the minibuffer and start an xterm or run another linux
> command??

Just press M-! and enter the command you want to run.

-- Lothar

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Start xterm from minibuffer??
       [not found] ` <mailman.4098.1152891756.9609.help-gnu-emacs@gnu.org>
@ 2006-07-14 16:41   ` Johs32
  2006-07-14 18:19     ` Lothar Braun
                       ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Johs32 @ 2006-07-14 16:41 UTC (permalink / raw)


Lothar Braun wrote:

> On Fri, 2006-07-14 at 17:32 +0200, Johs32 wrote:
>> How do I enter the minibuffer and start an xterm or run another linux
>> command??
> 
> Just press M-! and enter the command you want to run.
> 
> -- Lothar


How do I do that?? I have tried Alt+1, Alt+Shift+1 but that does not give
me: M-!

I have tried Alt+M+Alt+x which gives me:

M-x but from there I cannot type eg. xterm 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Start xterm from minibuffer??
  2006-07-14 16:41   ` Johs32
@ 2006-07-14 18:19     ` Lothar Braun
  2006-07-14 19:10     ` Colin S. Miller
                       ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Lothar Braun @ 2006-07-14 18:19 UTC (permalink / raw)


On Fri, 2006-07-14 at 18:41 +0200, Johs32 wrote:
> How do I do that?? I have tried Alt+1, Alt+Shift+1 but that does not give
> me: M-!

Alt+Shift+1 should work. The function that should be called is
shell-command. 
Try to run it with "M-x shell-command"

-- Lothar

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Start xterm from minibuffer??
  2006-07-14 16:41   ` Johs32
  2006-07-14 18:19     ` Lothar Braun
@ 2006-07-14 19:10     ` Colin S. Miller
  2006-07-15  0:47     ` Tim X
                       ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Colin S. Miller @ 2006-07-14 19:10 UTC (permalink / raw)


Johs32 wrote:
> Lothar Braun wrote:
> 
>> On Fri, 2006-07-14 at 17:32 +0200, Johs32 wrote:
>>> How do I enter the minibuffer and start an xterm or run another linux
>>> command??
>> Just press M-! and enter the command you want to run.
>>
>> -- Lothar
> 
> 
> How do I do that?? I have tried Alt+1, Alt+Shift+1 but that does not give
> me: M-!
I've set my machine from UK 105 to DK 105,
and M-! works (Alt-Shift-1) (on Xemacs under Debian etch)

What does M-h w shell-command RET
report?

Have you any key modification commands in your .emacs?

"emacs -q"    or    "emacs --vanilla" should start emacs
without reading your configurations.

> 
> I have tried Alt+M+Alt+x which gives me:
> 
> M-x but from there I cannot type eg. xterm 
Does Alt-x give you this, or do you have to precede it with Alt-M ?



HTH,
Colin S. Miller


-- 
Replace the obvious in my email address with the first three letters of the hostname to reply.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Start xterm from minibuffer??
  2006-07-14 16:41   ` Johs32
  2006-07-14 18:19     ` Lothar Braun
  2006-07-14 19:10     ` Colin S. Miller
@ 2006-07-15  0:47     ` Tim X
  2006-07-15  1:20     ` Alphan Bayazit
  2006-07-15  8:45     ` Peter Dyballa
  4 siblings, 0 replies; 8+ messages in thread
From: Tim X @ 2006-07-15  0:47 UTC (permalink / raw)


Johs32 <dfgdg@dsf.com> writes:

> Lothar Braun wrote:
>
>> On Fri, 2006-07-14 at 17:32 +0200, Johs32 wrote:
>>> How do I enter the minibuffer and start an xterm or run another linux
>>> command??
>> 
>> Just press M-! and enter the command you want to run.
>> 
>> -- Lothar
>
>
> How do I do that?? I have tried Alt+1, Alt+Shift+1 but that does not give
> me: M-!
>
> I have tried Alt+M+Alt+x which gives me:
>
> M-x but from there I cannot type eg. xterm 

The command you are trying to run is shell-command, which is normally
bound to M-! (Meta+! = normally Meta+Shift+1). 

However, if you just want a shell, maybe either M-x shell or M-x term
will give you what you need. (there is even M-x eshell). 

Tim
-- 
tcross (at) rapttech dot com dot au

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Start xterm from minibuffer??
  2006-07-14 16:41   ` Johs32
                       ` (2 preceding siblings ...)
  2006-07-15  0:47     ` Tim X
@ 2006-07-15  1:20     ` Alphan Bayazit
  2006-07-15  8:45     ` Peter Dyballa
  4 siblings, 0 replies; 8+ messages in thread
From: Alphan Bayazit @ 2006-07-15  1:20 UTC (permalink / raw)


On 14 Jul 2006, Johs wrote:

Lothar Braun wrote: > On Fri, 2006-07-14 at 17:32 +0200, Johs32 wrote:
>>> How do I enter the minibuffer and start an xterm or run another
>>> linux command??
>>
>> Just press M-! and enter the command you want to run.
>>
>> -- Lothar
>
>
> How do I do that?? I have tried Alt+1, Alt+Shift+1 but that does not
> give me: M-!

What does it give you? If it gives M-1 then you may have alt-shift bound
to something like layout change in your X configuration (or desktop
environment). 

In any case, M-x shell RET would do the same thing as previously posted.

-- 
Alphan Bayazit
http://www.bayazit.net/alphan/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Start xterm from minibuffer??
  2006-07-14 16:41   ` Johs32
                       ` (3 preceding siblings ...)
  2006-07-15  1:20     ` Alphan Bayazit
@ 2006-07-15  8:45     ` Peter Dyballa
  4 siblings, 0 replies; 8+ messages in thread
From: Peter Dyballa @ 2006-07-15  8:45 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 14.07.2006 um 18:41 schrieb Johs32:

> How do I do that?? I have tried Alt+1, Alt+Shift+1 but that does  
> not give
> me: M-!

Have you tried Escape and ``!´´?

--
Greetings

   Pete

"Email is a wonderful thing for people whose role in life is to be on  
top of things. But not for me; my role is to be on the bottom of  
things. What I do takes long hours of studying and uninterruptible  
concentration."
                                              -Donald Knuth

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-07-15  8:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-14 15:32 Start xterm from minibuffer?? Johs32
2006-07-14 15:43 ` Lothar Braun
     [not found] ` <mailman.4098.1152891756.9609.help-gnu-emacs@gnu.org>
2006-07-14 16:41   ` Johs32
2006-07-14 18:19     ` Lothar Braun
2006-07-14 19:10     ` Colin S. Miller
2006-07-15  0:47     ` Tim X
2006-07-15  1:20     ` Alphan Bayazit
2006-07-15  8:45     ` Peter Dyballa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.