From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: 29.3: enriched text SVG images Date: Sun, 14 Jul 2024 09:09:38 +0300 Message-ID: <868qy4jyhp.fsf@gnu.org> References: <87le2ct00v.fsf@librehacker.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8511"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jul 14 08:10:05 2024 Return-path: Envelope-to: geh-help-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 1sSsQu-00020d-Aj for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 14 Jul 2024 08:10:04 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sSsQY-0006jq-WB; Sun, 14 Jul 2024 02:09:43 -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 1sSsQX-0006jX-IQ for help-gnu-emacs@gnu.org; Sun, 14 Jul 2024 02:09:41 -0400 Original-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 1sSsQX-0007YD-9i for help-gnu-emacs@gnu.org; Sun, 14 Jul 2024 02:09:41 -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=3SCFEkn84GbQkM/vU+Ta2Zdbz4pAGjGYLRynu0+Uqiw=; b=LbF1GLfYA1o2 hQ1Ihtnwsaf3XQkgyL7P57v6iN2WZ0cy7lrtus6Whxys+POvPlR7MQdX/S0x7eeT/S3abnV3jm962 1Xd0n+zsD/es3wd/T9YT1tR3UyBy4NBK563hdo8DvKQa+N/EBYoqc9BvTO5vzhqnD9snm4ZWdV/TN SgA56HpGvjuS7zg3JMFj1eUPvTVV573J+4bfNfNxS69Sb+zcxBBRxptUj9uL+nJqxPywgIx415AH/ bU14VIYS52JXh55GlwY9+5oyZjtG3XoBI0ntukHQcxiqHZWXT2wth1CPRg7nPL7K/bLCv9ze2SSXU c4GBO88PEjfJTqO0FPrL6g==; In-Reply-To: <87le2ct00v.fsf@librehacker.com> (message from Christopher Howard on Mon, 08 Jul 2024 06:45:52 -0800) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:147207 Archived-At: > From: Christopher Howard > Cc: help-gnu-emacs@gnu.org > Date: Mon, 08 Jul 2024 06:45:52 -0800 > > Sorry, I copied and pasted some bad code for you. This line > > ``` > (insert-image (svg-image (svg-circle (svg-create 400 400 :stroke "orange" :stroke-width 5) 200 200 50))) > ``` > > should read > > ``` > (insert-image (svg-image svg)) > ``` > > to use the previously created svg object. Thanks. This bug happened because enriched-mode was duped by strings in image specs. Now fixed for the upcoming Emacs 30.