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: Contributing (setf (assoc ...)) Date: Sat, 9 May 2009 16:23:22 +0200 Message-ID: References: <87my9m4bz1.fsf@rimspace.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1241879029 29258 80.91.229.12 (9 May 2009 14:23:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 May 2009 14:23:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daniel Pittman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 09 16:23:39 2009 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.50) id 1M2nSg-0005Vu-3d for ged-emacs-devel@m.gmane.org; Sat, 09 May 2009 16:23:34 +0200 Original-Received: from localhost ([127.0.0.1]:51924 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2nSf-0003AU-9M for ged-emacs-devel@m.gmane.org; Sat, 09 May 2009 10:23:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M2nSa-0003AN-D4 for emacs-devel@gnu.org; Sat, 09 May 2009 10:23:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M2nSV-00038O-RO for emacs-devel@gnu.org; Sat, 09 May 2009 10:23:27 -0400 Original-Received: from [199.232.76.173] (port=37020 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2nSV-000385-Kw for emacs-devel@gnu.org; Sat, 09 May 2009 10:23:23 -0400 Original-Received: from mail-fx0-f169.google.com ([209.85.220.169]:63300) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M2nSV-0001EE-9R for emacs-devel@gnu.org; Sat, 09 May 2009 10:23:23 -0400 Original-Received: by fxm17 with SMTP id 17so1986833fxm.42 for ; Sat, 09 May 2009 07:23:22 -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 :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Bv+b01qRGkgevVI4qhzVQZQ6deImJ0tLK5USYT8+nMk=; b=giGugVRD20f+kCmPwWNnxi7jnBflP6/ez3UJ5tUzo7BlnqoC3QCltgTNIANZq2kyzp gQ0ru4DD0Xo1QdzKr9WxYoRqMmPPfcB1SlxKR7VYTYbOiO5awAIzkMyJC35rkcZBKOr4 3I8arPwpx/cgVnYt+PrKNd06Qr+7BGUHtrurc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=mPm+pdkp/QzG0YSk10j9QZZEmkgA4WeVo/+OM5Kx7hgfhooBm52fa8sjCS9cL7Fd0I 6hSvSSDDccxcnJ8BWUTM7k9VDNx1mhentWl01xGHE9E4sFMlTZ9nnNDpWpnaSeQcUrXW X4cfZQ3+4RJkQQ4F9KPRRkKCZtnv81wFJD6RE= Original-Received: by 10.223.113.132 with SMTP id a4mr2628793faq.75.1241879002348; Sat, 09 May 2009 07:23:22 -0700 (PDT) In-Reply-To: <87my9m4bz1.fsf@rimspace.net> X-detected-operating-system: by monty-python.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:110797 Archived-At: On Sat, May 9, 2009 at 3:55 PM, Daniel Pittman wrote: > Um, generally speaking there doesn't seem to be anything like a test > suite for Emacs Lisp code that I could locate. =C2=A0Did I miss something= , or > is it generally the practice to just get it right? ;) There is a subdirectory emacs/test if you check out the sources. There is however not very much there yet if I remember correctly. On EmacsWiki you can find this page: http://www.emacswiki.org/emacs/UnitTesting And I have a modified version of the ert test library in nXhtml. This modified version adds some things I need for testing syntax fontification.