From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#1593: ruby-mode: problems with font-lock Date: Tue, 04 Oct 2011 18:01:44 -0400 Message-ID: References: <50177d450812160306v70f3661tabbe7eabd0c1545b@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1317765760 30865 80.91.229.12 (4 Oct 2011 22:02:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 Oct 2011 22:02:40 +0000 (UTC) To: 1593-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 05 00:02:36 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1RBD4N-00024r-Bl for geb-bug-gnu-emacs@m.gmane.org; Wed, 05 Oct 2011 00:02:35 +0200 Original-Received: from localhost ([::1]:59733 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBD4M-0007IL-OT for geb-bug-gnu-emacs@m.gmane.org; Tue, 04 Oct 2011 18:02:34 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBD4K-0007I0-J6 for bug-gnu-emacs@gnu.org; Tue, 04 Oct 2011 18:02:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBD4J-0001ze-K9 for bug-gnu-emacs@gnu.org; Tue, 04 Oct 2011 18:02:32 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:34602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBD4J-0001zY-FQ for bug-gnu-emacs@gnu.org; Tue, 04 Oct 2011 18:02:31 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RBD5m-0005jH-3Y for bug-gnu-emacs@gnu.org; Tue, 04 Oct 2011 18:04:02 -0400 Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Tue, 04 Oct 2011 22:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 1593 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 1593@debbugs.gnu.org, rgm@gnu.org Original-Received: via spool by 1593-done@debbugs.gnu.org id=D1593.131776579921957 (code D ref 1593); Tue, 04 Oct 2011 22:04:01 +0000 Original-Received: (at 1593-done) by debbugs.gnu.org; 4 Oct 2011 22:03:19 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RBD54-0005i5-Vd for submit@debbugs.gnu.org; Tue, 04 Oct 2011 18:03:19 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RBD51-0005hx-GW for 1593-done@debbugs.gnu.org; Tue, 04 Oct 2011 18:03:16 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RBD3Y-0005fB-6O; Tue, 04 Oct 2011 18:01:44 -0400 X-Spook: cryptanalysis Leitrim Janet Reno Putin Taiwan X-Ran: -/H)5JEadPa~I\@FxcbF[u.zQ>fOQDn=?,myCLHDr.~ihAyA_;}w'rkJx:5I4UIGDVxdrO X-Hue: black X-Attribution: GM In-Reply-To: <50177d450812160306v70f3661tabbe7eabd0c1545b@mail.gmail.com> (Pietro Giorgianni's message of "Tue, 16 Dec 2008 12:06:43 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 04 Oct 2011 18:04:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52187 Archived-At: Vesion: 24.1 "Pietro Giorgianni" wrote: > The syntax %{#{'?'}} , while legal (it is equivalent to '?'), makes > all the following text appear in font-lock-string-face. > > The same happens with %{#{"?"}} , and seems to rise from the ?" or ?' > part: if I put a space (or whatever) after the ? , things work. I see this in Emacs 23.3, but not in the current trunk, so it seems to have been fixed. The other stuff mentioned in your update seems to be the subject of http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6286