From unknown Sat Jun 21 05:03:38 2025 X-Loop: help-debbugs@gnu.org Subject: bug#66660: [PATCH] Fix dns-mode-syntax-table Resent-From: Lassi Kortela Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 21 Oct 2023 06:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 66660 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 66660@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.169786904616102 (code B ref -1); Sat, 21 Oct 2023 06:18:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 Oct 2023 06:17:26 +0000 Received: from localhost ([127.0.0.1]:42085 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qu5Ic-0004Bc-0a for submit@debbugs.gnu.org; Sat, 21 Oct 2023 02:17:26 -0400 Received: from lists.gnu.org ([2001:470:142::17]:56354) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtsGA-0004v3-23 for submit@debbugs.gnu.org; Fri, 20 Oct 2023 12:22:03 -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 1qtsFV-0002TE-60 for bug-gnu-emacs@gnu.org; Fri, 20 Oct 2023 12:21:22 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtsFS-0005jK-L4 for bug-gnu-emacs@gnu.org; Fri, 20 Oct 2023 12:21:20 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id 5D82BFF80E for ; Fri, 20 Oct 2023 16:21:12 +0000 (UTC) Content-Type: multipart/mixed; boundary="------------2BKWAW4LQSDZ38lU0X2CKbz0" Message-ID: <1b01f320-b951-f77c-9355-38f3deb54a91@lassi.io> Date: Fri, 20 Oct 2023 19:21:11 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Content-Language: en-US From: Lassi Kortela X-GND-Sasl: lassi@lassi.io Received-SPF: pass client-ip=217.70.183.199; envelope-from=lassi@lassi.io; helo=relay9-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Mailman-Approved-At: Sat, 21 Oct 2023 02:17:24 -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: -0.3 (/) This is a multi-part message in MIME format. --------------2BKWAW4LQSDZ38lU0X2CKbz0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Attached is a simple fix to the syntax highlighting of dns-mode. The patch highlights double-quoted strings as specified in RFC 1035. --------------2BKWAW4LQSDZ38lU0X2CKbz0 Content-Type: text/plain; charset=UTF-8; name="dns-mode-syntax-table.patch" Content-Disposition: attachment; filename="dns-mode-syntax-table.patch" Content-Transfer-Encoding: base64 LS0tIGRucy1tb2RlLmVsLm9yaWcJMjAyMy0xMC0yMCAxOToxMjo0My4wMDAwMDAwMDAgKzAz MDAKKysrIGRucy1tb2RlLmVsCTIwMjMtMTAtMjAgMTk6MTM6MDEuMDAwMDAwMDAwICswMzAw CkBAIC0xMzcsNiArMTM3LDggQEAKICAgKGxldCAoKHRhYmxlIChtYWtlLXN5bnRheC10YWJs ZSkpKQogICAgIChtb2RpZnktc3ludGF4LWVudHJ5ID9cOyAiPCAgICIgdGFibGUpCiAgICAg KG1vZGlmeS1zeW50YXgtZW50cnkgP1xuICI+ICAgIiB0YWJsZSkKKyAgICAobW9kaWZ5LXN5 bnRheC1lbnRyeSA/XCIgIlwiIiB0YWJsZSkKKyAgICAobW9kaWZ5LXN5bnRheC1lbnRyeSA/ XFwgIlxcIiB0YWJsZSkKICAgICB0YWJsZSkKICAgIlN5bnRheCB0YWJsZSBpbiB1c2UgaW4g RE5TIG1hc3RlciBmaWxlIGJ1ZmZlcnMuIikKIAo= --------------2BKWAW4LQSDZ38lU0X2CKbz0-- From unknown Sat Jun 21 05:03:38 2025 X-Loop: help-debbugs@gnu.org Subject: bug#66660: [PATCH] Fix dns-mode-syntax-table Resent-From: Stefan Kangas Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 21 Oct 2023 09:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66660 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Lassi Kortela , 66660@debbugs.gnu.org Received: via spool by 66660-submit@debbugs.gnu.org id=B66660.169787979515628 (code B ref 66660); Sat, 21 Oct 2023 09:17:01 +0000 Received: (at 66660) by debbugs.gnu.org; 21 Oct 2023 09:16:35 +0000 Received: from localhost ([127.0.0.1]:42190 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qu85z-00043z-7k for submit@debbugs.gnu.org; Sat, 21 Oct 2023 05:16:35 -0400 Received: from mail-lj1-x22a.google.com ([2a00:1450:4864:20::22a]:59616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qu85x-00043W-7q for 66660@debbugs.gnu.org; Sat, 21 Oct 2023 05:16:33 -0400 Received: by mail-lj1-x22a.google.com with SMTP id 38308e7fff4ca-2c515527310so23012651fa.2 for <66660@debbugs.gnu.org>; Sat, 21 Oct 2023 02:16:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697879759; x=1698484559; darn=debbugs.gnu.org; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :from:to:cc:subject:date:message-id:reply-to; bh=ekcGru6EMZCnk04ihaQU+lCVsv59T0EQzevJao7Vyjg=; b=Z7qcXUkZQD1GOG5T3HNxLsgtAtuqMrnYIwDXOzk7zHlg+trOWm/ZRmWKMmHHg9huWx W4Dv0ml3CFWFx0MFt0TFoastRpdiLye8oAzRSobCjhhZnujPEwjaKToilaz3sDxtXnjw BzRldAnNrs/rPqheN7cu2sAITENdtP79kzYyo9bw0kqa7401WjE/rnev0cxSgpVm14IL dSp+L3/Gwaz6DP0utjBYSsAfxcTjJaDGGjEnM78cYO6/cF7iq7MpYSB4Z2rUKlDXMohS u8Ps7/H8o8ARTdqoP+S5KLRqCtD+U9yVvPLzcbM/s9Mz72tNSmEXkTMFdpjD/o/QHYN8 ke0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697879759; x=1698484559; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=ekcGru6EMZCnk04ihaQU+lCVsv59T0EQzevJao7Vyjg=; b=ur4wO8ooOMhgUjYjAacpqc1DY0UuOEKdaHaSEAjwwOvT6tEQ2xGBZ/yYnPScbuK7OS p+7mNq4ZA/LxkKVd0mIm9znG7O6k/EdtAlZ6det4q0bkDA0MaWoAuj2SQD2fjCeHP3hb cWRI9lMrX+ElBRFE8A1o6t5NxisooA24AEUoNfCifVZs6b511Xf/+C7Rdsen+mmWjVJE 3eElafTCD6Qyy7EhBu5na/mryn35Ru0824urVMHTpAybMpvoheKowPQ9L73SLC9kUIuV zcDKxM8pdJsQU6Rr0cuQIv/yc1Wi3SxeOHIcPXGxKC62PF7x9mUBbko72Pa3hNX2knp7 +lbw== X-Gm-Message-State: AOJu0YzN4Slhx/ehpOb+x+avyL22+R8GSXpkBwyKbG1Sjj2M6sF3nG1j 2ztp83K+m3STWTWdxiGHVAqe2CphiE4zAmxxyQOJvzLFK+n3BA== X-Google-Smtp-Source: AGHT+IHPgh2pnuuUD4hVL6ikqFPcuSOVpZp3FP37+uy000RcbxfFoqajJXFDChEYu0tQ8Z8bpEYpX7/3GwCsv2tbUaA= X-Received: by 2002:a05:651c:1038:b0:2c5:1bd9:f95c with SMTP id w24-20020a05651c103800b002c51bd9f95cmr2631831ljm.53.1697879759274; Sat, 21 Oct 2023 02:15:59 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Sat, 21 Oct 2023 02:15:58 -0700 From: Stefan Kangas In-Reply-To: <1b01f320-b951-f77c-9355-38f3deb54a91@lassi.io> References: <1b01f320-b951-f77c-9355-38f3deb54a91@lassi.io> MIME-Version: 1.0 Date: Sat, 21 Oct 2023 02:15:58 -0700 Message-ID: Content-Type: text/plain; charset="UTF-8" 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 (-) Lassi Kortela writes: > Attached is a simple fix to the syntax highlighting of dns-mode. > > The patch highlights double-quoted strings as specified in RFC 1035. Thanks for the patch. Could you provide an example of something which is incorrectly highlighted, briefly explain what is wrong before your patch, and what your patch does? Thanks again. > --- dns-mode.el.orig 2023-10-20 19:12:43.000000000 +0300 > +++ dns-mode.el 2023-10-20 19:13:01.000000000 +0300 > @@ -137,6 +137,8 @@ > (let ((table (make-syntax-table))) > (modify-syntax-entry ?\; "< " table) > (modify-syntax-entry ?\n "> " table) > + (modify-syntax-entry ?\" "\"" table) > + (modify-syntax-entry ?\\ "\\" table) > table) > "Syntax table in use in DNS master file buffers.") > From unknown Sat Jun 21 05:03:38 2025 X-Loop: help-debbugs@gnu.org Subject: bug#66660: [PATCH] Fix dns-mode-syntax-table Resent-From: Stefan Kangas Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 21 Oct 2023 09:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66660 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Lassi Kortela , 66660@debbugs.gnu.org Received: via spool by 66660-submit@debbugs.gnu.org id=B66660.169788134128431 (code B ref 66660); Sat, 21 Oct 2023 09:43:02 +0000 Received: (at 66660) by debbugs.gnu.org; 21 Oct 2023 09:42:21 +0000 Received: from localhost ([127.0.0.1]:42220 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qu8Uu-0007OU-HK for submit@debbugs.gnu.org; Sat, 21 Oct 2023 05:42:20 -0400 Received: from mail-lj1-x236.google.com ([2a00:1450:4864:20::236]:52589) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qu8Ur-0007OD-I3 for 66660@debbugs.gnu.org; Sat, 21 Oct 2023 05:42:19 -0400 Received: by mail-lj1-x236.google.com with SMTP id 38308e7fff4ca-2c503da4fd6so23925571fa.1 for <66660@debbugs.gnu.org>; Sat, 21 Oct 2023 02:41:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697881304; x=1698486104; darn=debbugs.gnu.org; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :from:to:cc:subject:date:message-id:reply-to; bh=Y+A0nOUJJgxJmWnQTUX4BW6oCHDfW0QuBQTGcUtVW04=; b=jIrkys1lCCNMW9jVtdMOSHOIwqjwy6haagy04GLjzXfTRV5aECAFuFxyhzjtROAPvV RYRQHdDEBhhWBOQ+gsTzh5lAH0Dd8xa7DeiBmzZ82attTmrVK/7rhwumK7z7omslJUp6 Pj37bcr84VnQ6pexIv1GP+KPP0eYwe2mqkTBT19dOZ8ntVrwImTkcshsu2y17WFCP94b O8ukknRM//QNzlW+HNJkp9Ysef6wHl4DH7TkkS7yEXLRe41nDhkpcV9Jv09o8JYbDkVU XgMQWioCcPg0a9SlBS5v4ikd4lnw3Sx6ttms224mnFCgUACoRgGUydRZfU0YnKdyJewE deag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697881304; x=1698486104; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Y+A0nOUJJgxJmWnQTUX4BW6oCHDfW0QuBQTGcUtVW04=; b=UQ7PSTqj+bDCuDVS+ro834jAp7VAW/qsTE5v7TPtEZpPWL2MxAAuUVdtIeuoj/KdFL QF+8ZKk7ZKN8Y4/M9NuF0FYyIw5EybEI68ljaz2k/Mkc3zEVxeNL/rgKbZFm2VYL3KWi v6nZ3k+FL8Pl3Qs0/j9CrHz0w3LKQhpXDtWocDEB25/YiQHC0VmobJfUl7/is219yMXd EVJ9jdHpvaQrmdTrSa7LBooA4sNG6xAucH5diG9XIfXvPrhHTFkLVcP/nbGDx84i1kAQ KadJQR/HyCInfbqTCC+XJL6N5GxhfiIWQWqjKbU+b8P/RX+QV3v+UwVcRX1C8f9fT766 n6vg== X-Gm-Message-State: AOJu0YzLTtJ2MCoafIPkIRquFq9jP3MjhjU0yH6s0/mBiEfMYf1ZQ1I3 cJYIkvy9UpM1YV8KTkQLEL4Om4AtlNvMNm9X/ngsi1fCpwH3lw== X-Google-Smtp-Source: AGHT+IHqTcSmnZWWNX/uFLpxXllK+OacnBmJViaHhcm9TakgqeSZjxI210EbjhBwNcz5DMJr4rSSbZrJ8FvfiNrndww= X-Received: by 2002:a2e:828a:0:b0:2c5:1841:2a02 with SMTP id y10-20020a2e828a000000b002c518412a02mr2622839ljg.14.1697881303681; Sat, 21 Oct 2023 02:41:43 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Sat, 21 Oct 2023 02:41:43 -0700 From: Stefan Kangas In-Reply-To: <7fe6185c-2dac-7464-1394-0bf4dd3b652f@lassi.io> References: <1b01f320-b951-f77c-9355-38f3deb54a91@lassi.io> <7fe6185c-2dac-7464-1394-0bf4dd3b652f@lassi.io> MIME-Version: 1.0 Date: Sat, 21 Oct 2023 02:41:43 -0700 Message-ID: Content-Type: text/plain; charset="UTF-8" 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 (-) Lassi Kortela writes: > On the following two lines, the text in double quotes was not > highlighted. > > @ IN TXT "v=spf1 include:simplelists.com -all" > > srfi IN TXT "v=spf1 include:simplelists.com -all" > > On the following line, the part "k=rsa was not highlighted, and the > rest of the line ;p=MIGf[...]QAB" starting at the semicolon was > incorrectly highlighted as a comment instead of a string literal. > > selector1._domainkey.srfi IN TXT "k=rsa;p=MIGf[...]QAB" > > The patch causes the parts in double quotes to be highlighted as string > literals. Since the part starting at the semicolon is inside a string, > it is no longer incorrectly highlighted as a comment. > > Motion commands such as forward-sexp are likewise fixed. Thanks, this seems to have already been fixed on master: commit c586d984f279aa61de4f5dfc4f6df660188dd0f6 Author: Stefan Kangas Date: Tue Sep 5 23:06:21 2023 +0200 Make `dns-mode` fontify quoted values correctly * lisp/textmodes/dns-mode.el (dns-mode-syntax-table): Fontify quoted values correctly. (Bug#62214) Suggested by Trent W. Buck . However, the patch on master only has: + (modify-syntax-entry ?\" "\"" table) But your patch has this: + (modify-syntax-entry ?\" "\"" table) + (modify-syntax-entry ?\\ "\\" table) Do we need the second line there, too? If yes, why? Perhaps this fix should be cherry-picked to emacs-29, as well. Thanks. From unknown Sat Jun 21 05:03:38 2025 X-Loop: help-debbugs@gnu.org Subject: bug#66660: [PATCH] Fix dns-mode-syntax-table Resent-From: Stefan Kangas Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 21 Oct 2023 10:00:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66660 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Lassi Kortela , 66660@debbugs.gnu.org Received: via spool by 66660-submit@debbugs.gnu.org id=B66660.169788237630951 (code B ref 66660); Sat, 21 Oct 2023 10:00:03 +0000 Received: (at 66660) by debbugs.gnu.org; 21 Oct 2023 09:59:36 +0000 Received: from localhost ([127.0.0.1]:42248 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qu8lc-000838-9U for submit@debbugs.gnu.org; Sat, 21 Oct 2023 05:59:36 -0400 Received: from mail-lj1-x22a.google.com ([2a00:1450:4864:20::22a]:60646) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qu8lZ-00082q-8c for 66660@debbugs.gnu.org; Sat, 21 Oct 2023 05:59:35 -0400 Received: by mail-lj1-x22a.google.com with SMTP id 38308e7fff4ca-2c5087d19a6so24464691fa.0 for <66660@debbugs.gnu.org>; Sat, 21 Oct 2023 02:59:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697882339; x=1698487139; darn=debbugs.gnu.org; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :from:to:cc:subject:date:message-id:reply-to; bh=dSCFoFedAG5+TzfEQr5un/7/z2HhMyGly7YbbEEvDJI=; b=YX/Cy4vEAfyt+Z/gXG33zierFh8Yi/wx0aUpAxyiN+SRcBYp6D2Ad16U3/jdqv2NA8 M3WjiS3+KkMLv6jVX3LD3IRvyHiBpkcw11j9ESiu6Yan3kCAjvlObA/zEwVa+18waf8X qyxJEQNAyrxYRSdbvjV99Xtvdi0QdLcjjG/dzGI/IBfRq6q+x8duBDPUU7fTLXHCGAbc GGi0IF3xNOTsPPHZEiixWO260ZWwjovR18t2TI7qUC8O5CNEC3CVmZ+Xq2O25e8LiKMF TkHmb+B8NrxbNtHId2qCamIm4KhC7ZOG2YD6cRKEes1+DueyM82mqMTuS198YplqgnjH kIFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697882339; x=1698487139; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=dSCFoFedAG5+TzfEQr5un/7/z2HhMyGly7YbbEEvDJI=; b=wFbIhGbMZLTkBbYt/xG/2mEy5wGqfqpMYRiyzfciD3VxcvZZq9kWAciR2bgPOv3Wg8 L3akx/Fv51yg5BYkQurZSaNaSK1rQ0VfPUh8StyTI2bfIBOpaxJWLi8/NQrubdqVrPBU cqpkEA3X/8UTy3/RZB4jrnFYqeTwgmSOtyAcpxJHMrFGq6CjQTa4PxRAoJN2SeE+2XoU 3cUm7mJTLetswgHKoZiWoEuxspX6yTuZaGry6k+gfHYwtmCCFhHRhSVJ/fghvJRp+VIS OZ0LwjNnSP+892HTPTJ7RIDS/iKUjH01eZrfoFVZ0/FeLTCIfylNI5xZcpNYnaqnFtF4 Fnfg== X-Gm-Message-State: AOJu0YyF0oqWX46KZaFhH8DSCEmTj3Ssisb9EsnXc2tsUnlfIHQYGBNr ZhBWPdEJb4usYQXUESrgpApwni8Dewp1jSJCRdY= X-Google-Smtp-Source: AGHT+IFhh8Ed6jRTuAewHJoAU3VgBq0/Vhfd7AbIyQBL0YW7PKT2Co8kOSh2REun/FeJQWfYpa+pSPPUS3muDPLf/kg= X-Received: by 2002:a2e:b790:0:b0:2c2:a337:5ea with SMTP id n16-20020a2eb790000000b002c2a33705eamr2987673ljo.27.1697882339302; Sat, 21 Oct 2023 02:58:59 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Sat, 21 Oct 2023 02:58:58 -0700 From: Stefan Kangas In-Reply-To: <02fa4e59-9c93-3f8f-f873-ea75cb9d0066@lassi.io> References: <1b01f320-b951-f77c-9355-38f3deb54a91@lassi.io> <7fe6185c-2dac-7464-1394-0bf4dd3b652f@lassi.io> <02fa4e59-9c93-3f8f-f873-ea75cb9d0066@lassi.io> MIME-Version: 1.0 Date: Sat, 21 Oct 2023 02:58:58 -0700 Message-ID: Content-Type: text/plain; charset="UTF-8" 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 (-) Lassi Kortela writes: > Quoting from : > > is expressed in one or two ways: as a contiguous set > of characters without interior spaces, or as a string beginning with a " > and ending with a ". Inside a " delimited string any character can > occur, except for a " itself, which must be quoted using \ (back slash). Thanks, so I would like to install this patch. Could you please send the patch as an attachment formatted by this command: git format-patch -1 That would save me time when installing the patch, and its easier to make sure I don't make any mistakes with attributing the change to you. Please also add the bug number of this bug in the commit message, like so: Bug#66660. Thanks in advance. From unknown Sat Jun 21 05:03:38 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: Lassi Kortela Subject: bug#66660: closed (Re: bug#66660: [PATCH] Fix dns-mode-syntax-table) Message-ID: References: <1b01f320-b951-f77c-9355-38f3deb54a91@lassi.io> X-Gnu-PR-Message: they-closed 66660 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 66660@debbugs.gnu.org Date: Sat, 21 Oct 2023 10:32:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1697884322-3440-1" This is a multi-part message in MIME format... ------------=_1697884322-3440-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #66660: [PATCH] Fix dns-mode-syntax-table 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 66660@debbugs.gnu.org. --=20 66660: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D66660 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1697884322-3440-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 66660-done) by debbugs.gnu.org; 21 Oct 2023 10:31:30 +0000 Received: from localhost ([127.0.0.1]:42301 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qu9GU-0000sb-3q for submit@debbugs.gnu.org; Sat, 21 Oct 2023 06:31:30 -0400 Received: from mail-lj1-x229.google.com ([2a00:1450:4864:20::229]:43285) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qu9GR-0000sM-RF for 66660-done@debbugs.gnu.org; Sat, 21 Oct 2023 06:31:28 -0400 Received: by mail-lj1-x229.google.com with SMTP id 38308e7fff4ca-2c51682fddeso30840481fa.1 for <66660-done@debbugs.gnu.org>; Sat, 21 Oct 2023 03:30:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697884254; x=1698489054; darn=debbugs.gnu.org; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :from:to:cc:subject:date:message-id:reply-to; bh=eVv97ZDbpsgSKT9rUBFdpf5C8X3r1I7GOzQwvVI9O74=; b=NwiQNNfnnUjMb0svw8TfIYAnMHk5LwtJGXcPVwKK/h/CUUzRy/qerBcOzG3Ujnuc7L /8C6vUndW58OnH136W7AE5Gmpl5svLmOZX0WaKr7rnVhGsXlUo2ejnY5R/liJ0EWUA0S nS6IM3xYQVsWs/kjKuZPR27HcDWXpK+mnodN5tD8nJ+UEGkX4lBGpHgWJxCleScOgukZ VPrM3pOR0cm+5BOpg4GMjRl/KSLQAFOLCo6xQyK2ldBvWas22LjQ3sAPgFh4dANUbQFF g2WVr16iwRxUWL5kb4TA+ZNzbfyd2jdWNN7K+2/QcSTSkCan8C3ThPjNs0Bw4arz1rda 3VoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697884254; x=1698489054; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=eVv97ZDbpsgSKT9rUBFdpf5C8X3r1I7GOzQwvVI9O74=; b=xMmFfqZB2NlGzNNolbzB/qxJHWdmIVWN/oP54HuyF2tsxcbYQV+qvEZUVEOozxun5S ANw/EM8FcvRp6MQbEXDidnytSN+sX3MVtBnXA9SdmHu4bXa4IIBAql0UL1oTMqKbVaoq q4DOI+GDUqlwGP5d/Ug7EoZ2G3EzL2/ADm9rqQzUsevdfBZe89x2qbtDx0k1Q6L1kzaz hbWlmf2X7Jo+VfvgTHs2p2IitWGgDRHS/oQb4G1PV+R6g4vNBzmof8GD3Vlsz5KSJiAh otGnVqnHz3Sgek3X7ypbrrRzbBI9Y8q+FMDM8krFUeo0htitQb53hLFOzcXYQg+mlTxp Wuaw== X-Gm-Message-State: AOJu0YxZoU3WZmbDLQhiBqJpEbss2uk4L4u8kh2kbmy5jPtRohgXid9A Q3irsK8A985KplzVrDk/yTFfuyrE7kM5+pi1saHMrhWb9ng3KA== X-Google-Smtp-Source: AGHT+IFTwR0yz2OBZPgJSA5iWcaWih7SUKTkgjjPAAGUPgv+5Q+goPH/TaNiXWmwKEZiTrq6BuvtSV4yfyd3cFmsnQ0= X-Received: by 2002:a2e:8ece:0:b0:2c3:cb49:43b9 with SMTP id e14-20020a2e8ece000000b002c3cb4943b9mr2531268ljl.20.1697884253905; Sat, 21 Oct 2023 03:30:53 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Sat, 21 Oct 2023 03:30:53 -0700 From: Stefan Kangas In-Reply-To: <76bf1e0d-c5a2-d887-8ce4-038fc6d89728@lassi.io> References: <1b01f320-b951-f77c-9355-38f3deb54a91@lassi.io> <7fe6185c-2dac-7464-1394-0bf4dd3b652f@lassi.io> <02fa4e59-9c93-3f8f-f873-ea75cb9d0066@lassi.io> <76bf1e0d-c5a2-d887-8ce4-038fc6d89728@lassi.io> MIME-Version: 1.0 Date: Sat, 21 Oct 2023 03:30:53 -0700 Message-ID: Subject: Re: bug#66660: [PATCH] Fix dns-mode-syntax-table To: Lassi Kortela , 66660-done@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 66660-done 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 (-) Version: 30.1 Lassi Kortela writes: >> Could you please send the patch as an attachment formatted by this >> command: >> >> git format-patch -1 >> >> That would save me time when installing the patch, and its easier to >> make sure I don't make any mistakes with attributing the change to you. >> >> Please also add the bug number of this bug in the commit message, like >> so: Bug#66660. > > Attached. Thank you. Thanks, installed on master. I will backport it to emacs-29 as well, unless anyone objects. [1: e6f05e189db]: 2023-10-21 12:28:34 +0200 Recognize backslash in `dns-mode` quoted values https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=e6f05e189db73a0f0b29f987381ffef61a409232 ------------=_1697884322-3440-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 21 Oct 2023 06:17:26 +0000 Received: from localhost ([127.0.0.1]:42085 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qu5Ic-0004Bc-0a for submit@debbugs.gnu.org; Sat, 21 Oct 2023 02:17:26 -0400 Received: from lists.gnu.org ([2001:470:142::17]:56354) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtsGA-0004v3-23 for submit@debbugs.gnu.org; Fri, 20 Oct 2023 12:22:03 -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 1qtsFV-0002TE-60 for bug-gnu-emacs@gnu.org; Fri, 20 Oct 2023 12:21:22 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtsFS-0005jK-L4 for bug-gnu-emacs@gnu.org; Fri, 20 Oct 2023 12:21:20 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id 5D82BFF80E for ; Fri, 20 Oct 2023 16:21:12 +0000 (UTC) Content-Type: multipart/mixed; boundary="------------2BKWAW4LQSDZ38lU0X2CKbz0" Message-ID: <1b01f320-b951-f77c-9355-38f3deb54a91@lassi.io> Date: Fri, 20 Oct 2023 19:21:11 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 To: bug-gnu-emacs@gnu.org Content-Language: en-US From: Lassi Kortela Subject: [PATCH] Fix dns-mode-syntax-table X-GND-Sasl: lassi@lassi.io Received-SPF: pass client-ip=217.70.183.199; envelope-from=lassi@lassi.io; helo=relay9-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 21 Oct 2023 02:17:24 -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: -0.3 (/) This is a multi-part message in MIME format. --------------2BKWAW4LQSDZ38lU0X2CKbz0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Attached is a simple fix to the syntax highlighting of dns-mode. The patch highlights double-quoted strings as specified in RFC 1035. --------------2BKWAW4LQSDZ38lU0X2CKbz0 Content-Type: text/plain; charset=UTF-8; name="dns-mode-syntax-table.patch" Content-Disposition: attachment; filename="dns-mode-syntax-table.patch" Content-Transfer-Encoding: base64 LS0tIGRucy1tb2RlLmVsLm9yaWcJMjAyMy0xMC0yMCAxOToxMjo0My4wMDAwMDAwMDAgKzAz MDAKKysrIGRucy1tb2RlLmVsCTIwMjMtMTAtMjAgMTk6MTM6MDEuMDAwMDAwMDAwICswMzAw CkBAIC0xMzcsNiArMTM3LDggQEAKICAgKGxldCAoKHRhYmxlIChtYWtlLXN5bnRheC10YWJs ZSkpKQogICAgIChtb2RpZnktc3ludGF4LWVudHJ5ID9cOyAiPCAgICIgdGFibGUpCiAgICAg KG1vZGlmeS1zeW50YXgtZW50cnkgP1xuICI+ICAgIiB0YWJsZSkKKyAgICAobW9kaWZ5LXN5 bnRheC1lbnRyeSA/XCIgIlwiIiB0YWJsZSkKKyAgICAobW9kaWZ5LXN5bnRheC1lbnRyeSA/ XFwgIlxcIiB0YWJsZSkKICAgICB0YWJsZSkKICAgIlN5bnRheCB0YWJsZSBpbiB1c2UgaW4g RE5TIG1hc3RlciBmaWxlIGJ1ZmZlcnMuIikKIAo= --------------2BKWAW4LQSDZ38lU0X2CKbz0-- ------------=_1697884322-3440-1-- From unknown Sat Jun 21 05:03:38 2025 X-Loop: help-debbugs@gnu.org Subject: bug#66660: [PATCH] Fix dns-mode-syntax-table Resent-From: Lassi Kortela Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 21 Oct 2023 13:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66660 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Stefan Kangas , 66660@debbugs.gnu.org Received: via spool by 66660-submit@debbugs.gnu.org id=B66660.16978960503538 (code B ref 66660); Sat, 21 Oct 2023 13:48:02 +0000 Received: (at 66660) by debbugs.gnu.org; 21 Oct 2023 13:47:30 +0000 Received: from localhost ([127.0.0.1]:42598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quCK6-0000um-Ag for submit@debbugs.gnu.org; Sat, 21 Oct 2023 09:47:29 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:39689) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qu8L9-00079W-HI for 66660@debbugs.gnu.org; Sat, 21 Oct 2023 05:32:19 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id 1BE581BF206; Sat, 21 Oct 2023 09:31:40 +0000 (UTC) Message-ID: <7fe6185c-2dac-7464-1394-0bf4dd3b652f@lassi.io> Date: Sat, 21 Oct 2023 12:31:40 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 References: <1b01f320-b951-f77c-9355-38f3deb54a91@lassi.io> Content-Language: en-US From: Lassi Kortela In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-GND-Sasl: lassi@lassi.io X-Spam-Score: -2.2 (--) X-Mailman-Approved-At: Sat, 21 Oct 2023 09:47:24 -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.2 (---) > Could you provide an example of something which is incorrectly > highlighted, briefly explain what is wrong before your patch, and what > your patch does? Thanks again. Sure. Here is the DNS zone for the domain schemers.org: https://raw.githubusercontent.com/schemeorg/schemeorg/master/dns/schemers.org.zone On the following two lines, the text in double quotes was not highlighted. @ IN TXT "v=spf1 include:simplelists.com -all" srfi IN TXT "v=spf1 include:simplelists.com -all" On the following line, the part "k=rsa was not highlighted, and the rest of the line ;p=MIGf[...]QAB" starting at the semicolon was incorrectly highlighted as a comment instead of a string literal. selector1._domainkey.srfi IN TXT "k=rsa;p=MIGf[...]QAB" The patch causes the parts in double quotes to be highlighted as string literals. Since the part starting at the semicolon is inside a string, it is no longer incorrectly highlighted as a comment. Motion commands such as forward-sexp are likewise fixed. From unknown Sat Jun 21 05:03:38 2025 X-Loop: help-debbugs@gnu.org Subject: bug#66660: [PATCH] Fix dns-mode-syntax-table Resent-From: Lassi Kortela Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 21 Oct 2023 13:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66660 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Stefan Kangas , 66660@debbugs.gnu.org Received: via spool by 66660-submit@debbugs.gnu.org id=B66660.16978960523547 (code B ref 66660); Sat, 21 Oct 2023 13:48:02 +0000 Received: (at 66660) by debbugs.gnu.org; 21 Oct 2023 13:47:32 +0000 Received: from localhost ([127.0.0.1]:42600 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quCK9-0000v1-W4 for submit@debbugs.gnu.org; Sat, 21 Oct 2023 09:47:31 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:37993) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qu8cE-0007fM-6M for 66660@debbugs.gnu.org; Sat, 21 Oct 2023 05:49:58 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id 089C560002; Sat, 21 Oct 2023 09:49:19 +0000 (UTC) Message-ID: <02fa4e59-9c93-3f8f-f873-ea75cb9d0066@lassi.io> Date: Sat, 21 Oct 2023 12:49:18 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Content-Language: en-US References: <1b01f320-b951-f77c-9355-38f3deb54a91@lassi.io> <7fe6185c-2dac-7464-1394-0bf4dd3b652f@lassi.io> From: Lassi Kortela In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-GND-Sasl: lassi@lassi.io X-Spam-Score: -2.2 (--) X-Mailman-Approved-At: Sat, 21 Oct 2023 09:47:24 -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.2 (---) > Thanks, this seems to have already been fixed on master: Indeed. My apologies. I did not realize that. > However, the patch on master only has: > > + (modify-syntax-entry ?\" "\"" table) > > But your patch has this: > > + (modify-syntax-entry ?\" "\"" table) > + (modify-syntax-entry ?\\ "\\" table) > > Do we need the second line there, too? If yes, why? Quoting from : is expressed in one or two ways: as a contiguous set of characters without interior spaces, or as a string beginning with a " and ending with a ". Inside a " delimited string any character can occur, except for a " itself, which must be quoted using \ (back slash). From unknown Sat Jun 21 05:03:38 2025 X-Loop: help-debbugs@gnu.org Subject: bug#66660: [PATCH] Fix dns-mode-syntax-table Resent-From: Lassi Kortela Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 21 Oct 2023 13:48:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66660 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Stefan Kangas , 66660@debbugs.gnu.org Received: via spool by 66660-submit@debbugs.gnu.org id=B66660.16978960533553 (code B ref 66660); Sat, 21 Oct 2023 13:48:03 +0000 Received: (at 66660) by debbugs.gnu.org; 21 Oct 2023 13:47:33 +0000 Received: from localhost ([127.0.0.1]:42602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quCKC-0000vA-1r for submit@debbugs.gnu.org; Sat, 21 Oct 2023 09:47:32 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:37075) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qu91l-0000Au-IV for 66660@debbugs.gnu.org; Sat, 21 Oct 2023 06:16:18 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id 01ED4E0004; Sat, 21 Oct 2023 10:15:42 +0000 (UTC) Content-Type: multipart/mixed; boundary="------------0g4IfRMyxMSE0jxg0x9slU80" Message-ID: <76bf1e0d-c5a2-d887-8ce4-038fc6d89728@lassi.io> Date: Sat, 21 Oct 2023 13:15:42 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Content-Language: en-US References: <1b01f320-b951-f77c-9355-38f3deb54a91@lassi.io> <7fe6185c-2dac-7464-1394-0bf4dd3b652f@lassi.io> <02fa4e59-9c93-3f8f-f873-ea75cb9d0066@lassi.io> From: Lassi Kortela In-Reply-To: X-GND-Sasl: lassi@lassi.io X-Spam-Score: -2.2 (--) X-Mailman-Approved-At: Sat, 21 Oct 2023 09:47:24 -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.2 (---) This is a multi-part message in MIME format. --------------0g4IfRMyxMSE0jxg0x9slU80 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit > Could you please send the patch as an attachment formatted by this > command: > > git format-patch -1 > > That would save me time when installing the patch, and its easier to > make sure I don't make any mistakes with attributing the change to you. > > Please also add the bug number of this bug in the commit message, like > so: Bug#66660. Attached. Thank you. --------------0g4IfRMyxMSE0jxg0x9slU80 Content-Type: text/plain; charset=UTF-8; name="0001-Recognize-backslash-in-dns-mode-quoted-values.patch" Content-Disposition: attachment; filename="0001-Recognize-backslash-in-dns-mode-quoted-values.patch" Content-Transfer-Encoding: base64 RnJvbSBiMTBlYzIyNjRjZTI5M2IyZmRlODY2YjcxMmU4NmJlNDQ2ODNjNWM5IE1vbiBTZXAg MTcgMDA6MDA6MDAgMjAwMQpGcm9tOiBMYXNzaSBLb3J0ZWxhIDxsYXNzaUBsYXNzaS5pbz4K RGF0ZTogU2F0LCAyMSBPY3QgMjAyMyAxMzoxMDo1MCArMDMwMApTdWJqZWN0OiBbUEFUQ0hd IFJlY29nbml6ZSBiYWNrc2xhc2ggaW4gYGRucy1tb2RlYCBxdW90ZWQgdmFsdWVzCgoqIGxp c3AvdGV4dG1vZGVzL2Rucy1tb2RlLmVsIChkbnMtbW9kZS1zeW50YXgtdGFibGUpOiBSZWNv Z25pemUKYmFja3NsYXNoIGFzIGFuIGVzY2FwZSBjaGFyYWN0ZXIuICAoQnVnIzY2NjYwKQot LS0KIGxpc3AvdGV4dG1vZGVzL2Rucy1tb2RlLmVsIHwgMSArCiAxIGZpbGUgY2hhbmdlZCwg MSBpbnNlcnRpb24oKykKCmRpZmYgLS1naXQgYS9saXNwL3RleHRtb2Rlcy9kbnMtbW9kZS5l bCBiL2xpc3AvdGV4dG1vZGVzL2Rucy1tb2RlLmVsCmluZGV4IDFiNWYwYzEuLmJjM2ZhOGQg MTAwNjQ0Ci0tLSBhL2xpc3AvdGV4dG1vZGVzL2Rucy1tb2RlLmVsCisrKyBiL2xpc3AvdGV4 dG1vZGVzL2Rucy1tb2RlLmVsCkBAIC0xMzIsNiArMTMyLDcgQEAgbWFudWFsbHkgd2l0aCBc XFtkbnMtbW9kZS1zb2EtaW5jcmVtZW50LXNlcmlhbF0uIgogICAgIChtb2RpZnktc3ludGF4 LWVudHJ5ID9cOyAiPCAgICIgdGFibGUpCiAgICAgKG1vZGlmeS1zeW50YXgtZW50cnkgP1xu ICI+ICAgIiB0YWJsZSkKICAgICAobW9kaWZ5LXN5bnRheC1lbnRyeSA/XCIgIlwiIiAgIHRh YmxlKQorICAgIChtb2RpZnktc3ludGF4LWVudHJ5ID9cXCAiXFwiICAgdGFibGUpCiAgICAg dGFibGUpCiAgICJTeW50YXggdGFibGUgaW4gdXNlIGluIEROUyBtYXN0ZXIgZmlsZSBidWZm ZXJzLiIpCiAKLS0gCjIuMzYuMAoK --------------0g4IfRMyxMSE0jxg0x9slU80--