From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: APL mode Date: Mon, 14 Oct 2013 00:35:09 +0900 Message-ID: <877gdhgp5e.fsf@uwakimon.sk.tsukuba.ac.jp> References: <87haclhdnz.fsf@uwakimon.sk.tsukuba.ac.jp> <87fvs5h1e7.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1381678522 4948 80.91.229.3 (13 Oct 2013 15:35:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Oct 2013 15:35:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Rustom Mody Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 13 17:35:26 2013 Return-path: Envelope-to: ged-emacs-devel@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 1VVNhW-0000Yj-IC for ged-emacs-devel@m.gmane.org; Sun, 13 Oct 2013 17:35:26 +0200 Original-Received: from localhost ([::1]:33416 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVNhW-00061t-39 for ged-emacs-devel@m.gmane.org; Sun, 13 Oct 2013 11:35:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVNhM-00060p-V5 for emacs-devel@gnu.org; Sun, 13 Oct 2013 11:35:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVNhH-0003Pq-4g for emacs-devel@gnu.org; Sun, 13 Oct 2013 11:35:16 -0400 Original-Received: from mgmt1.sk.tsukuba.ac.jp ([130.158.97.223]:34751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVNhG-0003Pe-Qw for emacs-devel@gnu.org; Sun, 13 Oct 2013 11:35:11 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mgmt1.sk.tsukuba.ac.jp (Postfix) with ESMTP id 885FC3FA098C; Mon, 14 Oct 2013 00:35:09 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 84546129E2C; Mon, 14 Oct 2013 00:35:09 +0900 (JST) In-Reply-To: X-Mailer: VM undefined under 21.5 (beta34) "kale" 182d01410b8d XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 130.158.97.223 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164178 Archived-At: Rustom Mody writes: > > > Can you point me to somewhere to read as example? > > > > css-mode, htmlize, nroff-mode, xpm-mode, xrdb-mode. But you won't > > find a Lispish parser in any of them IIRC. Rather the parsing is > > buried in movement functions and the like. To find what you're > > looking for, find the keymap, and then find the motion function. > > Could not find many of these. Are they elisp files in the standard > distribution? I would think so, except for htmlize. http://ftp.xemacs.org/packages/text-modes-1.98-pkg.tar.gz has all of them and a number of other examples. > Also any examples that use semantic? ecb and jde are the only ones I know of. grep -rl "require 'semantic" should give you a nice list.