From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Siegfried Heintze" Newsgroups: gmane.emacs.help Subject: How to copy range to clip board Date: Thu, 19 Dec 2002 23:51:31 GMT Organization: AT&T Broadband Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <7YsM9.400046$P31.145666@rwcrnsc53> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1040342408 31732 80.91.224.249 (20 Dec 2002 00:00:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 20 Dec 2002 00:00:08 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18PAaB-0008FX-00 for ; Fri, 20 Dec 2002 01:00:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18PAVs-0005jS-04 for gnu-help-gnu-emacs@m.gmane.org; Thu, 19 Dec 2002 18:55:36 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn11feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc53.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Original-NNTP-Posting-Host: 12.253.86.76 Original-X-Complaints-To: abuse@attbi.com Original-X-Trace: rwcrnsc53 1040341891 12.253.86.76 (Thu, 19 Dec 2002 23:51:31 GMT) Original-NNTP-Posting-Date: Thu, 19 Dec 2002 23:51:31 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:108314 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:4844 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4844 I have a text file with the strings "begin resume" and "end resume" before and after my resume. How do I copy this to the clipboard? Whenever I position my self at "begin resume", mark the current location with Ctrl+Space, and search for "end resume" I loose the beginning mark! Surely there is a faster way that using PGDN and PGUP for this? Thanks Siegfried