From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: Need for a Emacs regression test suite Date: Wed, 12 Sep 2007 13:44:19 +0900 Message-ID: <87ir6ga3x8.fsf@uwakimon.sk.tsukuba.ac.jp> References: <87bqcapccs.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189572262 5302 80.91.229.12 (12 Sep 2007 04:44:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Sep 2007 04:44:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 12 06:44:17 2007 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 1IVK5C-0000k8-PZ for ged-emacs-devel@m.gmane.org; Wed, 12 Sep 2007 06:44:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVK5C-0003YP-P9 for ged-emacs-devel@m.gmane.org; Wed, 12 Sep 2007 00:44:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IVK58-0003W8-Gt for emacs-devel@gnu.org; Wed, 12 Sep 2007 00:44:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IVK53-0003QL-R8 for emacs-devel@gnu.org; Wed, 12 Sep 2007 00:44:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVK53-0003QA-La for emacs-devel@gnu.org; Wed, 12 Sep 2007 00:44:01 -0400 Original-Received: from mtps02.sk.tsukuba.ac.jp ([130.158.97.224]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVK4y-0005Q6-Pi; Wed, 12 Sep 2007 00:43:57 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (unknown [130.158.99.156]) by mtps02.sk.tsukuba.ac.jp (Postfix) with ESMTP id CF2F87FFA; Wed, 12 Sep 2007 13:43:52 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 0AAEE1A2E11; Wed, 12 Sep 2007 13:44:20 +0900 (JST) In-Reply-To: X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" (+CVS-20070621) XEmacs Lucid X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:78619 Archived-At: Richard Stallman writes: > These tests can easily be done in LISP, since there is an xlib package > and an X window manager, both written entirely in LISP. > > To use them for this, maybe we would need to install them in Emacs. > The xlib package certainly sounds interesting to install. > Can you tell us where to find it, and the author's name and email? Both the xlib package and the xwem (window manager) are by Zajcev Evgeny . They are available from XEmacs CVS (currently down due to problems at dotsrc.org, I'm afraid, but should be ok soon) or by FTP from ftp://ftp.xemacs.org/pub/xemacs/packages/. I'm sorry, but upstream is not obvious from the READMEs. I suspect it's a personal Arch repo and he checks into XEmacs CVS as the primary distribution point, but you'll have to ask him.