From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Davor Cubranic Newsgroups: gmane.emacs.bugs Subject: Re: Console-window Emacs stops responding when pasting clipboard Date: Wed, 10 Mar 2004 09:36:22 -0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <14788.1078940182@cs.ubc.ca> References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1079051846 31585 80.91.224.253 (12 Mar 2004 00:37:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Mar 2004 00:37:26 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Mar 12 01:37:12 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B1afo-0005dy-00 for ; Fri, 12 Mar 2004 01:37:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B1ae8-0006ud-4r for geb-bug-gnu-emacs@m.gmane.org; Thu, 11 Mar 2004 19:35:28 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B18DM-00076K-Sm for bug-gnu-emacs@gnu.org; Wed, 10 Mar 2004 13:13:56 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B17dX-000070-CO for bug-gnu-emacs@gnu.org; Wed, 10 Mar 2004 12:37:26 -0500 Original-Received: from [142.103.6.50] (helo=pedigree.cs.ubc.ca) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B17dW-000067-Nu for bug-gnu-emacs@gnu.org; Wed, 10 Mar 2004 12:36:54 -0500 Original-Received: from whitbread.cs.ubc.ca (IDENT:0gyu3tVDl7VX88KXegb0WPj6UJg0X+vN@whitbread.cs.ubc.ca [142.103.19.88]) by pedigree.cs.ubc.ca (8.12.10/8.11.4) with ESMTP id i2AHalXc008912; Wed, 10 Mar 2004 09:36:47 -0800 (PST) Original-Received: from cs.ubc.ca (cubranic@localhost) by whitbread.cs.ubc.ca (8.12.8/8.12.8/Submit) with ESMTP id i2AHaMvO014789; Wed, 10 Mar 2004 09:36:22 -0800 X-Authentication-Warning: whitbread.cs.ubc.ca: cubranic owned process doing -bs Original-To: Eli Zaretskii In-Reply-To: Message from Eli Zaretskii of "26 Feb 2004 07:56:21 +0200." X-Mailer: MH-E 7.4.3; nmh 1.0.4; GNU Emacs 21.2.1 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:7243 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7243 Eli Zaretskii wrote: > Date: Wed, 25 Feb 2004 10:30:58 -0800 > From: Davor Cubranic > > I run Emacs in a Putty terminal window (xterm emulation), and when > I paste the contents of certain web pages I copied from Mozilla, > Emacs stops responding. For an example, select the entire 11th > paragraph in the body of the article at > http://www.guardian.co.uk/elsewhere/journalist/story/0,7792,1152570,00.html > (starting with "It all ran a bit out of control"). Paste it into > Emacs (shift-insert in putty). Emacs stops responding until I press > C-g. Someone said on this list that this problem was caused by 8-bit characters being pasted. Is there any way to tell Emacs to ignore the high bit? My terminal is configured to send control keys as ESC combinations anyways, and I have a US-ASCII keyboard. Davor