From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "John Wiegley" Newsgroups: gmane.emacs.devel Subject: Re: cl-pushnew and other functions Date: Fri, 29 Jun 2012 17:17:11 -0500 Organization: New Artisans LLC Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1341008242 1900 80.91.229.3 (29 Jun 2012 22:17:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 29 Jun 2012 22:17:22 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 30 00:17:21 2012 Return-path: Envelope-to: ged-emacs-devel@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 1SkjVB-0001w3-F1 for ged-emacs-devel@m.gmane.org; Sat, 30 Jun 2012 00:17:21 +0200 Original-Received: from localhost ([::1]:60636 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkjVB-0006dW-6J for ged-emacs-devel@m.gmane.org; Fri, 29 Jun 2012 18:17:21 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkjV8-0006dL-A2 for emacs-devel@gnu.org; Fri, 29 Jun 2012 18:17:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SkjV6-0001hy-Ma for emacs-devel@gnu.org; Fri, 29 Jun 2012 18:17:17 -0400 Original-Received: from mail-yw0-f48.google.com ([209.85.213.48]:60352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkjV6-0001hr-Fd for emacs-devel@gnu.org; Fri, 29 Jun 2012 18:17:16 -0400 Original-Received: by yhfq46 with SMTP id q46so3221370yhf.35 for ; Fri, 29 Jun 2012 15:17:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:organization:references:mail-followup-to :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=MDr48z7xaIFKkHWJCGuff6Ixex9dA4HYoKRiw2fExxM=; b=IoFyB5jgM6bWjU/r7pFn+0qoz+aU/F6CCfn6sogMoZ0GH4lhevfoK1FISaPhnjPtDB tnW3szaG1WILO9aRby7FHbuByXmyFaW7jmmDfgCtr/3SeLowXK9nYYt4d191+nPRfnBB rbVULAYt4XkdvW/A1TzmqplTuL9NWF46DKh31NxY2dgfUwRy4tX/ZqetrI6wNksfcm34 pOqmwJMNVxrdxMqYSsUhutD5gJv318H/qDNe4/aUdOaBuUJUfRCOJK8jd8CSf13cv9xl 8/v6fds25+tEjt7HQOn9Oia5BhaC9rXrb1MkuISMZ3jZ2/Iyns6fjRkivCqnumwNn2eo FgsQ== Original-Received: by 10.50.135.1 with SMTP id po1mr2282567igb.67.1341008234624; Fri, 29 Jun 2012 15:17:14 -0700 (PDT) Original-Received: from vulcan.local (c-98-215-105-167.hsd1.il.comcast.net. [98.215.105.167]) by mx.google.com with ESMTPS id iw6sm2875163igc.15.2012.06.29.15.17.12 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 29 Jun 2012 15:17:13 -0700 (PDT) Original-Received: by vulcan.local (Postfix, from userid 501) id 8AF8DF23FFE8; Fri, 29 Jun 2012 17:17:11 -0500 (CDT) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: (Stefan Monnier's message of "Fri, 29 Jun 2012 12:53:16 -0400") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (darwin) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.48 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151304 Archived-At: >>>>> Stefan Monnier writes: >> I think the basic function in CL should just be considered part of the >> Emacs Lisp language, > We simply disagree. Why do we disagree? John