emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Q] In emacs, how to copy a region of the buffer to a string to proc


From: Davis Herring
Subject: Re: [Q] In emacs, how to copy a region of the buffer to a string to process ? Urgent
Date: Sat, 4 Dec 2010 12:10:57 -0800 (PST)
User-agent: SquirrelMail/1.4.8-5.el5_4.10.lanl3

> [Q] In emacs, how to copy a region of the buffer to a string to process ?

If you mean "how to send a buffer substring to a subprocess", it's
`process-send-region'.  If you mean "how to copy a region for further
processing", it's `buffer-substring' in Lisp and `kill-ring-save' (M-w)
for the user.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]