From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: William XWL Newsgroups: gmane.emacs.help Subject: Re: Make my own file mode?? Date: Thu, 04 Aug 2005 18:54:56 +0800 Organization: the Church of Emacs Message-ID: <87u0i6ezun.fsf@williamxwl.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1123203509 25881 80.91.229.2 (5 Aug 2005 00:58:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Aug 2005 00:58:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 05 02:58:27 2005 Return-path: Original-Received: from mail-relay.eunet.no ([193.71.71.242]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E0qWh-0007ld-Dr for geh-help-gnu-emacs@gmane.org; Fri, 05 Aug 2005 02:57:31 +0200 Original-Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by mail-relay.eunet.no (8.13.1/8.13.1/GN) with ESMTP id j74B8uLr089461 for ; Thu, 4 Aug 2005 13:08:57 +0200 (CEST) (envelope-from help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org) Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0dd9-00069x-0G for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Aug 2005 07:11:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E0dVp-0004dB-Ko for help-gnu-emacs@gnu.org; Thu, 04 Aug 2005 07:03:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E0dVl-0004aW-PP for help-gnu-emacs@gnu.org; Thu, 04 Aug 2005 07:03:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0dVl-0004Ro-1l for help-gnu-emacs@gnu.org; Thu, 04 Aug 2005 07:03:41 -0400 Original-Received: from [64.233.162.194] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E0dYE-0006Ht-EG for help-gnu-emacs@gnu.org; Thu, 04 Aug 2005 07:06:14 -0400 Original-Received: by zproxy.gmail.com with SMTP id x7so224523nzc for ; Thu, 04 Aug 2005 03:53:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:references:from:organization:date:in-reply-to:message-id:user-agent:mime-version:content-type; b=KpiLE5XvzTDAUe9U2Ya0dj21eb37/PW6jFSTZykyY+F+1iLqqEkZFgmKFtkFtnpIWZJv0Aaws+HzefDI2TaK/oo1Vej0+Zz2P9sJ3BJeRwAqohSFoECEkHKO+GLODISA38klVPrE36rjb+CnabHWdL6RGquxDdMesiNE9mRup5k= Original-Received: by 10.36.3.9 with SMTP id 9mr758393nzc; Thu, 04 Aug 2005 03:53:02 -0700 (PDT) Original-Received: from williamxwl.com ([59.66.131.181]) by mx.gmail.com with ESMTP id 5sm1766055nzk.2005.08.04.03.53.01; Thu, 04 Aug 2005 03:53:02 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org In-Reply-To: (jadajada@asd.com's message of "Wed, 03 Aug 2005 23:06:29 +0200") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) 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:28417 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28417 Paminu writes: > I have downloaded different .el files that gets activated when I start > writing ie C, sql etc. > > Is it possible to make these files on my own? I use FVWM window manager and > would like to make a mode for the .fvwm2rc file, any good hints on how to > get started? There's fvwm-mode.el. -- William