From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.help Subject: Re: making contents of other programs transparent to Emacs Date: Sat, 28 Aug 2004 16:40:37 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <86brgv2umy.fsf@ketchup.de.uu.net> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1093704680 7530 80.91.224.253 (28 Aug 2004 14:51:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Aug 2004 14:51:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 28 16:51:09 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C14Xs-000272-00 for ; Sat, 28 Aug 2004 16:51:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C14ca-0006Bi-R5 for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Aug 2004 10:56:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C14cP-00069J-Sm for help-gnu-emacs@gnu.org; Sat, 28 Aug 2004 10:55:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C14cO-00068s-8U for help-gnu-emacs@gnu.org; Sat, 28 Aug 2004 10:55:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C14cO-00068i-2X for help-gnu-emacs@gnu.org; Sat, 28 Aug 2004 10:55:48 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C14XV-0001H7-R7 for help-gnu-emacs@gnu.org; Sat, 28 Aug 2004 10:50:46 -0400 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1C14XV-0007mZ-00 for ; Sat, 28 Aug 2004 16:50:45 +0200 Original-Received: from pd951fec4.dip.t-dialin.net ([217.81.254.196]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Aug 2004 16:50:45 +0200 Original-Received: from kai by pd951fec4.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Aug 2004 16:50:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 14 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd951fec4.dip.t-dialin.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:+Jt6NWVwOQymqwpKF6EN5RQDk5I= 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20350 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20350 Joe Corneli writes: > * to be able to select text from any window using familiar Emacs > editing commands Well, for terminal programs (not X11), the program screen is cool. It allows you to select text from any window using familiar vi editing commands ;-) And it offers Emacs-like isearch on C-s and C-r. But I don't know of anything similar for X11. It would be way cool, though. Please do tell about your findings. Kai