unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@suse.de>
Subject: Re: [dane@mail.abcsinc.com: Scroll bars]
Date: Thu, 22 Aug 2002 10:08:18 +0200	[thread overview]
Message-ID: <jeadnffh8t.fsf@sykes.suse.de> (raw)
In-Reply-To: <m21y8rg350.fsf@primate.xs4all.nl> (huug's message of "Thu, 22 Aug 2002 02:15:23 +0200")

huug <huug.at.gmane@xs4all.nl> writes:

|> On 2002-08-20, Richard Stallman <rms@gnu.org> 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."

  parent reply	other threads:[~2002-08-22  8:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-17  4:50 [dane@mail.abcsinc.com: Scroll bars] Richard Stallman
2002-08-19 14:53 ` Stefan Monnier
2002-08-20 17:21   ` Richard Stallman
2002-08-21  6:44     ` Eli Zaretskii
     [not found]     ` <m21y8rg350.fsf@primate.xs4all.nl>
2002-08-22  8:08       ` Andreas Schwab [this message]
2002-08-24  2:32       ` Richard Stallman
     [not found]         ` <m2y9amslnp.fsf@primate.xs4all.nl>
2002-09-02  0:01           ` Richard Stallman
2002-09-02 17:16             ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jeadnffh8t.fsf@sykes.suse.de \
    --to=schwab@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).