From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ben Key Newsgroups: gmane.emacs.devel Subject: Emacs build error in modula2.el Date: Fri, 24 Jun 2011 20:30:46 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1308965491 29021 80.91.229.12 (25 Jun 2011 01:31:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 25 Jun 2011 01:31:31 +0000 (UTC) To: Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 25 03:31:28 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QaHiZ-000755-HN for ged-emacs-devel@m.gmane.org; Sat, 25 Jun 2011 03:31:27 +0200 Original-Received: from localhost ([::1]:34571 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaHiY-0006l3-DI for ged-emacs-devel@m.gmane.org; Fri, 24 Jun 2011 21:31:26 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:37630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaHiH-0006kf-T1 for Emacs-devel@gnu.org; Fri, 24 Jun 2011 21:31:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QaHiG-0006E1-MJ for Emacs-devel@gnu.org; Fri, 24 Jun 2011 21:31:09 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:44882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaHiG-0006Dv-Cz for Emacs-devel@gnu.org; Fri, 24 Jun 2011 21:31:08 -0400 Original-Received: by bwd14 with SMTP id 14so676328bwd.0 for ; Fri, 24 Jun 2011 18:31:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=Znlpjas/kCKvCHMgxmH9D+QW+LKPQq+KdjuuoK9uN9M=; b=gCWNXgkMHflIA9J9BBy5DRW+PD/ZgZCMSgbyKQuBo9pVbieeZ+/0yZ12EOszE2ixCP IrT9bY1AKvw4n0opowmSPDpFgvqG+uGW+XqA/6O76PT9EP2YIXqIEilTOALt7pThlfkO iGEi0GYh6Gx08mKYAXgoP8p01k4DBWF61A+4g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=ujIZ4IQ/lf9nxU5f0k7EROSq6S1CLPS+Ar9zLNZn+KvD1DACd30osUOzeg2RKCIOQ7 MsfUEEWYTbNf0O4hCPI5BExZDeVbJb5GegTAsul3Gx9Pl5UEpUQh7YYvfLsR4bFJhr5J yaB1klUOnTHQaNhc6zTsAfyufwpaJMGjoA+N4= Original-Received: by 10.204.14.208 with SMTP id h16mr2539988bka.35.1308965466196; Fri, 24 Jun 2011 18:31:06 -0700 (PDT) Original-Received: by 10.204.42.72 with HTTP; Fri, 24 Jun 2011 18:30:46 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.41 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:140950 Archived-At: Hello, I am seeing a build error in Emacs on Mac OS X. The error is in progmodes/modula2.el on line 113. Here are the details. progmodes/modula2.el:113:1:Error: Adjacent non-terminals: proctype PROCEDURE-type I do not know enough lisp to fix the bug myself.