all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs, shell -- command execution problem
@ 2009-01-04 23:35 relson
  2009-01-05  2:56 ` Ian Eure
  0 siblings, 1 reply; 3+ messages in thread
From: relson @ 2009-01-04 23:35 UTC (permalink / raw)
  To: help-gnu-emacs

Within emacs I use the bash shell a lot along with previous line
editing.  For example, I might execute a command like:

   ls $( find / -name whatever )

then I might use "!!" to recall the above command so I can edit it and
use it again.    When I do this, i.e. use "!!", the command is
recalled as

  ls $ ( find / -name whatever )

i.e. with 1 blank space between "$" and "(".  Presently I have to
manually edit the line to remove the space.  Is there a fix for "!!"
that will properly recall the command, i.e. without the blank space?


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

end of thread, other threads:[~2009-01-05  9:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-04 23:35 emacs, shell -- command execution problem relson
2009-01-05  2:56 ` Ian Eure
2009-01-05  9:32   ` 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.