From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: CL package serious deficiencies Date: Tue, 7 Feb 2012 20:15:41 +0100 Message-ID: References: <33271707.post@talk.nabble.com> <87fwemcwlx.fsf@spindle.srvr.nix> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1328642189 31904 80.91.229.3 (7 Feb 2012 19:16:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 7 Feb 2012 19:16:29 +0000 (UTC) Cc: Nix , egnarts-ms , Stefan Monnier , Drew Adams , Emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 07 20:16:27 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RuqWh-0002KU-AN for ged-emacs-devel@m.gmane.org; Tue, 07 Feb 2012 20:16:27 +0100 Original-Received: from localhost ([::1]:33161 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuqWg-0002lQ-CQ for ged-emacs-devel@m.gmane.org; Tue, 07 Feb 2012 14:16:26 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:36855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuqWe-0002jC-4t for Emacs-devel@gnu.org; Tue, 07 Feb 2012 14:16:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuqWd-0000al-81 for Emacs-devel@gnu.org; Tue, 07 Feb 2012 14:16:24 -0500 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:63999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuqWc-0000aU-V0 for Emacs-devel@gnu.org; Tue, 07 Feb 2012 14:16:23 -0500 Original-Received: by pbcwz17 with SMTP id wz17so302619pbc.0 for ; Tue, 07 Feb 2012 11:16:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=w+Xw6YAQxdXHFRzrk7ZMindq8d15Z/Yp+ITSHt4LKv0=; b=wmpU/zZ3xYKJaSwsEs/EbHsLaslZ71CFaHhVdwKApy7pzmgqy2ypdILDVj8sq5PI8x dmwGeT7vDn3w3tPvsqjb8bpIdipIgI+hpUv4V9OkOETDK8nbkVPIWRrqLV422SY52yxl d0gbaT3qwO+hjtqJtVnj3Wuw7vvyNaPwksoRU= Original-Received: by 10.68.199.38 with SMTP id jh6mr59927043pbc.77.1328642181453; Tue, 07 Feb 2012 11:16:21 -0800 (PST) Original-Received: by 10.143.37.9 with HTTP; Tue, 7 Feb 2012 11:15:41 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 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:148313 Archived-At: On Tue, Feb 7, 2012 at 20:11, Lennart Borgman w= rote: > There are things that do not work if you include cl.el at run time. > You may not notice the problems and tracking it down has been quite > difficult some times. I do (require 'cl) as one of the first things in my .emacs and I've never seen a problem that was related to CL (I don't mean that CL has no bugs, only that it hasn't triggered bugs in other code yet). Do you have more specific info? =C2=A0 =C2=A0 Juanma