From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: how to suppress warnings from cl package Date: Thu, 16 Jun 2011 09:13:12 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87r56tvp8n.fsf@lifelogs.com> References: <87oc1z2io1.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1332963348 6233 80.91.229.3 (28 Mar 2012 19:35:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Mar 2012 19:35:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 28 21:35:48 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SCyel-0005FW-GJ for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Mar 2012 21:35:43 +0200 Original-Received: from localhost ([::1]:54699 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCyek-0003ZF-Lp for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Mar 2012 15:35:42 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!feeder.erje.net!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-X-Trace: news.albasani.net wu+Cc/D9Zejxhr9JbCmhu4y+MYYajuEzOIXNp/WdI2pYo67UXHtaa6GQD9WaJ4SXZq5NYRTIDMjuQ9N4Hm8uIFjuszfdokvW0rCoZrDXRJSJ8920z1+9juvShwLF07rk Original-NNTP-Posting-Date: Thu, 16 Jun 2011 14:13:13 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="uItaJp2AA+zTBRjqNwxfzEy2W6PfiGQGqCe6zEyl6CD/3lhvV4S/9w9rl3N4Ir+kam0+5LUOKX9XwFeDFU5v+LjbBn9ckYot7QaFwOr64GyG1yr2BeVcp81nhZMIvN4Y"; mail-complaints-to="abuse@albasani.net" User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:F2IZC1Nza+env/j95QezX3c4W/U= sha1:RoOAMqj8AJ4ZxC+noCfZ15B8Nb0= Original-Xref: usenet.stanford.edu gnu.emacs.help:187356 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84127 Archived-At: On Wed, 15 Jun 2011 21:04:03 -0400 Stefan Monnier wrote: >> Notably, while debugging, it could even be read back and produce correct >> results, while with make-symbol there's no way to read the expanded form >> back in a meaningful way. SM> Actually, there is: (setq print-gensym t) Why is it nil by default? Ted