From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Emacs hangs on current display when the minibuffer is active on another display Date: Sat, 27 Feb 2010 14:52:23 -0500 Message-ID: References: <1adb6ea0609261909u138ff25fj3cee334a6232ca3b@mail.gmail.com> <1adb6ea0708202154v142e8eb4vb85b6cb65bcd1fdd@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1267303251 17870 80.91.229.12 (27 Feb 2010 20:40:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 27 Feb 2010 20:40:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 27 21:40:47 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 1NlTSx-000557-2S for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Feb 2010 21:40:47 +0100 Original-Received: from localhost ([127.0.0.1]:60784 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NlTSw-00033E-KM for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Feb 2010 15:40:46 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe23.iad.POSTED!7564ea0f!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux) Cancel-Lock: sha1:/ZV8a2b0kolB843TrVNoPdg/4Ok= Original-Lines: 11 Original-X-Complaints-To: abuse@UsenetServer.com Original-NNTP-Posting-Date: Sat, 27 Feb 2010 19:52:23 UTC Original-Xref: news.stanford.edu gnu.emacs.help:177181 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:72220 Archived-At: > FYI I've found a workaround for this old problem: I evaluate > '(abort-recursive-edit)' with gnuclient / emacsclient. Tested on > Emacs 23.1.1 and 22.1.1 (both of which still exhibit the > minibuffer-input-blocks-other-Xdisplay problem). This problem is supposed to be fixed in Emacs-23 already. This is done in server-goto-toplevel. If you still bump into the problem, please report it as a bug. Stefan