From unknown Sat Aug 09 20:46:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#63579: org-babal-lilypond fontification error Resent-From: Jonas Damm Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 19 May 2023 04:00:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 63579 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 63579@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16844687997617 (code B ref -1); Fri, 19 May 2023 04:00:04 +0000 Received: (at submit) by debbugs.gnu.org; 19 May 2023 03:59:59 +0000 Received: from localhost ([127.0.0.1]:55046 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzrHb-0001yh-Ce for submit@debbugs.gnu.org; Thu, 18 May 2023 23:59:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:59854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzlw9-0000jR-Ut for submit@debbugs.gnu.org; Thu, 18 May 2023 18:17:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pzlw9-0002i2-Lf for bug-gnu-emacs@gnu.org; Thu, 18 May 2023 18:17:29 -0400 Received: from dd15330.kasserver.com ([85.13.136.159]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pzlw7-0005vZ-Li for bug-gnu-emacs@gnu.org; Thu, 18 May 2023 18:17:29 -0400 Received: from jonas-x201 (unknown [185.168.9.27]) by dd15330.kasserver.com (Postfix) with ESMTPSA id 0C0CD750009B for ; Fri, 19 May 2023 00:17:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jonas-damm.de; s=kas202303062134; t=1684448225; bh=CmOB/sud3a/9VgT87WhwGzDdp82z3NnjK4BWhOO+ynk=; h=From:To:Subject:Date:From; b=Ms7ya1r6+banvFaA6rKud9P9hucoB7rRtBOFi7QuuzR/+BrzxGfs6ZH1Cvwey5CFr 5cmoESqyaWGWZDm423tlq7lTLkJtmDbgnHo6lQjGrE0McuyBa2fHSdlHJdGn5ozqvH nedYRmKRoeYmjVSrv+5xlokzW8beCCD+9a1z/uKIt8Aq43Cr6spT0CTYxdRNgwTu6z QebTD9jkx0i19eubI9W3QumnVT1mHI3JPB+9enq6LIJdQl05IlEZ2zcR+rafBrusio TN6EbWUPdh/62ohi6suoUK0aoxclvOTRSltZqAz3asd2StwNfyhGu/xK4WDjzHd0PK QR8SDMNqIh5SA== From: Jonas Damm Date: Fri, 19 May 2023 00:17:03 +0200 Message-ID: <87mt21xp28.fsf@jonas-damm.de> MIME-Version: 1.0 Content-Type: text/plain X-Spamd-Bar: / Received-SPF: none client-ip=85.13.136.159; envelope-from=mailing@jonas-damm.de; helo=dd15330.kasserver.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Mailman-Approved-At: Thu, 18 May 2023 23:59:55 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Date: Fri, 19 May 2023 00:15:42 +0200 References: <87y1m477kt.fsf@jonas-damm.de> User-agent: mu4e 1.8.13; emacs 29.0.91 Example: Hi, I am using org-babel to create music sheets with lilypond. For some reason the fontification is not working anymore: [2. text/x-org] #+begin_src lilypond \relative c' { c d e f g } #+end_src [3. text/plain] The syntax highlighting breaks when entering the "{". The error is: Org mode fontification error in # at 80 (80 is the line with #+end_src) GNU Emacs 29.0.90 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.37, cairo version 1.16.0) of 2023-04-26 Org mode version 9.6.4 (release_9.6.4-9-g8eb209 @ /usr/local/share/emacs/29.0.90/lisp/org/) GNU LilyPond 2.24.1 (running Guile 2.2) Thanks for any help. Regards, Jonas From unknown Sat Aug 09 20:46:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#63579: org-babal-lilypond fontification error Resent-From: Ihor Radchenko Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 19 May 2023 09:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63579 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Jonas Damm Cc: 63579@debbugs.gnu.org Received: via spool by 63579-submit@debbugs.gnu.org id=B63579.168448714828548 (code B ref 63579); Fri, 19 May 2023 09:06:02 +0000 Received: (at 63579) by debbugs.gnu.org; 19 May 2023 09:05:48 +0000 Received: from localhost ([127.0.0.1]:55412 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzw3X-0007QN-Qj for submit@debbugs.gnu.org; Fri, 19 May 2023 05:05:48 -0400 Received: from mout01.posteo.de ([185.67.36.65]:40427) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzw3S-0007Q5-TX for 63579@debbugs.gnu.org; Fri, 19 May 2023 05:05:46 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 1185A24002D for <63579@debbugs.gnu.org>; Fri, 19 May 2023 11:05:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1684487137; bh=TBD3INPrFMGkUaByQ0cr8Xzby8CAzrv4oDc1BYo5CR0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=oEuieRk1lQ1f3fk7k3rhsX0fdFCgDxLeG1TxrTlTcLNcvzM35xfjh0oIjwI3f1mhI 89NIEJ5R3dmEsKCb6TP0gyM8H+04N9NS4B1OByBRenJYh1+159Lj+nDT3Gv4WTurLO btK15W3YuFdYloDe1IfP2TwrewxPsmvztZRPgi5XtrtKuAK21UVKUCZq+tuyVWP21r sQ22lwzvUgEcT/aqvQ388K/PazHtWQt7Cj66E+wNMfZAYpujFaFFEP8ZSttgftiFKb UWD4slU5Bo5Lvg5bnqdZjTt1kt+YbzS1KpyzzVOZ9gy0sbL/Vo6XFkz1+8LAb+yNKH hw3pH1M7UWC1A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4QN1CN1FGHz6ty3; Fri, 19 May 2023 11:05:36 +0200 (CEST) From: Ihor Radchenko In-Reply-To: <87mt21xp28.fsf@jonas-damm.de> References: <87mt21xp28.fsf@jonas-damm.de> Date: Fri, 19 May 2023 09:09:02 +0000 Message-ID: <87mt20g029.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Jonas Damm writes: > User-agent: mu4e 1.8.13; emacs 29.0.91 > Example: > > Hi, > I am using org-babel to create music sheets with lilypond. > For some reason the fontification is not working anymore: > > [2. text/x-org] > #+begin_src lilypond > > \relative c' { > c d e f g > } > > #+end_src This is a problem with lilypond: Debugger entered--Lisp error: (void-variable font-lock-reference-face) (eval font-lock-reference-face t) (#f(compiled-function (highlight) "Apply HIGHLIGHT following a match.\nHIGHLIGHT should be of the form MATCH-HIGHLIGHT, see `font-lock-keywords'." #) (0 font-lock-reference-face t)) (font-lock-fontify-keywords-region 1 42 nil) (font-lock-default-fontify-region 1 42 nil) (font-lock-fontify-region 1 42) (#f(compiled-function (beg end) #) 1 42) (font-lock-ensure) `font-lock-reference-face' is an obsolete variable that has been removed in Emacs 29. Please report this issue to Lilypond developers. See https://lilypond.org/bug-reports.html -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at From unknown Sat Aug 09 20:46:32 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jonas Damm Subject: bug#63579: closed (Re: bug#63579: org-babal-lilypond fontification error) Message-ID: References: <83mt20twlz.fsf@gnu.org> <87mt21xp28.fsf@jonas-damm.de> X-Gnu-PR-Message: they-closed 63579 X-Gnu-PR-Package: emacs Reply-To: 63579@debbugs.gnu.org Date: Fri, 19 May 2023 11:00:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1684494002-10047-1" This is a multi-part message in MIME format... ------------=_1684494002-10047-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #63579: org-babal-lilypond fontification error which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 63579@debbugs.gnu.org. --=20 63579: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D63579 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1684494002-10047-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 63579-done) by debbugs.gnu.org; 19 May 2023 10:59:46 +0000 Received: from localhost ([127.0.0.1]:55521 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzxpp-0002bB-OF for submit@debbugs.gnu.org; Fri, 19 May 2023 06:59:46 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60058) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzxpn-0002as-TE for 63579-done@debbugs.gnu.org; Fri, 19 May 2023 06:59:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pzxph-0007UM-SM; Fri, 19 May 2023 06:59:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=7ahZz/pSSX6U33R8kdFEJ6aZd5RdQG0inaaicO3zYlY=; b=WF2W7iB8bPBp ANCq9vih9vrps5YrPtmsH9jkqpcm0ogQhyYaSst+IEgwjGkJd31w2YHl91/4wlIVnekpI54NWvNcj Uq+W3dPK2U17nnPy8vPGbATSKSZMulY95RyS/X5pcHtBj6zEquJdOQhYBg4bmfvf96TemAHlYTUbe Iw6DGa/5+WCgzjn+WwDmgXmcWZZTK3XUOlvzlZHOLkfagntwQtSpmD8YYunNfWx7lOstMithLOBfF +K6gXrg2QXXuEZfgYDiDjWllC8t6QbZXZ7kUM2e6NPwTjGD0AmS827O73o7VRx5MZJiOGieGTmijT w2sMH2EMkG6hJj7MWGux4A==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pzxph-0004WZ-By; Fri, 19 May 2023 06:59:37 -0400 Date: Fri, 19 May 2023 13:59:52 +0300 Message-Id: <83mt20twlz.fsf@gnu.org> From: Eli Zaretskii To: Ihor Radchenko In-Reply-To: <87mt20g029.fsf@localhost> (message from Ihor Radchenko on Fri, 19 May 2023 09:09:02 +0000) Subject: Re: bug#63579: org-babal-lilypond fontification error References: <87mt21xp28.fsf@jonas-damm.de> <87mt20g029.fsf@localhost> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63579-done Cc: 63579-done@debbugs.gnu.org, mailing@jonas-damm.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Cc: 63579@debbugs.gnu.org > From: Ihor Radchenko > Date: Fri, 19 May 2023 09:09:02 +0000 > > This is a problem with lilypond: > > Debugger entered--Lisp error: (void-variable font-lock-reference-face) > (eval font-lock-reference-face t) > (#f(compiled-function (highlight) "Apply HIGHLIGHT following a match.\nHIGHLIGHT should be of the form MATCH-HIGHLIGHT, see `font-lock-keywords'." #) (0 font-lock-reference-face t)) > (font-lock-fontify-keywords-region 1 42 nil) > (font-lock-default-fontify-region 1 42 nil) > (font-lock-fontify-region 1 42) > (#f(compiled-function (beg end) #) 1 42) > (font-lock-ensure) > > `font-lock-reference-face' is an obsolete variable that has been removed > in Emacs 29. > > Please report this issue to Lilypond developers. See > https://lilypond.org/bug-reports.html Thanks for investigating; I'm therefore closing this bug. ------------=_1684494002-10047-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 19 May 2023 03:59:59 +0000 Received: from localhost ([127.0.0.1]:55046 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzrHb-0001yh-Ce for submit@debbugs.gnu.org; Thu, 18 May 2023 23:59:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:59854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzlw9-0000jR-Ut for submit@debbugs.gnu.org; Thu, 18 May 2023 18:17:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pzlw9-0002i2-Lf for bug-gnu-emacs@gnu.org; Thu, 18 May 2023 18:17:29 -0400 Received: from dd15330.kasserver.com ([85.13.136.159]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pzlw7-0005vZ-Li for bug-gnu-emacs@gnu.org; Thu, 18 May 2023 18:17:29 -0400 Received: from jonas-x201 (unknown [185.168.9.27]) by dd15330.kasserver.com (Postfix) with ESMTPSA id 0C0CD750009B for ; Fri, 19 May 2023 00:17:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jonas-damm.de; s=kas202303062134; t=1684448225; bh=CmOB/sud3a/9VgT87WhwGzDdp82z3NnjK4BWhOO+ynk=; h=From:To:Subject:Date:From; b=Ms7ya1r6+banvFaA6rKud9P9hucoB7rRtBOFi7QuuzR/+BrzxGfs6ZH1Cvwey5CFr 5cmoESqyaWGWZDm423tlq7lTLkJtmDbgnHo6lQjGrE0McuyBa2fHSdlHJdGn5ozqvH nedYRmKRoeYmjVSrv+5xlokzW8beCCD+9a1z/uKIt8Aq43Cr6spT0CTYxdRNgwTu6z QebTD9jkx0i19eubI9W3QumnVT1mHI3JPB+9enq6LIJdQl05IlEZ2zcR+rafBrusio TN6EbWUPdh/62ohi6suoUK0aoxclvOTRSltZqAz3asd2StwNfyhGu/xK4WDjzHd0PK QR8SDMNqIh5SA== From: Jonas Damm To: bug-gnu-emacs@gnu.org Subject: org-babal-lilypond fontification error Date: Fri, 19 May 2023 00:17:03 +0200 Message-ID: <87mt21xp28.fsf@jonas-damm.de> MIME-Version: 1.0 Content-Type: text/plain X-Spamd-Bar: / Received-SPF: none client-ip=85.13.136.159; envelope-from=mailing@jonas-damm.de; helo=dd15330.kasserver.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 18 May 2023 23:59:55 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Date: Fri, 19 May 2023 00:15:42 +0200 References: <87y1m477kt.fsf@jonas-damm.de> User-agent: mu4e 1.8.13; emacs 29.0.91 Example: Hi, I am using org-babel to create music sheets with lilypond. For some reason the fontification is not working anymore: [2. text/x-org] #+begin_src lilypond \relative c' { c d e f g } #+end_src [3. text/plain] The syntax highlighting breaks when entering the "{". The error is: Org mode fontification error in # at 80 (80 is the line with #+end_src) GNU Emacs 29.0.90 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.37, cairo version 1.16.0) of 2023-04-26 Org mode version 9.6.4 (release_9.6.4-9-g8eb209 @ /usr/local/share/emacs/29.0.90/lisp/org/) GNU LilyPond 2.24.1 (running Guile 2.2) Thanks for any help. Regards, Jonas ------------=_1684494002-10047-1-- From unknown Sat Aug 09 20:46:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#63579: org-babal-lilypond fontification error Resent-From: Jonas Damm Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 19 May 2023 15:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63579 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Ihor Radchenko Cc: 63579@debbugs.gnu.org Received: via spool by 63579-submit@debbugs.gnu.org id=B63579.16845094912550 (code B ref 63579); Fri, 19 May 2023 15:19:02 +0000 Received: (at 63579) by debbugs.gnu.org; 19 May 2023 15:18:11 +0000 Received: from localhost ([127.0.0.1]:57123 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q01rv-0000f4-9e for submit@debbugs.gnu.org; Fri, 19 May 2023 11:18:11 -0400 Received: from dd15330.kasserver.com ([85.13.136.159]:38950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q01rt-0000ev-6w for 63579@debbugs.gnu.org; Fri, 19 May 2023 11:18:09 -0400 Received: from jonas-x201 (unknown [185.168.9.27]) by dd15330.kasserver.com (Postfix) with ESMTPSA id E146F7500055; Fri, 19 May 2023 17:18:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jonas-damm.de; s=kas202303062134; t=1684509488; bh=0HDU9e8gNQ8RV5ykJ2GY0u2akjXmvqg8/5G2t54lVHM=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=HSmsqwzjzku7zWkdPSpPKtsaOCW9Z7MXafM08CQpDGjSruwDPsOBi75vCLqEzu9Z9 nWV1ie8vudO0ffosM7eO1hHrUcGWcH8KYbYxmhvcTdU0gBzxjZ1LXgBeOjwSKA7DBx JOn/ElTaUFIQ6PZNVQGV34GuoozO76BWz8z7tbXqohWtXEXFQ/baKY9gQBRGw79t1Q JOBe+pfs0fTEkoOceWwxy5xRj9ogW1hTDdKHfOUIXQgtB6crOWPKzb2Y+J4c0PzUIa qEEAiVlGL5qqWo1Kom7u7HLBBqr4h/pMUkZZPDzpekC5/cytKRarYv/QxeefgwH1Wa UyoeAvF+uoSIQ== References: <87mt21xp28.fsf@jonas-damm.de> <87mt20g029.fsf@localhost> User-agent: mu4e 1.8.13; emacs 29.0.91 From: Jonas Damm Date: Fri, 19 May 2023 17:17:58 +0200 In-reply-to: <87mt20g029.fsf@localhost> Message-ID: <87v8gojqoh.fsf@jonas-damm.de> MIME-Version: 1.0 Content-Type: text/plain X-Spamd-Bar: / X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Thank you, I did. Ihor Radchenko writes: > Jonas Damm writes: > >> User-agent: mu4e 1.8.13; emacs 29.0.91 >> Example: >> >> Hi, >> I am using org-babel to create music sheets with lilypond. >> For some reason the fontification is not working anymore: >> >> [2. text/x-org] >> #+begin_src lilypond >> >> \relative c' { >> c d e f g >> } >> >> #+end_src > > This is a problem with lilypond: > > Debugger entered--Lisp error: (void-variable font-lock-reference-face) > (eval font-lock-reference-face t) > (#f(compiled-function (highlight) "Apply HIGHLIGHT following a > match.\nHIGHLIGHT should be of the form MATCH-HIGHLIGHT, see > `font-lock-keywords'." #) (0 > font-lock-reference-face t)) > (font-lock-fontify-keywords-region 1 42 nil) > (font-lock-default-fontify-region 1 42 nil) > (font-lock-fontify-region 1 42) > (#f(compiled-function (beg end) #) 1 > 42) > (font-lock-ensure) > > `font-lock-reference-face' is an obsolete variable that has been > removed > in Emacs 29. > > Please report this issue to Lilypond developers. See > https://lilypond.org/bug-reports.html