From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bijan Soleymani Newsgroups: gmane.emacs.help Subject: Re: inserting text from elsewhere Date: Wed, 02 Oct 2002 14:17:11 GMT Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1033709770 24377 127.0.0.1 (4 Oct 2002 05:36:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 4 Oct 2002 05:36:10 +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 17xL84-0006K8-00 for ; Fri, 04 Oct 2002 07:36:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17xKZb-0007uq-00; Fri, 04 Oct 2002 01:00:23 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!newsswitch.lcs.mit.edu!snoopy.risq.qc.ca!charlie.risq.qc.ca!53ab2750!not-for-mail User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2a) Gecko/20020910 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 132.216.48.149 Original-X-Complaints-To: abuse@mcgill.ca Original-X-Trace: charlie.risq.qc.ca 1033568231 132.216.48.149 (Wed, 02 Oct 2002 10:17:11 EDT) Original-NNTP-Posting-Date: Wed, 02 Oct 2002 10:17:11 EDT Original-Xref: nntp.stanford.edu gnu.emacs.help:105637 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2221 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2221 Micki Fox wrote: > How do I insert text from another program, i.e. MS notepad, into emacs. > > So in any other program I copy what I want and paste it from the > Windows' clipboard...(I think you get it) > > Thanks so much for your help! Simply copy the text in notepad either by doing C-c or choosing edit copy. Then switch to emacs and then yank the text in emacs. C-y should work, so should edit, paste. Hope that helps, Bijan