From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Vincenzo Pupillo Newsgroups: gmane.emacs.bugs Subject: bug#71380: 30.0.50; Submitting php-ts-mode, new major mode for php Date: Wed, 12 Jun 2024 22:44:23 +0200 Message-ID: <2140390.9o76ZdvQCi@fedora> References: <3686989.dWV9SEqChM@3-191.divsi.unimi.it> <2299968.9o76ZdvQCi@3-191.divsi.unimi.it> <86r0d2yq2l.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12343"; mail-complaints-to="usenet@ciao.gmane.io" To: 71380@debbugs.gnu.org, eliz@gnu.org, v.pupillo@gmail.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jun 13 07:24:40 2024 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sHcwy-000309-Pb for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 13 Jun 2024 07:24:40 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sHcwR-0007VZ-7X; Thu, 13 Jun 2024 01:24:07 -0400 Original-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 1sHcwP-0007VD-L0 for bug-gnu-emacs@gnu.org; Thu, 13 Jun 2024 01:24:05 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sHcwP-0004rg-Ct for bug-gnu-emacs@gnu.org; Thu, 13 Jun 2024 01:24:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sHcwO-0007IR-LM for bug-gnu-emacs@gnu.org; Thu, 13 Jun 2024 01:24:04 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Vincenzo Pupillo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 13 Jun 2024 05:24:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71380 X-GNU-PR-Package: emacs Original-Received: via spool by 71380-submit@debbugs.gnu.org id=B71380.171825622827954 (code B ref 71380); Thu, 13 Jun 2024 05:24:04 +0000 Original-Received: (at 71380) by debbugs.gnu.org; 13 Jun 2024 05:23:48 +0000 Original-Received: from localhost ([127.0.0.1]:51700 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHcw7-0007Gh-9q for submit@debbugs.gnu.org; Thu, 13 Jun 2024 01:23:48 -0400 Original-Received: from mout-u-204.mailbox.org ([80.241.59.204]:38814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHUq5-0001kZ-Po for 71380@debbugs.gnu.org; Wed, 12 Jun 2024 16:45:03 -0400 Original-Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-204.mailbox.org (Postfix) with ESMTPS id 4VzyFj2D9Zz9tZQ; Wed, 12 Jun 2024 22:44:25 +0200 (CEST) In-Reply-To: <86r0d2yq2l.fsf@gnu.org> X-Mailman-Approved-At: Thu, 13 Jun 2024 01:23:40 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:287176 Archived-At: In data mercoled=C3=AC 12 giugno 2024 20:27:14 CEST, Eli Zaretskii ha scrit= to: > > From: Vincenzo Pupillo > > Cc: 71380@debbugs.gnu.org > > Date: Wed, 12 Jun 2024 11:25:20 +0200 > >=20 > > Hi Eli, this updated patch add the support for PHP var_modifier. >=20 > Thanks, installed, and closing the bug. >=20 > I wonder if you'd like to add some tests for this new mode? Yes, I will write some tests in the next few weeks. I'm currently preparing a patch to color inline css exactly like with css-t= s- mode. Thank you. Vincenzo