From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [ottomaddox@fastmail.fm: emacsclient won't open new frame on remote display] Date: Wed, 28 Jun 2006 13:25:43 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1151515584 15994 80.91.229.2 (28 Jun 2006 17:26:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jun 2006 17:26:24 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 28 19:26:21 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fvdna-0000gQ-Q6 for ged-emacs-devel@m.gmane.org; Wed, 28 Jun 2006 19:25:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fvdna-0005M7-99 for ged-emacs-devel@m.gmane.org; Wed, 28 Jun 2006 13:25:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvdnM-0005Kp-Rf for emacs-devel@gnu.org; Wed, 28 Jun 2006 13:25:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvdnM-0005KP-8m for emacs-devel@gnu.org; Wed, 28 Jun 2006 13:25:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvdnM-0005KJ-2b for emacs-devel@gnu.org; Wed, 28 Jun 2006 13:25:44 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fvdzj-00030E-26 for emacs-devel@gnu.org; Wed, 28 Jun 2006 13:38:31 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FvdnL-00066e-61; Wed, 28 Jun 2006 13:25:43 -0400 Original-To: emacs-devel@gnu.org 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:56260 Archived-At: Would someone please DTRT and ack? ------- Start of forwarded message ------- From: "Otto Maddox" To: emacs-pretest-bug@gnu.org Content-Disposition: inline Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 Date: Mon, 26 Jun 2006 17:22:28 +0100 Subject: emacsclient won't open new frame on remote display X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.0.4 $ /usr/local/emacs/bin/emacs -Q & M-x server-start Go to a new xterm window and do this: $ ssh -X localhost $ emacsclient --display=$DISPLAY some-file The buffer for some-file is opened, but not in a new frame and is not displayed in any existing window. *Messages* now has this: Loading server...done error in process filter: server-process-filter: Attempt to delete the sole visible or iconified frame error in process filter: Attempt to delete the sole visible or iconified frame There is a connection to the display: (x-display-list) => (":0.0" "localhost:11.0") But even though no apparent frame was opened, I cannot close the X connection: (x-close-connection "localhost:11.0") => (error "Display still has frames on it") In GNU Emacs 22.0.50.1 (powerpc-apple-darwin8.6.0, X toolkit) of 2006-06-26 X server distributor `The XFree86 Project, Inc', version 11.0.40400000 configured using `configure '--prefix=/usr/local/emacs/' '--with-x' '--without-carbon' '--with-x-toolkit=athena'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t Recent input: x s e r v s t C-x C-b C-x o M-x r e p o r Recent messages: For information about the GNU Project and its goals, type C-h C-p. Blink-Cursor mode disabled Loading server...done error in process filter: server-process-filter: Attempt to delete the sole visible or iconified frame error in process filter: Attempt to delete the sole visible or iconified frame Making completion list... Loading help-mode...done Loading emacsbug... Loading regexp-opt...done Loading emacsbug...done - -- http://www.fastmail.fm - Accessible with your email software or over the web _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------