From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: EQ-ness Date: Thu, 16 Dec 2021 23:23:58 -0500 Message-ID: References: <87tufmjyai.fsf@gnus.org> <87lf0nr2b4.fsf@gnus.org> <87fsqvp5ae.fsf@gnus.org> <87bl1jp51y.fsf@gnus.org> <187323C2-81D0-47B6-96C8-3D721EF7C003@mit.edu> Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22222"; mail-complaints-to="usenet@ciao.gmane.io" Cc: qhong@mit.edu, larsi@gnus.org, emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 17 05:27:13 2021 Return-path: Envelope-to: ged-emacs-devel@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 1my4ps-0005et-S2 for ged-emacs-devel@m.gmane-mx.org; Fri, 17 Dec 2021 05:27:12 +0100 Original-Received: from localhost ([::1]:60814 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1my4pr-0006Ct-S2 for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Dec 2021 23:27:11 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:58432) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1my4mk-0001Ix-Ao for emacs-devel@gnu.org; Thu, 16 Dec 2021 23:23:58 -0500 Original-Received: from [2001:470:142:3::e] (port=60544 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1my4mj-0007RE-WC; Thu, 16 Dec 2021 23:23:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=GPBwS84CFKjXWnp9Gc56gUiogdsvJlYOvbIQXdE7fGs=; b=RlDHAfV7NRN1 vUklRxf5RwdQDEVlFth2jkZdMOAW33j5AbxmfLTPwuy7C51Zw3E87oQSsrXMPWmOXjgWOySUZcxQF cVYYrtBL0Ds6Ow2PWsVzCpo7/x3PHMStkbdKSNUPozzBHq5XKt6dFTgm3oB0c5FBURmJ+uffs1tQK lPuavJNnbiZlrGev/D15spznZ9e9Ep8Cqx/SKP1ubd7CXe3cOn8e5Cy6EY/kqEEHgEkcKhSs7FY4A j/2PhJgk2NNl3VYkLeLRoCjyJmpcWFtNWPnskaob+QDXeNooJBWRSLsDGLLYNaeXReXI+3cHZn01K 95gEJUBtUL1P6lI/v6blJw==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1my4mk-00083S-3z; Thu, 16 Dec 2021 23:23:58 -0500 In-Reply-To: (message from Drew Adams on Tue, 14 Dec 2021 16:32:22 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:282175 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > In particular, the bookmark name, which is the > car of a bookmark, is a string with a property > that holds the entire bookmark. The bookmark > is a list with shared (circular) structure. > Emacs has no trouble writing and reading such > lists. Is print-circle non-nil when you write these values? If not, what do they look like when they come back? What method is used to make that generate a cyclic list? -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org)