all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Can Emacs pipe a buffer through another one?
Date: Mon, 21 Jun 2004 14:19:58 -0600	[thread overview]
Message-ID: <40D742EE.3040602@yahoo.com> (raw)
In-Reply-To: 40D729AD.9010105@yahoo.com

Kevin Rodgers wrote:
 > Here's what I did:
 >
 > 1. Create buffer A with `C-x b A', and put some text in it:
 > one
 > two
 > three

Actually, I used:
one
two three
four five six

 > 2. Create buffer B with `C-x b B', and put a simple script in it:
 > cd ~; pwd
 > wc
 > cd /tmp; pwd
 >
 > 3. Create buffer C with `C-x b C'.  This step could be avoided by using
 >    (get-buffer-create "C") instead of (get-buffer "C").
 >
 > 4. Copy-and-paste the above form in the *scratch* buffer, and type `C-x
 >    C-e' or `C-j' (see the "Lisp Interaction" and "Lisp Eval" nodes in
 >    the Emacs manual).
 >
 > 5. Buffer C now contains:
 > /home/kevinr
 >        3       6      28
 > /tmp

Hope the mismatch between (1) and (5) didn't confuse you.

-- 
Kevin Rodgers

  reply	other threads:[~2004-06-21 20:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-17 21:09 Can Emacs pipe a buffer through another one? J Krugman
2004-06-17 21:25 ` Barry Margolin
2004-06-18  2:45   ` J Krugman
2004-06-18 15:24     ` Kevin Rodgers
2004-06-20 19:16       ` J Krugman
2004-06-21 18:32         ` Kevin Rodgers
2004-06-21 20:19           ` Kevin Rodgers [this message]
2004-06-17 23:53 ` Marco Parrone

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=40D742EE.3040602@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /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.