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: A yacc/bison that outputs elisp? Date: Mon, 28 Mar 2005 22:09:59 +0800 Message-ID: <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 1112019078 19651 80.91.229.2 (28 Mar 2005 14:11:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Mar 2005 14:11:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 28 16:11:16 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DFuwv-0004sz-Er for ged-emacs-devel@m.gmane.org; Mon, 28 Mar 2005 16:10:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DFvCf-0004Ze-7j for ged-emacs-devel@m.gmane.org; Mon, 28 Mar 2005 09:26:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DFvBv-0004W2-2i for emacs-devel@gnu.org; Mon, 28 Mar 2005 09:26:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DFvBr-0004Tx-Q0 for emacs-devel@gnu.org; Mon, 28 Mar 2005 09:26:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DFvBr-0004TX-Cn for emacs-devel@gnu.org; Mon, 28 Mar 2005 09:26:03 -0500 Original-Received: from [64.233.184.196] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DFuwM-00079y-DA for emacs-devel@gnu.org; Mon, 28 Mar 2005 09:10:02 -0500 Original-Received: by wproxy.gmail.com with SMTP id 50so267123wri for ; Mon, 28 Mar 2005 06:09:59 -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:mime-version:content-type:content-transfer-encoding; b=GuUoOn1nXKPBAYMafe+xnGVfOERaDf3RWWBKPTze3eTrAGqZjL2Vfj6sRST6Q/DT6PT863937qUuhEeYAlJjpMRGbpKDLxVLD2PIZHC/uRnDKNjI5i490ktd+YXehPW2rEyiCPpGykPYmgUQoS0kEl87FaKOkNyW4VI5OwCfhfw= Original-Received: by 10.54.22.19 with SMTP id 19mr2307239wrv; Mon, 28 Mar 2005 06:09:59 -0800 (PST) Original-Received: by 10.54.13.12 with HTTP; Mon, 28 Mar 2005 06:09:59 -0800 (PST) Original-To: emacs-devel@gnu.org 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:35248 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35248 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. For lex/flex, Emacs has the ability to filter out comments and strings as they do. Sun Yijiang