From unknown Sat Aug 09 09:32:14 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#13025 <13025@debbugs.gnu.org> To: bug#13025 <13025@debbugs.gnu.org> Subject: Status: 24.2.90; sgml-electric-tag-pair-mode broken Reply-To: bug#13025 <13025@debbugs.gnu.org> Date: Sat, 09 Aug 2025 16:32:14 +0000 retitle 13025 24.2.90; sgml-electric-tag-pair-mode broken reassign 13025 emacs submitter 13025 Leo severity 13025 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 28 22:19:00 2012 Received: (at submit) by debbugs.gnu.org; 29 Nov 2012 03:19:00 +0000 Received: from localhost ([127.0.0.1]:44393 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TdueQ-0001c5-5q for submit@debbugs.gnu.org; Wed, 28 Nov 2012 22:18:59 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46572) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TdueN-0001by-Se for submit@debbugs.gnu.org; Wed, 28 Nov 2012 22:18:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TducT-0004wK-K1 for submit@debbugs.gnu.org; Wed, 28 Nov 2012 22:16:58 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:50928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TducT-0004wG-Gc for submit@debbugs.gnu.org; Wed, 28 Nov 2012 22:16:57 -0500 Received: from eggs.gnu.org ([208.118.235.92]:57246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TducS-0001WA-Op for bug-gnu-emacs@gnu.org; Wed, 28 Nov 2012 22:16:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TducR-0004vw-PE for bug-gnu-emacs@gnu.org; Wed, 28 Nov 2012 22:16:56 -0500 Received: from mail-pb0-f41.google.com ([209.85.160.41]:55493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TducR-0004vo-IX for bug-gnu-emacs@gnu.org; Wed, 28 Nov 2012 22:16:55 -0500 Received: by mail-pb0-f41.google.com with SMTP id xa7so10470548pbc.0 for ; Wed, 28 Nov 2012 19:16:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=avQK0Qsmk7v6VcvHVeb0PETMVo59EaBTzHWlwUWJTPE=; b=IKcjySw6+Wup9zLqYjnzMoXcjFImSrIRXCSZUOl5cnRJh8sBjmVb/F5moJyIwhQGHD fGC3ChPONqstzVeG166BeAQQkDTjh8W/CDg8+A7mQcJupsxUMNj3x/1XV8SlL+KE9Bol b3QTgorzNk6yI93sAX4xtnIiclHBFASfaNL9fpnm/lTTrLeetXsYZ8fWoo4Zy2cxz3qW SSWL8wsbC14PPBKQBNGW2+WGLqqC8klyqKfPV6qE0sNZ7hfsyJSSD4GwcuKuBW+56CEQ TC9MWCkr6CWfc3Zf8J6BO1T66bzB+3YyOqCPMJiqbLh7yb41x0S1LlZeEzdpaSaeqf+A 5j6Q== Received: by 10.68.252.40 with SMTP id zp8mr64722907pbc.66.1354159014336; Wed, 28 Nov 2012 19:16:54 -0800 (PST) Received: from localhost ([119.255.41.67]) by mx.google.com with ESMTPS id o10sm245177paz.37.2012.11.28.19.16.51 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Nov 2012 19:16:53 -0800 (PST) From: Leo To: bug-gnu-emacs@gnu.org Subject: 24.2.90; sgml-electric-tag-pair-mode broken Date: Thu, 29 Nov 2012 11:16:41 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.4 (---) Turn on sgml-electric-tag-pair-mode in html mode and try to modify a nonvoid tag such as 'title' or 'body'. If you delete the opening tag (the thing inside <>) using kill-word or backward-kill-word, nothing happens to the closing tag. If you delete the tag one char at a time, the closing tag stops at the last char, so you end up with a pair such as <>, now if you re-insert a tag that doesn't start with 'y', nothing happens to the closing tag. The above behaviour is consistent since the feature was added, i.e. it happens in 23, 24.2 and 24.2.90. Leo From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 07 11:26:36 2012 Received: (at 13025-done) by debbugs.gnu.org; 7 Dec 2012 16:26:36 +0000 Received: from localhost ([127.0.0.1]:59110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th0l1-0006Jz-U6 for submit@debbugs.gnu.org; Fri, 07 Dec 2012 11:26:36 -0500 Received: from mail-pa0-f44.google.com ([209.85.220.44]:55389) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Th0ky-0006Jq-Vk for 13025-done@debbugs.gnu.org; Fri, 07 Dec 2012 11:26:34 -0500 Received: by mail-pa0-f44.google.com with SMTP id hz11so568251pad.3 for <13025-done@debbugs.gnu.org>; Fri, 07 Dec 2012 08:26:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=HbMf0/XxbSVH2rCIe44u+RfmTA5Hc7Kp0JPs3IqUuBM=; b=FHlub2YY054QTHx7DKFwuN+j3POuPkyY5FwYtCU6QhhoHjNmdlVhsOCKwZrfVjOuA1 ecjDSsDxzBe/D4SLuaxLgEGJbZdTSq3vQD2XF+EEN5VoUaj8xpSjOWlt7C2VayKX6916 dVJ5E7qJ70Mwn+FkRzF1fr2zjHZ+w6TrivwDAOw4itxeZkV8/y7LNUmuM3lxVhWlNcqy ZkL96wAEjFkABTrNpmDiUSK0tCmD6AiZCzNf8FSYDla4/iQ7X1Q3NaxtS7mB/hJH69RT UPuq1yqDSC0jeFoXG3yLoZLkVrPceuY4ccMT6UjJhAu1ujdViBkudHs1qFu0i2tE0oy4 vG6g== Received: by 10.66.81.37 with SMTP id w5mr14567734pax.81.1354897564846; Fri, 07 Dec 2012 08:26:04 -0800 (PST) Received: from ulysses (cm107.delta179.maxonline.com.sg. [59.189.179.107]) by mx.google.com with ESMTPS id x6sm6828033pav.29.2012.12.07.08.26.01 (version=SSLv3 cipher=OTHER); Fri, 07 Dec 2012 08:26:03 -0800 (PST) From: Chong Yidong To: Leo Subject: Re: bug#13025: 24.2.90; sgml-electric-tag-pair-mode broken References: Date: Sat, 08 Dec 2012 00:25:59 +0800 In-Reply-To: (Leo's message of "Thu, 29 Nov 2012 11:16:41 +0800") Message-ID: <87sj7hde20.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 13025-done Cc: 13025-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Leo writes: > Turn on sgml-electric-tag-pair-mode in html mode and try to modify a > nonvoid tag such as 'title' or 'body'. > > If you delete the opening tag (the thing inside <>) using kill-word or > backward-kill-word, nothing happens to the closing tag. Fixed in trunk, thanks. From unknown Sat Aug 09 09:32:14 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 05 Jan 2013 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator