From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Suvayu Ali Newsgroups: gmane.emacs.help Subject: Re: Major mode for kickstart files Date: Wed, 21 Aug 2013 15:54:06 +0200 Message-ID: <20130821135406.GA11721@kuru.dyndns-at-home.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1377093272 24585 80.91.229.3 (21 Aug 2013 13:54:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Aug 2013 13:54:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 21 15:54:35 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VC8rm-00076M-5I for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Aug 2013 15:54:30 +0200 Original-Received: from localhost ([::1]:53900 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC8rl-0005XK-AJ for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Aug 2013 09:54:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC8rW-0005WJ-4j for help-gnu-emacs@gnu.org; Wed, 21 Aug 2013 09:54:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VC8rU-0001YF-OP for help-gnu-emacs@gnu.org; Wed, 21 Aug 2013 09:54:14 -0400 Original-Received: from mail-ee0-x22b.google.com ([2a00:1450:4013:c00::22b]:64063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC8rU-0001Y1-I4 for help-gnu-emacs@gnu.org; Wed, 21 Aug 2013 09:54:12 -0400 Original-Received: by mail-ee0-f43.google.com with SMTP id e52so247602eek.30 for ; Wed, 21 Aug 2013 06:54:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=7liv0UDJg+WCJuFP/fLp+7mNoelRbBE3j9Q8hunq4w8=; b=rGLoJtkWRq5lGHUox/xppSx8iK27gcrgsk/P7PuzYzLEbIOAt7v3VrITXub0+Ljjtu 1zpGD9vLxX7uTFvJlXS/1flCXp3mGtVYtRorTRgdsKLgknki4pJkL9hBqmWNpatex4kR syls4uOHdoeadBK3Yvpo5zedrFH5+z4dTGhW+4pwIqYQQ6YqnXnbMUYwdrZzmUlsDgsI U0Ug0FlhPyYNv/P3N/wy0F6R8EbnrKob+5o0ltvl72RU/MwuC+ZGOOrbSyfHrAG99Qdq sHMEl0tp7KIhhof9kJFlwqjoLkqT5DCDzdJIuhqbUobyRs3PSThgEazvAYKkVlr9E72p AlGg== X-Received: by 10.14.183.2 with SMTP id p2mr10658391eem.44.1377093251097; Wed, 21 Aug 2013 06:54:11 -0700 (PDT) Original-Received: from kuru.dyndns-at-home.com ([2001:610:120:3001:f2de:f1ff:fe37:c76c]) by mx.google.com with ESMTPSA id z12sm9992683eev.6.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 21 Aug 2013 06:54:09 -0700 (PDT) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2012-12-30) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::22b 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:93026 Archived-At: On Tue, Aug 20, 2013 at 05:23:17PM -0500, Kyle Sexton wrote: > Does anyone know if there is a major mode either included or that can > be downloaded to add syntax highlighting to Red Hat/Fedora kickstart > files? > > Information on kickstart files: > http://fedoraproject.org/wiki/Anaconda/Kickstart > > If not.. sounds like I have a good opportunity to make one. :P I'm not aware of any. That said, since most parts of kickstart file is a shell script, maybe shell-script-mode will do? -- Suvayu Open source is the future. It sets us free.