From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: bat-mode ? Date: Sun, 3 Aug 2008 13:11:54 -0700 Message-ID: <005b01c8f5a5$2cc1da90$0200a8c0@us.oracle.com> References: <48960254$0$874$ba4acef3@news.orange.fr> <48960A46.1010200@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217794392 8257 80.91.229.12 (3 Aug 2008 20:13:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Aug 2008 20:13:12 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "'Lennart Borgman \(gmail\)'" , "'alain.berenguier'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 03 22:14:01 2008 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.50) id 1KPjxn-0001qn-RI for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Aug 2008 22:14:00 +0200 Original-Received: from localhost ([127.0.0.1]:49299 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KPjws-0000HR-Iq for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Aug 2008 16:13:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KPjwV-0000DN-C3 for help-gnu-emacs@gnu.org; Sun, 03 Aug 2008 16:12:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KPjwU-0000Az-94 for help-gnu-emacs@gnu.org; Sun, 03 Aug 2008 16:12:38 -0400 Original-Received: from [199.232.76.173] (port=48113 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KPjwU-0000Aj-5H for help-gnu-emacs@gnu.org; Sun, 03 Aug 2008 16:12:38 -0400 Original-Received: from rgminet01.oracle.com ([148.87.113.118]:60030) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KPjwU-0002S2-62 for help-gnu-emacs@gnu.org; Sun, 03 Aug 2008 16:12:38 -0400 Original-Received: from agmgw1.us.oracle.com (agmgw1.us.oracle.com [152.68.180.212]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id m73KCNkD023074; Sun, 3 Aug 2008 14:12:23 -0600 Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by agmgw1.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m72MxGdu021524; Sun, 3 Aug 2008 14:12:22 -0600 Original-Received: from inet-141-146-46-1.oracle.com by acsmt353.oracle.com with ESMTP id 11203287931217794290; Sun, 03 Aug 2008 13:11:30 -0700 Original-Received: from dradamslap1 (/69.181.100.12) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 03 Aug 2008 13:11:30 -0700 X-Mailer: Microsoft Office Outlook 11 Thread-Index: Acj1ocOWwtJqIPInQvit+yZRuSIlWgAAgDjw In-Reply-To: <48960A46.1010200@gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:56188 Archived-At: > > Before [I] write an "bat-mode", can find a site where all > > sources are writen. e-g- a repository of modes. > > Is this what you are looking for? > http://www.emacswiki.org/cgi-bin/wiki/CmdMode To reply to your general question, Emacs Wiki has a repository of Emacs-Lisp libraries, many of which define modes: http://www.emacswiki.org/cgi-bin/wiki?action=index;match=%5C.(el%7Ctar)(%5C.gz)% 3F%24 Emacs Wiki is also searchable - searching for `bat' shows a set of wiki pages that includes the one Lennart pointed out above. Other sources of Emacs-Lisp libraries include: - Emacs-Lisp List: http://www.emacswiki.org/cgi-bin/wiki/EmacsLispList - the Emacs-Lisp code that is part of Emacs - see directory `lisp' or try command `finder-by-keyword' - mailing list gnu-emacs-sources@gnu.org