From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Capello Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; [emacsclient] *ERROR*: Don't know how to create a frame on window system x Date: Sun, 28 Oct 2007 23:43:02 +0100 Message-ID: <87r6jesvwp.fsf@gismo.pca.it> References: <87fy0dsb7r.fsf@gismo.pca.it> <200710170210.l9H2A3fW001399@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1193611415 26470 80.91.229.12 (28 Oct 2007 22:43:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Oct 2007 22:43:35 +0000 (UTC) Cc: Romain Francoise To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 28 23:43:36 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ImGr2-0003uS-3N for ged-emacs-devel@m.gmane.org; Sun, 28 Oct 2007 23:43:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImGqt-0007En-3K for ged-emacs-devel@m.gmane.org; Sun, 28 Oct 2007 18:43:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ImGqp-0007Bx-8K for emacs-devel@gnu.org; Sun, 28 Oct 2007 18:43:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ImGqo-0007B3-Fn for emacs-devel@gnu.org; Sun, 28 Oct 2007 18:43:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImGqo-0007Ay-DO for emacs-devel@gnu.org; Sun, 28 Oct 2007 18:43:22 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ImGqn-00032J-UF for emacs-devel@gnu.org; Sun, 28 Oct 2007 18:43:22 -0400 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ImGqn-0001sF-GZ for emacs-pretest-bug@gnu.org; Sun, 28 Oct 2007 18:43:21 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1ImGqk-000316-0k for emacs-pretest-bug@gnu.org; Sun, 28 Oct 2007 18:43:21 -0400 Original-Received: from mbox.unige.ch ([129.194.9.209]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ImGqj-00030w-Ni for emacs-pretest-bug@gnu.org; Sun, 28 Oct 2007 18:43:17 -0400 Original-Received: from gismo.pca.it (116-106.62-81.cust.bluewin.ch [81.62.106.116]) by mbox.unige.ch (Sun Java(tm) System Messaging Server 6.3-1.04 (built May 9 2007; 32bit)) with ESMTPSA id <0JQN004JN8FYRM00@mbox.unige.ch> for emacs-pretest-bug@gnu.org; Sun, 28 Oct 2007 23:43:17 +0100 (CET) Original-Received: by gismo.pca.it (Postfix, from userid 1000) id 92F415A4C8; Sun, 28 Oct 2007 23:43:04 +0100 (CET) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:81999 gmane.emacs.pretest.bugs:20202 Archived-At: Hello! On Wed, 17 Oct 2007 19:47:52 +0200, Stefan Monnier wrote: > No offense intended, but I didn't like your fix so I replaced it > with another. Michael, can you confirm your problem is fixed now on > the Emacs-CVS trunk? I wondered who Michael was, and now that I checked emacs-devel I understood. Again, could you please Cc: me, I'm not subscribed to the list (this request was already present in my bug report). On Wed, 17 Oct 2007 02:02:21 +0200, Michael Mauger wrote: > Luca Capello wrote: >> I get the output in the subject whenever I tried to use emacsclient >> with something very simple like (the same trying to editing a file): >> >> $ emacsclient -e 'user-full-name' [...] > I was running into the same problem on w32. It's due to the > multi-tty merge. The problem is that DISPLAY is set. I have an X > server running under w32, but obviously, my w32 Emacs doesn't > support X, so the error was unexpected. [...] > This is something that ought to be fixed. We need better heuristics > about what type of frame the user wants and can support. FWIW, with the latest unofficial Debian emacs-snasshot_1:20071027-1 that problem is gone. Thx, bye, Gismo / Luca