From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Guile in Emacs Date: Thu, 15 Apr 2010 16:03:05 +0200 Message-ID: References: <4B8147A9.7030504@gmail.com> <87FA5F05CB9C41409B9E72BD06D7C8CF@us.oracle.com> <87fx2xp839.fsf@lola.goethe.zz> <3EFDD45EB5AD4018B8FEA8F13CFEDA32@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1271345862 27129 80.91.229.12 (15 Apr 2010 15:37:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Apr 2010 15:37:42 +0000 (UTC) Cc: David Kastrup , "emacs-devel@gnu.org" , Drew Adams , christian.lynbech@tieto.com To: Jeff Clough Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 15 17:37:39 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O2R8M-0005PM-Sa for ged-emacs-devel@m.gmane.org; Thu, 15 Apr 2010 17:37:39 +0200 Original-Received: from localhost ([127.0.0.1]:57950 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2R8M-0004FX-AL for ged-emacs-devel@m.gmane.org; Thu, 15 Apr 2010 11:37:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2Pu0-0003rB-T1 for emacs-devel@gnu.org; Thu, 15 Apr 2010 10:18:45 -0400 Original-Received: from [140.186.70.92] (port=50457 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2Ptw-0003NR-VZ for emacs-devel@gnu.org; Thu, 15 Apr 2010 10:18:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2PfC-0006lo-Sl for emacs-devel@gnu.org; Thu, 15 Apr 2010 10:03:28 -0400 Original-Received: from mail-bw0-f225.google.com ([209.85.218.225]:38208) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2PfC-0006le-J5; Thu, 15 Apr 2010 10:03:26 -0400 Original-Received: by bwz25 with SMTP id 25so1439732bwz.8 for ; Thu, 15 Apr 2010 07:03:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=79XWu7UsqVVXUtKnJvJmrwai6AFKn0np6ixCkFHkxGw=; b=az08u/gcXYTzou6DJ78olf6eviqDXvVfAkqUCyyRauLnR2N3ohbZVYmAhZaygSV59s 4eGUnfZHsw+4045GpKaoKsZBDx8LxRMNqoYWaGgU5rLAqL35WXGzqyRLo8M+y/Ej1G5N L7IMZ1MWfMvvONPd+lqBReItqH0Uvt+WW0wXw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=WerYp/H9VIgdof0Z82ZpDfIhJeGVydx3VUOsv+SqNI+Rx0cpBJkmHn/rmGlXK2IhrJ 92mK5Z4AftXT/7O9rcFIbJQ9cvgXfyUXpwaHD1/Od+gBetw/lo+7glidPZZ/G06llhjP RkYNpclzC3YI3Bvaus1pHkRx7NZFwJN2VLMTU= Original-Received: by 10.239.169.18 with HTTP; Thu, 15 Apr 2010 07:03:05 -0700 (PDT) In-Reply-To: Original-Received: by 10.239.160.11 with SMTP id a11mr20782hbd.119.1271340205199; Thu, 15 Apr 2010 07:03:25 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:123708 Archived-At: On Thu, Apr 15, 2010 at 3:54 PM, Jeff Clough wrote: > > 4. =C2=A0The online documentation/what you get from describe-function and > it's kin - The definitive reference to every symbol you can throw at > Emacs. =C2=A0Assumed to be up-to-date and accurate. =C2=A0This is for peo= ple > knee-deep in code right now that can't remember what the third argument > of the function at point needs to be, or can't remember if what they > want is insert-file-contents or insert-file-contents-literally. Maybe it should be mentioned here that the online documentation can't handle defstruct etc in the cl packages. To me this means that the package is not up to Emacs normal standards.