From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: despen@verizon.net Newsgroups: gmane.emacs.help Subject: Re: Copying text from emacs to another application using M-w Date: Tue, 22 Sep 2009 15:58:34 -0400 Organization: A noiseless patient Spider Message-ID: References: <87iqfe8dkw.fsf@lion.rapttech.com.au> <87ab0o91bp.fsf@lion.rapttech.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1253652059 32547 80.91.229.12 (22 Sep 2009 20:40:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Sep 2009 20:40:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 22 22:40:51 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MqCAN-0004lI-6A for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Sep 2009 22:40:51 +0200 Original-Received: from localhost ([127.0.0.1]:39931 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqCAL-0003eI-NY for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Sep 2009 16:40:49 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!goblin1!goblin.stu.neva.ru!feeder.eternal-september.org!eternal-september.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-X-Trace: news.eternal-september.org U2FsdGVkX1+QMuupTnfiHE/IUra8NZkF+Kik87myiYxUMOyCrYbeiHeVq175CHaRGVszP7lQ5neb6W7iQCUqiOtLe3rTHpF22N7P/z/P++jG1nz44OBuyT6IZ0NfohUSkXlFGV2nR3I= Original-X-Complaints-To: abuse@eternal-september.org Original-NNTP-Posting-Date: Tue, 22 Sep 2009 19:58:34 +0000 (UTC) X-Auth-Sender: U2FsdGVkX18T4CHbqHer8sIwE6FP95sLIO08zZ+jvTo= Cancel-Lock: sha1:hC1ZjqxWULcpau80zGwjkawzQmo= sha1:hvtsCPW3Lrw7Y+ljJa3a117i6PU= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:173279 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68395 Archived-At: Harry Putnam writes: > Here is an example of the kind of thing that keeps aggravating me. > > I've run a search with homemade grepping tool in an Xterm window > The search results are printing to screen and running off the viewing > area. > > I scroll backup up the xterm buffer and find a file name I want to > open. Does your home made grepping tool output lines in a format similar to grep? It should. That way you can use M-x grep, change the command string to your home made tool, then edit the file you want by clicking on the name in the grep buffer.