all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: relson@osagesoftware.com
To: help-gnu-emacs@gnu.org
Subject: emacs, shell -- command execution problem
Date: Sun, 4 Jan 2009 15:35:23 -0800 (PST)	[thread overview]
Message-ID: <055c113b-0b3d-4d49-921a-51598ee8ee05@y1g2000pra.googlegroups.com> (raw)

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?


             reply	other threads:[~2009-01-04 23:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-04 23:35 relson [this message]
2009-01-05  2:56 ` emacs, shell -- command execution problem Ian Eure
2009-01-05  9:32   ` Peter Dyballa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=055c113b-0b3d-4d49-921a-51598ee8ee05@y1g2000pra.googlegroups.com \
    --to=relson@osagesoftware.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.