From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 13 10:15:07 2025 Received: (at submit) by debbugs.gnu.org; 13 Jul 2025 14:15:07 +0000 Received: from localhost ([127.0.0.1]:54031 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uaxTv-0006r2-BL for submit@debbugs.gnu.org; Sun, 13 Jul 2025 10:15:07 -0400 Received: from lists.gnu.org ([2001:470:142::17]:45640) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uaxTs-0006py-8p for submit@debbugs.gnu.org; Sun, 13 Jul 2025 10:15:04 -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 1uaxTm-0006RO-Pp for bug-gnu-emacs@gnu.org; Sun, 13 Jul 2025 10:14:58 -0400 Received: from mail-0201.mail-europe.com ([51.77.79.158]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uaxTk-0007m6-Jw for bug-gnu-emacs@gnu.org; Sun, 13 Jul 2025 10:14:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1752416081; x=1752675281; bh=rj5Op2NjALLTJOA+SiZTPSupp/YFn2jzGtF0oFoPab4=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=canA8qjnWtrblzhZFkFS8tYUQ7gHIOf96AL70mS5h0YIOChNyOJ2Eh07meAkbC3Hb qmFzjKV0UW7TjaFrroGajVB7bGZWQMSaPSg4tF+J+ITjsd0Rzn9syfI27yh+aUvXvM 9t4WxJ3Q+XociM9kfDuXxQKJTkyDrBRuR6vtW8KQde7DfT0wU5/TtJJyBsZLj3Amws s5Ywrd48AC3oLImbhAUigpbf96SBxNNZo7/naMo3nOGpzFJKRG5zhyi7CP0XfWiY1L om0zxtWBtidSwK3vibe5WFdLLpZ9w/7+OltU3jGVqzkp5Mvj6dcRtdVF3y+As5wBIg Mdx9gZ541amUQ== Date: Sun, 13 Jul 2025 14:14:38 +0000 To: "bug-gnu-emacs@gnu.org" From: Heime Subject: Unable to Select Full Heading Text in outline-minor-mode Message-ID: Feedback-ID: 57735886:user:proton X-Pm-Message-ID: 4da9016daf1282fa2f5f75eb93c787f840765321 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=51.77.79.158; envelope-from=heimeborgia@protonmail.com; helo=mail-0201.mail-europe.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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit 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.0 (/) ;; --------------------------------------------------------------- I've been using outline-minor-mode and noticed an problem when trying=20 to copy just a heading without its contents. If I attempt to select=20 the last character of the heading, it ends up selecting both that=20 character and the ellipsis (...), which causes the body of the=20 heading to be copied as well. As a result, it's not possible to copy=20 only the heading text without also including its contents.