From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Bash scripts in black and white Date: Thu, 13 May 2010 11:16:34 +0200 Message-ID: <4BEBC372.5010402@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1273750609 22944 80.91.229.12 (13 May 2010 11:36:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 13 May 2010 11:36:49 +0000 (UTC) To: Emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 13 13:36:48 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OCWid-00008d-TA for ged-emacs-devel@m.gmane.org; Thu, 13 May 2010 13:36:48 +0200 Original-Received: from localhost ([127.0.0.1]:41994 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCWic-0001RE-UA for ged-emacs-devel@m.gmane.org; Thu, 13 May 2010 07:36:46 -0400 Original-Received: from [140.186.70.92] (port=36340 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCWXR-0007qi-1o for emacs-devel@gnu.org; Thu, 13 May 2010 07:25:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCUX4-00041i-Cc for emacs-devel@gnu.org; Thu, 13 May 2010 05:16:43 -0400 Original-Received: from smtp-out30.alice.it ([85.33.2.30]:4204) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCUX4-000415-30 for emacs-devel@gnu.org; Thu, 13 May 2010 05:16:42 -0400 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-out30.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Thu, 13 May 2010 11:16:38 +0200 Original-Received: from FBCMCL01B01.fbc.local ([192.168.69.82]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Thu, 13 May 2010 11:16:38 +0200 Original-Received: from [87.1.0.223] ([87.1.0.223]) by FBCMCL01B01.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Thu, 13 May 2010 11:16:38 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 X-OriginalArrivalTime: 13 May 2010 09:16:38.0810 (UTC) FILETIME=[FE32F7A0:01CAF27C] X-detected-operating-system: by eggs.gnu.org: Windows 2000 SP4, XP SP1+ 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:124738 Archived-At: With the current trunk (rev. 100258), visiting or editing bash scripts (*.sh) results in black and white (B&W), i.e. it misses the color syntax. There is also an error message. To reproduce: $ emacs -Q & C-x C-f test.sh In the minibuffer Emacs writes: "File mode specification error: (void-function prog-mode)" and typing syntax elements (like '#' etc.) results in B&W. The buffer 'test.sh' is visited in the 'Fundamental' mode. This happens both on Cygwin and on GNU/Linux Kubuntu 10.04, GTK builds, clean bootstraps. The last bootstrap that works with *.sh files is that done with rev. 100219. Ciao, Angelo.