From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: xiaweitang Newsgroups: gmane.emacs.help Subject: how to enable syntax highlighting for some shell script files? Date: Sun, 9 May 2010 14:57:53 -0700 (PDT) Message-ID: <28505457.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1273443779 29527 80.91.229.12 (9 May 2010 22:22:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 9 May 2010 22:22:59 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 10 00:22:57 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@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 1OBEtl-0002hp-BT for geh-help-gnu-emacs@m.gmane.org; Mon, 10 May 2010 00:22:57 +0200 Original-Received: from localhost ([127.0.0.1]:40446 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBEtk-0007Zo-M9 for geh-help-gnu-emacs@m.gmane.org; Sun, 09 May 2010 18:22:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OBEVZ-000072-Oq for help-gnu-emacs@gnu.org; Sun, 09 May 2010 17:57:57 -0400 Original-Received: from [140.186.70.92] (port=54460 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBEVY-00006e-C5 for Help-gnu-emacs@gnu.org; Sun, 09 May 2010 17:57:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBEVW-0007JV-P3 for Help-gnu-emacs@gnu.org; Sun, 09 May 2010 17:57:56 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:50510) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBEVW-0007JO-Kb for Help-gnu-emacs@gnu.org; Sun, 09 May 2010 17:57:54 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OBEVV-0000iI-6T for Help-gnu-emacs@gnu.org; Sun, 09 May 2010 14:57:53 -0700 X-Nabble-From: jadelightking@gmail.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Mailman-Approved-At: Sun, 09 May 2010 18:22:28 -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:73616 Archived-At: My emacs does syntax highlighting for C++, latex files, and also .Xdefaults, .xinitrc and so on. However, it doesn't do for other files like .inputrc and /etc/conf.d/local.start. My local.start file : # This is a good place to load any misc programs # on startup (use &>/dev/null to hide output) # disable wlan0 LED blinking echo phy0assoc > `find /sys/devices/ -name iwl-phy0::assoc`/trigger &>/dev/null # from http://my.opera.com/xliot/blog/ if ! test -p /lib/splash/cache/.splash; then rm /lib/splash/cache/.splash &>/dev/null mkfifo /lib/splash/cache/.splash fi -- View this message in context: http://old.nabble.com/how-to-enable-syntax-highlighting-for-some-shell-script-files--tp28505457p28505457.html Sent from the Emacs - Help mailing list archive at Nabble.com.