From unknown Sun Aug 17 09:09:05 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#42032 <42032@debbugs.gnu.org> To: bug#42032 <42032@debbugs.gnu.org> Subject: Status: 27.0.91; Allow Lisp_User_Ptr to declare which LispObject it has reference to Reply-To: bug#42032 <42032@debbugs.gnu.org> Date: Sun, 17 Aug 2025 16:09:05 +0000 retitle 42032 27.0.91; Allow Lisp_User_Ptr to declare which LispObject it h= as reference to reassign 42032 emacs submitter 42032 Ivan Yonchovski severity 42032 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 24 12:59:11 2020 Received: (at submit) by debbugs.gnu.org; 24 Jun 2020 16:59:11 +0000 Received: from localhost ([127.0.0.1]:38793 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jo8ju-00085C-Vf for submit@debbugs.gnu.org; Wed, 24 Jun 2020 12:59:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:42194) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jo8jt-000854-21 for submit@debbugs.gnu.org; Wed, 24 Jun 2020 12:59:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56764) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jo8jr-0004ge-Pg for bug-gnu-emacs@gnu.org; Wed, 24 Jun 2020 12:59:07 -0400 Received: from mail-wr1-x42b.google.com ([2a00:1450:4864:20::42b]:41998) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jo8jo-0003dj-N5 for bug-gnu-emacs@gnu.org; Wed, 24 Jun 2020 12:59:07 -0400 Received: by mail-wr1-x42b.google.com with SMTP id o11so2975504wrv.9 for ; Wed, 24 Jun 2020 09:59:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version; bh=Y7wUlFQ7ZvVDmARp+OGmZD7grkPL4wmEwpH6LO1HZtY=; b=JuXm/jQfX2Pn5fYOe91UWCRK+7+PJNlllwHOvzcvvJmIy1SAdKWISEOVeP/6PCvRD4 HwuBv7pyoez5msigUyasACX6wKD4v3QFl3eI9RDt42l+86/oHxfaC1l8qNV5FJSxRlXT LUmDLXXBqVJPeyECArwCauEm/Tkplmr+EHcmlIWgyPyIvyJxeXya7dEMv3gX2SYeRkx6 on98F+TCk+umaE6XP+o4LIsq5d0gQKHTNkMyYM3GLG8IWYVn0VUCrwg2KC7lpMFhipb2 hG2vZDhVwx2DVnPFUMYHAZ4RG420Gz2XJ973JnCePXP+ANOoWAWb/XW7M+oXa3n1c0ES Fflg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=Y7wUlFQ7ZvVDmARp+OGmZD7grkPL4wmEwpH6LO1HZtY=; b=ErJGF5yVz324tDxxeR5AcxCNo82A1b52yPYa2uy02wBfzdC+enplm8oDUcTvqiegyv Sl/tg8O41Jf8ZqM4CS3TWxcFGRXAhYhJPL3aIq/C9yZGUr6pez3Gv+xiY5nSz4wAV5Hj kiCDt6MOPyXVuoA/p3kduCCqrWPIkaymS0MEgWx0IhDc2oDrygvYILX/0ZWvpOmDbIHr tOaSzN9VSftv+iYQfXuXVA/J/NxgCgixrZAIo/et9b6ct7k1Sb2i6QMXrtmsgyQU3MsJ 845O0BqOpYxK38wSY1zmulbMxQ5nHjcaIE2eY0HX+Xo6s3WqEiE9Re8+J3q9tg5c4sj0 yhhA== X-Gm-Message-State: AOAM531OLoiIYOxgJ6dqj0zq5TznMd8nHYEBb9UpLFkWkKBWJgweKtCA mSCSWZepH8LzMJtW+YOu98jnKRf7 X-Google-Smtp-Source: ABdhPJyE86ju53XclL1LLCIGnptO9mh1Km5jIj6KEBfxg85p8xURya3bmg9uQEsetcAgBmOd/4tS8A== X-Received: by 2002:adf:fa89:: with SMTP id h9mr31674663wrr.120.1593017942816; Wed, 24 Jun 2020 09:59:02 -0700 (PDT) Received: from kyoncho-H87-D3H ([2a00:4802:28d:9e00:8c64:bcc8:970f:40b]) by smtp.gmail.com with ESMTPSA id z9sm8556871wmi.7.2020.06.24.09.59.01 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 24 Jun 2020 09:59:02 -0700 (PDT) From: Ivan Yonchovski To: bug-gnu-emacs@gnu.org Subject: 27.0.91; Allow Lisp_User_Ptr to declare which LispObject it has reference to Date: Wed, 24 Jun 2020 19:59:01 +0300 Message-ID: <878sgch02y.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2a00:1450:4864:20::42b; envelope-from=yyoncho@gmail.com; helo=mail-wr1-x42b.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: 0.7 (/) 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: -2.3 (--) This will using Lisp_User_Ptr for lazy computation. Here it is sample flow: (let ((lazy (my-module-function))) (my-module-get lazy "foo") ;; returns "bar" (my-module-get lazy "foo") ;; returns "bar" ... ) ATM it is not possible to cache "bar" in lazy because it will be garbage collected. Thanks, Ivan From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 26 13:37:35 2020 Received: (at 42032) by debbugs.gnu.org; 26 Jun 2020 17:37:35 +0000 Received: from localhost ([127.0.0.1]:43007 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1josIB-0001ZO-05 for submit@debbugs.gnu.org; Fri, 26 Jun 2020 13:37:35 -0400 Received: from mail-lj1-f171.google.com ([209.85.208.171]:43144) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1josI7-0001Z9-Ox for 42032@debbugs.gnu.org; Fri, 26 Jun 2020 13:37:33 -0400 Received: by mail-lj1-f171.google.com with SMTP id n24so11156356lji.10 for <42032@debbugs.gnu.org>; Fri, 26 Jun 2020 10:37:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=IOeVZZaum4QOj1d5SvjQ/bSVCk/OVM4LGOVgsy6N8c0=; b=EsxcfC9IJiRpDqMxg/0ENLsBr/yjxmCKNRhzNFp1o1ligaakQiEK6qYEK4LaCvDg9F y2nBEF4SevAIT36ITry2bIGX5xU/foO/zn2pAGEemX97wd5arb2vkdgzicgXEQFtXjJA OcBxX0Rw0I3oCwPu+05kkhShcgyRyLUJ7RrMT4O1ClA0Qso3GqYhU+vgsgUAZ57KTUeQ JfwAs4mu/rFKlhcSQvjCy7UzlwArshnxOyraAWBhOb9awm/lIoC4C5dQEb0P/rNs01CS V1GmEnYGwI77sSU0B8CaQHf4aT8DChUWnmDEdzzbJ+vpTZyA4s6oJbXitnsITRIzMsRa 4lxQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=IOeVZZaum4QOj1d5SvjQ/bSVCk/OVM4LGOVgsy6N8c0=; b=NpZ45JRThnXqKCho+ikNSlHfPb0x2FaPjl2y84mk+NGVSgrZZNfVv0g+uzPyAFAknI iM+k6QktZsuQQhOysonUzTwxmWrKTqwESpMwExHGq1Brb60t0idrfSH4ttk3Zee+xDgP QnxKF0R0NNyQsKYerY02pGy4f3KPkW9YrYx2HFRArCmzFc3TB6GnESuVeJ+5Bl5enPJN ObEzkpyvbZRriLkpgwlrQqstw9/Ag2hoPn6wfjEFhQVdr3HycfvwwwrlO7Qs7LNZGDwQ SPR2+8NIRtOjce3sFcSnTr+tLeb3jE91sVih73NBeZgECRpIuW4UcsEJXubbisl5sH72 PNkg== X-Gm-Message-State: AOAM530KRYWtJlONeZhmsie9vz13tQlgFlYUkSlSimwS9RAkuUsTqnj0 vd9PAIgB6X/JGUKmPKIoQ5nLlYgT3tAJkA4BWo1iHA== X-Google-Smtp-Source: ABdhPJyO4+3IefPywSQBR2EceVW6aSPKQycg8etjMmRwM0ACeeq+hmoV/M64Iq2g7AwHOnuZl1Yx3OygPFOC2FFlWhA= X-Received: by 2002:a2e:571b:: with SMTP id l27mr2103138ljb.308.1593193044987; Fri, 26 Jun 2020 10:37:24 -0700 (PDT) MIME-Version: 1.0 References: <878sgch02y.fsf@gmail.com> In-Reply-To: From: yyoncho Date: Fri, 26 Jun 2020 20:37:13 +0300 Message-ID: Subject: Re: bug#42032: Acknowledgement (27.0.91; Allow Lisp_User_Ptr to declare which LispObject it has reference to) To: 42032@debbugs.gnu.org Content-Type: multipart/alternative; boundary="00000000000081508f05a90029a6" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42032 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 (-) --00000000000081508f05a90029a6 Content-Type: text/plain; charset="UTF-8" I found a solution to the problem so it is fine to be closed. I am not sure how to do that in debbugs. Thanks, Ivan On Wed, Jun 24, 2020 at 8:00 PM GNU bug Tracking System < help-debbugs@gnu.org> wrote: > Thank you for filing a new bug report with debbugs.gnu.org. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > Your message has been sent to the package maintainer(s): > bug-gnu-emacs@gnu.org > > If you wish to submit further information on this problem, please > send it to 42032@debbugs.gnu.org. > > Please do not send mail to help-debbugs@gnu.org unless you wish > to report a problem with the Bug-tracking system. > > -- > 42032: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42032 > GNU Bug Tracking System > Contact help-debbugs@gnu.org with problems > --00000000000081508f05a90029a6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I found a solution to the problem=C2=A0so it is fine to be= closed.=C2=A0
I am not sure how to do that in debbugs.

<= /div>
Thanks,
Ivan

=
On Wed, Jun 24, 2020 at 8:00 PM GNU b= ug Tracking System <help-debbugs= @gnu.org> wrote:
Thank you for filing a new bug report with debbugs.gnu.org.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
=C2=A0bug-gnu-em= acs@gnu.org

If you wish to submit further information on this problem, please
send it to 42032= @debbugs.gnu.org.

Please do not send mail to help-debbugs@gnu.org unless you wish
to report a problem with the Bug-tracking system.

--
42032: http://debbugs.gnu.org/cgi/bugreport.cgi?= bug=3D42032
GNU Bug Tracking System
Contact help-debb= ugs@gnu.org with problems
--00000000000081508f05a90029a6-- From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 12 20:40:21 2020 Received: (at 42032-done) by debbugs.gnu.org; 13 Aug 2020 00:40:21 +0000 Received: from localhost ([127.0.0.1]:46073 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k61I5-0007F0-1e for submit@debbugs.gnu.org; Wed, 12 Aug 2020 20:40:21 -0400 Received: from mail-yb1-f174.google.com ([209.85.219.174]:45793) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k61I2-0007EV-Lq for 42032-done@debbugs.gnu.org; Wed, 12 Aug 2020 20:40:18 -0400 Received: by mail-yb1-f174.google.com with SMTP id x2so2342748ybf.12 for <42032-done@debbugs.gnu.org>; Wed, 12 Aug 2020 17:40:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:in-reply-to:references:user-agent :mime-version:date:message-id:subject:to:cc; bh=DqAG3Miiu4Jb5Sgf0oV2ODgd/ilD2rWc4QLZobsVADM=; b=YtGuqS9CbG3fPvfY4vm8TTegutIKJ8x27ujOdOGvH8mn3PtKHxQqTB34z1KEhvtoU0 wc3APqVmOCPW74GygACZQByx1+qCejf96nPjEHj8lITKwVN7v2wMIRFjM685wYoV4sbP LhKEyovUhdk5EU3NX51RP78GpAvJceB9YLp7DPh5uQuLCNNcru882jlhP4WdaUqRS7v9 ONU7A41ZuYTqXXVQG0ME3DqqkZtTK2RK3XIiMKdVlVD3Z9+AyKN45PdL6t3Yhm2bv085 UHY/xNTcpGHrf9IvPP+ISajUAqGKiXkXMfIvWdfm8boYhXdnIL3rXT/sPkPu/f7DUGNp 3yDg== X-Gm-Message-State: AOAM532RlkfVG6JqX+Nj23NzDemJKb6iFNvSYQ4PgGnOGXsqXQPz9bI5 yuF7+Y5wQUImAyZuaLRQ79XQxzOaeUQYEIlUFJrfuPAstFw= X-Google-Smtp-Source: ABdhPJxq9GPNKy12BvskLGafQr7Ihbqt+13DzwZYJB1ZvWHaxuWeHv7PvxDNd0lgNrD88Y0UL+EaD1TH0/R00V1X/TA= X-Received: by 2002:a25:b88b:: with SMTP id w11mr3137721ybj.129.1597279213265; Wed, 12 Aug 2020 17:40:13 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Wed, 12 Aug 2020 17:40:12 -0700 From: Stefan Kangas In-Reply-To: (yyoncho@gmail.com's message of "Fri, 26 Jun 2020 20:37:13 +0300") References: <878sgch02y.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Date: Wed, 12 Aug 2020 17:40:12 -0700 Message-ID: Subject: Re: bug#42032: Acknowledgement (27.0.91; Allow Lisp_User_Ptr to declare which LispObject it has reference to) To: yyoncho Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42032-done Cc: 42032-done@debbugs.gnu.org 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 (-) yyoncho writes: > I found a solution to the problem so it is fine to be closed. > I am not sure how to do that in debbugs. OK, I'm closing this bug report now. Best regards, Stefan Kangas From unknown Sun Aug 17 09:09:05 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 10 Sep 2020 11:24:08 +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