From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: multi-tty breakage on MS-Windows Date: Sat, 08 Sep 2007 08:32:38 -0700 Message-ID: <200709081532.l88FWcUu014489@oogie-boogie.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189265692 12176 80.91.229.12 (8 Sep 2007 15:34:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Sep 2007 15:34:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 08 17:34:52 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 1IU2Ki-0003sj-6K for ged-emacs-devel@m.gmane.org; Sat, 08 Sep 2007 17:34:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IU2Kg-0005Bs-1M for ged-emacs-devel@m.gmane.org; Sat, 08 Sep 2007 11:34:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IU2Kd-0005Bn-RX for emacs-devel@gnu.org; Sat, 08 Sep 2007 11:34:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IU2Kc-0005Aq-Sl for emacs-devel@gnu.org; Sat, 08 Sep 2007 11:34:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IU2Kc-0005Ad-Lv for emacs-devel@gnu.org; Sat, 08 Sep 2007 11:34:46 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IU2KY-00077L-4G; Sat, 08 Sep 2007 11:34:42 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l88FWcUu014489; Sat, 8 Sep 2007 08:32:39 -0700 (PDT) In-Reply-To: (Eli Zaretskii's message of "Sat\, 08 Sep 2007 12\:56\:35 +0300") Original-Lines: 25 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: Solaris 9 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:78269 Archived-At: Eli Zaretskii writes: > I've just built the current CVS HEAD on MS-Windows, and immediately > saw two problems: > > . emacsclient is incompatible with Emacs 22.1's server: it causes > Emacs 22.1 to spew all kinds of weirdo error messages; here are a > few examples: > > File no longer exists: -env, write buffer to file? (y or n) > File no longer exists: -file, write buffer to file? (y or n) > File no longer exists: -dir, write buffer to file? (y or n) > Use M-x make-directory RET RET to create the directory and its parents [3 times] > error in process filter: basic-save-buffer-2: d:/gnu/emacs/windir=C:/USERPROFILE=C:/Documents and Settings/TMPDIR=D:/usr/TMP=C:/DOCUME~1/Zaretzky/LOCALS~1/TEMP=C:/DOCUME~1/Zaretzky/LOCALS~1/SystemRoot=C:/: no such directory > > Is this incompatibility an absolute must? I think so, the communication between the emacsclient and emacs is more complex now, more stuff is sent over the wire. > . "emacs -nw" crashes on startup; backtrace attached below. This is a known problem, Jason Rumney stated that this does not work in his message announcing that multi-tty was ported to Windows. Can you please help fixing it?