From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Ye Wenbin" Newsgroups: gmane.emacs.help Subject: batch mode error Date: Wed, 28 Jun 2006 22:14:02 +0800 Organization: Personal Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=gbk Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1151506396 11026 80.91.229.2 (28 Jun 2006 14:53:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jun 2006 14:53:16 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 28 16:53:15 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FvbP1-0002hN-00 for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Jun 2006 16:52:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvbP0-00046b-Gg for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Jun 2006 10:52:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fvao7-0006HN-Pv for help-gnu-emacs@gnu.org; Wed, 28 Jun 2006 10:14:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fvao5-0006GQ-ON for help-gnu-emacs@gnu.org; Wed, 28 Jun 2006 10:14:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fvao5-0006GN-Gc for help-gnu-emacs@gnu.org; Wed, 28 Jun 2006 10:14:17 -0400 Original-Received: from [72.14.214.203] (helo=hu-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fvb0Q-0006Ib-IV for help-gnu-emacs@gnu.org; Wed, 28 Jun 2006 10:27:02 -0400 Original-Received: by hu-out-0102.google.com with SMTP id 34so1471370hue for ; Wed, 28 Jun 2006 07:14:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:to:subject:from:organization:content-type:mime-version:content-transfer-encoding:message-id:user-agent; b=KmHpYceExxJECkCvs8r/pISOcpPzAB7/dxRbVptia92UKz8G/ftZsEksaqYHR1Vz7/6mOjXJHMfFY8WTrZPzGR750Ml4rkHaMXT47YyPoiwsM65bulRVKseNwrlEoSrXvI6vKyJTG/EQGSTdZVcEJAsg5kM4t9Qz4I06IyTnrWQ= Original-Received: by 10.36.178.19 with SMTP id a19mr1254551nzf; Wed, 28 Jun 2006 07:14:15 -0700 (PDT) Original-Received: from life402-9cd75b ( [218.17.227.217]) by mx.gmail.com with ESMTP id m1sm5220507nzf.2006.06.28.07.14.13; Wed, 28 Jun 2006 07:14:14 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org User-Agent: Opera Mail/9.00 (Win32) X-Mailman-Approved-At: Wed, 28 Jun 2006 10:52:15 -0400 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:35707 Archived-At: Hello, I'm using Emacs 22.0.50.1 which with mingw, platform is Windows Xp. When use emacs in batch mode, there always a error occur: D:\Programs\Emacs\bin>emacs --batch Loading subst-jis... Loading subst-ksc... Loading subst-big5... Loading subst-gb2312... Loading subst2-ksc... Loading subst-gbk... MS-Windows not in use or not initialized What's the problem? Thank in advance!