unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Alan Mackenzie <acm@muc.de>, Emacs developers <emacs-devel@gnu.org>
Subject: Re: [Emacs-diffs] trunk r113568: Make Java try-with-resources statement parse properly.
Date: Wed, 31 Jul 2013 18:35:45 +0200	[thread overview]
Message-ID: <CAAeL0SSpaEttSBFsmJg41xZQjSVD2S0HM1E2HGVavRBYG92CtA@mail.gmail.com> (raw)
In-Reply-To: <E1V33K4-0000Oj-Qz@vcs.savannah.gnu.org>

On Sat, Jul 27, 2013 at 2:10 PM, Alan Mackenzie <acm@muc.de> wrote:
> ------------------------------------------------------------
> revno: 113568
> revision-id: acm@muc.de-20130727120743-7dybqfeqhw3ww4cs
> parent: rgm@gnu.org-20130727101730-vloxhd29dwohfngs
> committer: Alan Mackenzie <acm@muc.de>
> 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)) <RET>

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)



       reply	other threads:[~2013-07-31 16:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1V33K4-0000Oj-Qz@vcs.savannah.gnu.org>
2013-07-31 16:35 ` Juanma Barranquero [this message]
2013-08-02 17:24   ` [Emacs-diffs] trunk r113568: Make Java try-with-resources statement parse properly Alan Mackenzie
2013-08-02 17:27     ` Juanma Barranquero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAAeL0SSpaEttSBFsmJg41xZQjSVD2S0HM1E2HGVavRBYG92CtA@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=acm@muc.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).