From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: [dane@mail.abcsinc.com: Scroll bars] Date: Thu, 22 Aug 2002 10:08:18 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200208170450.g7H4ovd08634@wijiji.santafe.edu> <200208191453.g7JErRv13421@rum.cs.yale.edu> <200208201721.g7KHLNV09768@wijiji.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1030003791 21159 127.0.0.1 (22 Aug 2002 08:09:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 22 Aug 2002 08:09:51 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17hn2L-0005VA-00 for ; Thu, 22 Aug 2002 10:09:49 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17hnV8-0004ZO-00 for ; Thu, 22 Aug 2002 10:39:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17hn3V-0004UE-00; Thu, 22 Aug 2002 04:11:01 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17hn1S-0004RX-00 for emacs-devel@gnu.org; Thu, 22 Aug 2002 04:08:54 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17hn1Q-0004RK-00 for emacs-devel@gnu.org; Thu, 22 Aug 2002 04:08:54 -0400 Original-Received: from ns.suse.de ([213.95.15.193] helo=Cantor.suse.de) by monty-python.gnu.org with esmtp (Exim 4.10) id 17hn1D-0004BR-00 for emacs-devel@gnu.org; Thu, 22 Aug 2002 04:08:52 -0400 Original-Received: from Hermes.suse.de (Charybdis.suse.de [213.95.15.201]) by Cantor.suse.de (Postfix) with ESMTP id 989CB14866 for ; Thu, 22 Aug 2002 10:08:18 +0200 (MEST) X-Authentication-Warning: sykes.suse.de: schwab set sender to schwab@suse.de using -f Original-To: emacs-devel@gnu.org X-Yow: Are we THERE yet? In-Reply-To: (huug's message of "Thu, 22 Aug 2002 02:15:23 +0200") Original-Lines: 30 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (ia64-suse-linux) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6758 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6758 huug writes: |> On 2002-08-20, Richard Stallman wrote: |> > We need a way to make Xaw3D always deliver Motif-like behavior. |> |> That's not possible. Xaw3D compiled without arrows just doesn't contain |> the code. Maybe emacs can ignore the wrong type? Something like: |> |> --- emacs/configure.in.orig 2002-07-24 21:43:02.000000000 +0200 |> +++ emacs/configure.in 2002-08-21 19:46:21.000000000 +0200 |> @@ -1843,7 +1843,8 @@ |> if test "${HAVE_X11}" = "yes"; then |> if test "${USE_X_TOOLKIT}" != "none"; then |> AC_CHECK_HEADER(X11/Xaw3d/Scrollbar.h, |> - AC_CHECK_LIB(Xaw3d, XawScrollbarSetThumb, HAVE_XAW3D=yes)) |> + AC_CHECK_LIB(Xaw3d, XawScrollbarSetThumb, |> + AC_CHECK_LIB(Xaw3d, PaintArrows, HAVE_XAW3D=yes))) This lacks pairs of quotes around the nested macro invocations: + [AC_CHECK_LIB(Xaw3d, XawScrollbarSetThumb, + [AC_CHECK_LIB(Xaw3d, PaintArrows, HAVE_XAW3D=yes)])]) Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."