From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sun Yijiang Newsgroups: gmane.emacs.devel Subject: Re: A yacc/bison that outputs elisp? Date: Tue, 29 Mar 2005 09:10:05 +0800 Message-ID: <5065e29005032817105cc9374d@mail.gmail.com> References: <5065e2900503280609880db7b@mail.gmail.com> Reply-To: Sun Yijiang NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1112058906 31425 80.91.229.2 (29 Mar 2005 01:15:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Mar 2005 01:15:06 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 29 03:15:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DG5JO-0008Ev-EW for ged-emacs-devel@m.gmane.org; Tue, 29 Mar 2005 03:14:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DG5Za-0007Dg-Gc for ged-emacs-devel@m.gmane.org; Mon, 28 Mar 2005 20:31:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DG5Wv-0006Od-2i for emacs-devel@gnu.org; Mon, 28 Mar 2005 20:28:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DG5Wd-0006FE-Nz for emacs-devel@gnu.org; Mon, 28 Mar 2005 20:28:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DG5Wc-0006DI-95 for emacs-devel@gnu.org; Mon, 28 Mar 2005 20:28:10 -0500 Original-Received: from [64.233.184.196] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DG5F7-0006mP-W3 for emacs-devel@gnu.org; Mon, 28 Mar 2005 20:10:06 -0500 Original-Received: by wproxy.gmail.com with SMTP id 69so375096wra for ; Mon, 28 Mar 2005 17:10:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=SDMZuyAJE+8N0jIuX4ym8nRLpgys3YyisdG3ow8Hv/Bwgi+JIlC3/jio/6CdBuOXp8GdmOrP/Zva0Wa/lknjpaUm2yow3nGLZftoiwRmEebhf78N095104PEG91aP3/wNIB4UUGuKJwbG1luVM8S+7TFcFvZhdFB2Kjvao4WHCg= Original-Received: by 10.54.13.34 with SMTP id 34mr1682831wrm; Mon, 28 Mar 2005 17:10:05 -0800 (PST) Original-Received: by 10.54.13.12 with HTTP; Mon, 28 Mar 2005 17:10:05 -0800 (PST) Original-To: Stefan Monnier In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:35279 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35279 I found his homepage at http://www.newartisans.com/johnw, but there's no scanner.el found. Also I searched mail archive of gnu.emacs.sources, but still not found. Where can I download it, please? On Mon, 28 Mar 2005 12:31:32 -0500, Stefan Monnier wrote: > >> Is that possible? Anyone had the same thoughts? I think it would be > >> very very useful for an editor to have such syntax-specific parsing > >> ability. > > > There's a package out there that does just that (IIRC it uses bison and > > post-processes the C output to turn it in to elisp). > > Can't remember the name, tho, > > It's called "scanner.el" and written by John Wiegley (famous for several > other Emacs packages). > > Look for it on gnu.emacs.sources, > > > Stefan >