From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r113568: Make Java try-with-resources statement parse properly. Date: Wed, 31 Jul 2013 18:35:45 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1375288592 10967 80.91.229.3 (31 Jul 2013 16:36:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Jul 2013 16:36:32 +0000 (UTC) To: Alan Mackenzie , Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 31 18:36:34 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 1V4ZO5-0004TT-0a for ged-emacs-devel@m.gmane.org; Wed, 31 Jul 2013 18:36:33 +0200 Original-Received: from localhost ([::1]:57823 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4ZO4-00012D-JQ for ged-emacs-devel@m.gmane.org; Wed, 31 Jul 2013 12:36:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4ZO0-000126-Nz for emacs-devel@gnu.org; Wed, 31 Jul 2013 12:36:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4ZNz-0002Qu-1V for emacs-devel@gnu.org; Wed, 31 Jul 2013 12:36:28 -0400 Original-Received: from mail-ee0-x229.google.com ([2a00:1450:4013:c00::229]:54620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4ZNy-0002Qf-Ru for emacs-devel@gnu.org; Wed, 31 Jul 2013 12:36:26 -0400 Original-Received: by mail-ee0-f41.google.com with SMTP id d17so478038eek.28 for ; Wed, 31 Jul 2013 09:36:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=ODOdKBSxNSB16g0HzULnjQhf9vQ1i6a7bmF1PmBrYCs=; b=toGT3xJ0Dfc7kqTfVJJK3o2Sk95UnYfIM6UoWWgO5VGvo4NLxTHx9gKiC3hVaIriPT Ix2M+9o8RzPBhYxJiCB2jv+WrgeB0xahW8M6DilQKhs3MAltqpt9KWOrZxxDNe0nyBc0 2+1aljiXv04WgQUe1h3/u1DibRuCP5trPEzwQFELT276Kdsj0VR9ELwgfGBOw5wkBvtU gdbbaSNztcLfUKvSvECXcwLdt+uuuF14R8fNKYDVeYp6uE1SjP2utc2RkCHW1fp+kC5r 7NFPYQOuI3jJiJmAOp7KIkHZECXc12RrxWF/YVU2lwF/xIOKxgiWpWOFp6JmO8alMcti D/Fw== X-Received: by 10.15.111.69 with SMTP id ci45mr19885823eeb.14.1375288586113; Wed, 31 Jul 2013 09:36:26 -0700 (PDT) Original-Received: by 10.15.23.70 with HTTP; Wed, 31 Jul 2013 09:35:45 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::229 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:162298 Archived-At: On Sat, Jul 27, 2013 at 2:10 PM, Alan Mackenzie wrote: > ------------------------------------------------------------ > revno: 113568 > revision-id: acm@muc.de-20130727120743-7dybqfeqhw3ww4cs > parent: rgm@gnu.org-20130727101730-vloxhd29dwohfngs > committer: Alan Mackenzie > branch nick: trunk > timestamp: Sat 2013-07-27 12:07:43 +0000 > message: > Make Java try-with-resources statement parse properly. This patch causes redisplay errors when visiting C source files: Error during redisplay: (jit-lock-function 2096) signaled (wrong-type-argument stringp nil) Error during redisplay: (jit-lock-function 2643) signaled (wrong-type-argument stringp nil) Error during redisplay: (jit-lock-function 3144) signaled (wrong-type-argument stringp nil) Possibly because of this: emacs -Q src/alloc.c M-: (font-lock-fontify-region (point-min) (point-max)) Debugger entered--Lisp error: (wrong-type-argument stringp nil) looking-at(nil) #[(match-pos inside-macro) ...] 7](2295 t) c-find-decl-spots(181931 "[[:alpha:]_]" (nil font-lock-type-face font-lock-constant-face font-lock-keyword-face) #[(match-pos inside-macro) ...] 7]) c-font-lock-declarations(181931) font-lock-fontify-keywords-region(1 181931 nil) font-lock-default-fontify-region(1 181931 nil) c-font-lock-fontify-region(1 181931 nil) font-lock-fontify-region(1 181931) eval((font-lock-fontify-region (point-min) (point-max)) nil) eval-expression((font-lock-fontify-region (point-min) (point-max)) nil) call-interactively(eval-expression nil nil) command-execute(eval-expression)