From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jpw@pobox.com (John Paul Wallington) Newsgroups: gmane.emacs.help Subject: Re: "push" creating circular objects Date: Thu, 21 Aug 2008 17:14:42 +0100 Message-ID: <82ljyqfiq5.fsf@FILTH.SHOOTYBANGBANG.COM> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219337716 8141 80.91.229.12 (21 Aug 2008 16:55:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Aug 2008 16:55:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 21 18:56:09 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KWDSC-0005Da-79 for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Aug 2008 18:56:08 +0200 Original-Received: from localhost ([127.0.0.1]:52145 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWDRE-0002rm-Sa for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Aug 2008 12:55:08 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-X-Trace: individual.net jUIVJtwrOzD+X+47knplAgAcIt/fe9UB+DbuFA+lwypP6r8qT6 Cancel-Lock: sha1:yZzILCbxh7qg2j2DI/1s7LnVt24= X-URL: http://www.shootybangbang.com/ X-Attribution: JPW X-NSA-Fodder: genetic sniper clones Roswell Leitrim SHA Bin Laden CIA keyhole X-Tom-Swifty: "I've made a complete ash of myself," Tom said brazenly. X-Face: #uahb@^mo@bA"{q'"a4y[w$n3/V:haD\; YenWcT7)kXYx3/>#[DD9ExVe}; 9FG6X`l!Dm"V peub=u!&&?}s~{TOPtGdH)KA}/qCr; d"Gr*'9_V1PE@+K'tk2/Iq@PBKtJ+]&,CP9_Fl8'*R]LCR0| 6q; Xey'`:DX+)S.]p[KP^sNe`8B\W6(Nw{o5i)y+I!h=0bU5L`Tj`~Q0!G"t(s7o7eh)J\>P>,!~/w $$jGEVa%H%8(jTv User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt) Original-Xref: news.stanford.edu gnu.emacs.help:161515 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:56858 Archived-At: Charles Sebold writes: > In the scratch buffer, it works. In my program, it creates a circular > list, represented as (#1="ul" #1#) as I edebug this. Hey Charlie, it's great to see you posting on the Emacs newsgroups! I'm not certain what's going on. Are you sure that representation means circular structure? Or is it merely labelling the object "ul" for future reference then referring to it? (See (elisp)Circular Objects.) Also, how about consing up the strings with (string ?u ?l) or somesuch to avoid 'em being treated as the same?