From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Russell Newsgroups: gmane.emacs.help Subject: File truncated at ^Z character in windows Date: 13 Feb 2004 16:03:04 -0500 Organization: Cisco Systems Inc. Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1076707018 713 80.91.224.253 (13 Feb 2004 21:16:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Feb 2004 21:16:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 13 22:16:51 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Arkg6-0001zD-00 for ; Fri, 13 Feb 2004 22:16:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Arkf8-0003uC-Fs for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Feb 2004 16:15:50 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-04!sn-xit-01!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Cache-Post-Path: sj-nntpcache-3!unknown@161.44.79.171 X-Cache: nntpcache 2.4.0b2 (see http://www.nntpcache.org/) Original-X-Complaints-To: abuse@supernews.com Original-Lines: 25 Original-Xref: shelby.stanford.edu gnu.emacs.help:120884 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16833 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16833 I just moved my all my emacs customization stuff to windows. Everything seems to work ok except for one thing. One of the files stops when it sees a ^Z character. e.g. Real file part on Linux ... jde-run) ("[?^C ?^V ?^S]" . speedbar-frame-mode) ("[?^C ?^V ?^W]" . jde-help-symbol) ("[?^C ?^V ?^X]" . jde-show-superclass-source) ("[?^C ?^V ?^Y]" . jde-open-class-at-point) ("[?^C ?^V ?^Z]" . jde-import-find-and-import) ("[?^C ?^V ?e]" ... File when copied over to Windows. ...jde-run) ("[?^C ?^V ?^S]" . speedbar-frame-mode) ("[?^C ?^V ?^W]" . jde-help-symbol) ("[?^C ?^V ?^X]" . jde-show-superclass-source) ("[?^C ?^V ?^Y]" . jde-open-class-at-point) ("[?^C ?^V ? And that's it. That's the end of the file. Does anyone know what is special about the ^Z character that makes the file end like that? note: in this post, I have written ^Z using Shift-6 and Z, but in the file it is actually one character. Thanks for the help. John