all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: scame@fastmail.fm
To: help-gnu-emacs@gnu.org
Subject: Re: Run Shell Command on Buffer
Date: Thu, 25 Jan 2007 11:11:38 +0100	[thread overview]
Message-ID: <1169719898.5250.1171149107@webmail.messagingengine.com> (raw)
In-Reply-To: <barmar-96B392.21321624012007@comcast.dca.giganews.com>

Wow, "occur" totally RULES! That's even more than I wanted to achieve!
:) Thanks!
The problem how to run an arbitrary shell command on the current file --
be it via the text in the buffer or via the filename -- remains. Any
ideas on that?

On Wed, 24 Jan 2007 21:32:16 -0500, "Barry Margolin"
<barmar@alum.mit.edu> said:
> In article <mailman.3545.1169683280.2155.help-gnu-emacs@gnu.org>,
>  super-nub <scame@fastmail.fm> wrote:
> 
> > Hi Pete,
> > 
> > for example I want to execute `grep' on my buffer/file to get a survey of the 
> > section headings in my document (that I keep in a special format for this 
> > purpose), e.g.:
> > 
> > $ egrep '^\s*-[[:upper:]]+' myfile
> > $ -INTRODUCTION
> > $     -BLA BLA
> > $     -BLA 2
> > $ -MAIN PART
> > $     -MISCELLANEOUS
> > $         -ETC BLA BLA
> > 
> > shell-command-on-region turned out to be a bit impractical, because I lose my 
> > current position in the document, as the cursor jumps to the beginning when 
> > running shell-command-on-region. I guess I would have to write a LISP macro 
> > to fix that...!?
> 
> The mark-whole-buffer command (C-x h) pushes a mark at the original 
> location.  So after you run shell-command-on-region, you can use C-u 
> C-space C-u C-space to get back to where you were.
> 
> -- 
> Barry Margolin, barmar@alum.mit.edu
> Arlington, MA
> *** PLEASE post questions in newsgroups, not directly to me ***
> *** PLEASE don't copy me on replies, I'll read them in the group ***
> _______________________________________________
> help-gnu-emacs mailing list
> help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

  reply	other threads:[~2007-01-25 10:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-24 21:02 Run Shell Command on Buffer super-nub
2007-01-24 21:24 ` Peter Dyballa
2007-01-24 23:40   ` super-nub
2007-01-25  6:47     ` reader
2007-01-25 10:52       ` super-nub
2007-01-25 15:45         ` Drew Adams
     [not found]   ` <mailman.3545.1169683280.2155.help-gnu-emacs@gnu.org>
2007-01-25  2:32     ` Barry Margolin
2007-01-25 10:11       ` scame [this message]
2007-01-25 10:44         ` super-nub
     [not found] <mailman.3538.1169672554.2155.help-gnu-emacs@gnu.org>
2007-01-24 21:58 ` Marc Tfardy
2007-01-25  0:01   ` scame
     [not found] <mailman.3575.1169739977.2155.help-gnu-emacs@gnu.org>
2007-01-25 20:11 ` Ted Zlatanov
2007-01-25 21:04   ` Drew Adams
     [not found] <mailman.3595.1169759151.2155.help-gnu-emacs@gnu.org>
2007-01-26 15:57 ` Ted Zlatanov

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=1169719898.5250.1171149107@webmail.messagingengine.com \
    --to=scame@fastmail.fm \
    --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.