From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: shell command ls -al fails with os error 253 Date: Sun, 17 Jul 2011 10:59:14 +0200 Message-ID: <4E22A462.3000904@easy-emacs.de> References: <32062655.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1310893245 6251 80.91.229.12 (17 Jul 2011 09:00:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 17 Jul 2011 09:00:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 17 11:00:40 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QiNDM-0005Md-3t for geh-help-gnu-emacs@m.gmane.org; Sun, 17 Jul 2011 11:00:40 +0200 Original-Received: from localhost ([::1]:44708 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiNDL-00068N-Ap for geh-help-gnu-emacs@m.gmane.org; Sun, 17 Jul 2011 05:00:39 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiNC2-00067x-Cg for help-gnu-emacs@gnu.org; Sun, 17 Jul 2011 04:59:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QiNC1-0000OS-Kx for help-gnu-emacs@gnu.org; Sun, 17 Jul 2011 04:59:18 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.187]:52350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiNC1-0000ON-8P for help-gnu-emacs@gnu.org; Sun, 17 Jul 2011 04:59:17 -0400 Original-Received: from [192.168.178.27] (brln-4dbc6ccd.pool.mediaWays.net [77.188.108.205]) by mrelayeu.kundenserver.de (node=mreu4) with ESMTP (Nemesis) id 0LjPsy-1RJdt51iOG-00bXVq; Sun, 17 Jul 2011 10:59:15 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.18) Gecko/20110616 SUSE/3.1.11 Thunderbird/3.1.11 In-Reply-To: <32062655.post@talk.nabble.com> X-Provags-ID: V02:K0:elJGTOh3X75FVK9+Qs2c3e6fkugkIB3so3bUIzpn/2K STeovUkRP7XWpcugV/mJD/6q2aoOQmcf3dDzoKhpVLGKzpup6h dM6AgPKfPyYoIUOLPHJ+lHFWn4dhCYC1p58MWaZhPrgOVwWU89 HqzdXIYGbzLTyTBn8yvMuILwe87t0VK6T3706a4H7mVvrddOTp O2ELXfBM2bHdyOKTuW9PcuQazfVg60OkNjXlk5TPyk= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.126.187 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81624 Archived-At: Am 14.07.2011 18:38, schrieb AngusC: > > If I use just ls on its own then no error and I see output as expected but > using ls -al I get ls.exe has stopped working dialog and emacs reports Shell > command failed with code 253 and no output). > > I am running GNU Emacs 23.3.1 (i386-mingw-nt6.1.7600) on Windows 7. > > Anyone any ideas? > > I am quite new to emacs so there may be some tip which would prevent this > issue? > > Angus > Hi, looks like some windows specific. Are you sure your windows shell provides this command? I'm on GNU Linux, so can't tell more. Andreas