From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Mader Newsgroups: gmane.emacs.help Subject: emacsclient problem Date: Thu, 13 May 2010 21:23:05 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1291930068 5975 80.91.229.12 (9 Dec 2010 21:27:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 21:27:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 22:27:42 2010 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.69) (envelope-from ) id 1PQo1X-000843-Qo for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 22:27:35 +0100 Original-Received: from localhost ([127.0.0.1]:60708 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQo1W-0004Xp-Hi for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 16:27:34 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!37g2000yqm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 68.50.128.222 Original-X-Trace: posting.google.com 1273810985 2483 127.0.0.1 (14 May 2010 04:23:05 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 14 May 2010 04:23:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 37g2000yqm.googlegroups.com; posting-host=68.50.128.222; posting-account=Rt2x-QoAAABtbumCliOOomuEooN694A5 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7, gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:178189 X-Mailman-Approved-At: Thu, 09 Dec 2010 16:11:06 -0500 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:77086 Archived-At: In Emacs 23.2 and 23.1, on OS X, when I use emacsclient -t, under a certain condition when I have a region in a buffer made with the mouse, the buffer in emacsclient is frozen until I click the mouse in the other buffer with the region (sometimes C-g will work too). It's pretty easy to repeat. Highlight a region with the mouse, switch to a terminal running emacsclient -t and no input will have an affect, even C-g. It's not a problem if the region was created by setting a mark and moving the point. Is this a problem with Emacs, or is there something I can do when emacsclient starts to avoid the problem if I have created a region with the mouse thinking I'll be able to yank it into the new emacsclient buffer?