From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolai Weibull Newsgroups: gmane.emacs.help Subject: YACC/Bison mode Date: Mon, 14 May 2012 10:18:00 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1336983500 21876 80.91.229.3 (14 May 2012 08:18:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 May 2012 08:18:20 +0000 (UTC) To: Emacs Users Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 14 10:18:19 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1STqTx-0002gL-Bj for geh-help-gnu-emacs@m.gmane.org; Mon, 14 May 2012 10:18:17 +0200 Original-Received: from localhost ([::1]:37782 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STqTw-0001SN-N2 for geh-help-gnu-emacs@m.gmane.org; Mon, 14 May 2012 04:18:16 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STqTo-0001SE-RL for help-gnu-emacs@gnu.org; Mon, 14 May 2012 04:18:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1STqTk-0001z8-11 for help-gnu-emacs@gnu.org; Mon, 14 May 2012 04:18:08 -0400 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:57018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STqTj-0001ys-OS for help-gnu-emacs@gnu.org; Mon, 14 May 2012 04:18:03 -0400 Original-Received: by dakp5 with SMTP id p5so6091648dak.0 for ; Mon, 14 May 2012 01:18:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=manGKZo4Zl0V/DGVbXQyVpGQR50CO1rU4XyO9gT2JfM=; b=hN761EzNALkKRejY3o4X3208SnSLqcpuWkAXyYiP8ykjky/qWKiAxUFH0fNv2uFDbD JWutYH4en1D9jsk6u0pSPwieVC6z4qvtl1zhkr+YH9fB3Gj6gQmRvUW5bT9FJRI9Vs+e Idm7PzSsf6zRnf4qsUU0SXsZ/S5IvvujZ6/NhlI3MxyMi4lYLFlrUHr1WFUyBm5oXdFf puBE73ztpNvVMLkz5FRtmRDdLZJDiS3PpSrLYtDNJEngsiIh5yq7jJV9/upMGasdCIZ7 9DbW71yKuHJybnIVDUabMTqE6baog2s8hDxiedvqB3Q5giyMiI8dgMwkL3nEpjPY6XNY B0EQ== Original-Received: by 10.68.217.67 with SMTP id ow3mr2592978pbc.16.1336983480669; Mon, 14 May 2012 01:18:00 -0700 (PDT) Original-Received: by 10.68.44.161 with HTTP; Mon, 14 May 2012 01:18:00 -0700 (PDT) X-Google-Sender-Auth: mUgHPFWlEXFdB0lTkx3-A4wT6yc X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.41 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84817 Archived-At: Hi! What mode do you use for YACC/Bison editing? The default of c-mode isn=E2=80=99t a very good fit. The alternatives I=E2= =80=99ve found, matz=E2=80=99s yacc.el and bison-mode.el seem to integrate poorly wi= th c-mode. Is there something more modern than these =E2=80=9990s creations? Thanks!