GNU bug report logs - #54629
29.0.50; Emacs crashes when I try to move scroll bar by grabbing it with mouse

Previous Next

Package: emacs;

Reported by: Eric Spero <eric <at> ericspero.com>

Date: Tue, 29 Mar 2022 21:03:01 UTC

Severity: normal

Found in version 29.0.50

Done: Po Lu <luangruo <at> yahoo.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: luangruo <at> yahoo.com, 54629 <at> debbugs.gnu.org
Subject: bug#54629: 29.0.50; Emacs crashes when I try to move scroll bar by grabbing it with mouse
Date: Wed, 30 Mar 2022 22:04:10 +0300
> From: Glenn Morris <rgm <at> gnu.org>
> Date: Wed, 30 Mar 2022 14:54:28 -0400
> Cc: luangruo <at> yahoo.com
> 
> 
> Since 62c779c, "--without-all --without-x" builds don't work.
> 
> Ref: https://hydra.nixos.org/build/171190052

Does the below help?

diff --git a/configure.ac b/configure.ac
index 93c821e..254f15b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3357,7 +3357,7 @@ AC_DEFUN
     AC_DEFINE(USE_TOOLKIT_SCROLL_BARS)
     USE_TOOLKIT_SCROLL_BARS=yes
   fi
-elif test "${window_system}" != "x11"; then
+elif test "${window_system}" != "x11" && "${window_system}" != "none"; then
   AC_MSG_ERROR(Non-toolkit scroll bars are not implemented for your system)
 fi
 




This bug report was last modified 3 years and 108 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.