From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Changes in frame/window code Date: Thu, 04 Sep 2014 14:30:19 -0400 Message-ID: References: <53CE6A44.1010708@gmx.at> <53D4FF76.1060804@gmx.at> <8338dmj1of.fsf@gnu.org> <83wqayhe0o.fsf@gnu.org> <53D542B3.20206@gmx.at> <83tx62hane.fsf@gnu.org> <53D6172A.5010909@gmx.at> <53DA7497.2010401@gmx.at> <54073F1F.4090202@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1409855447 4022 80.91.229.3 (4 Sep 2014 18:30:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Sep 2014 18:30:47 +0000 (UTC) Cc: Eli Zaretskii , Stefan Monnier , emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 04 20:30:38 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XPbnp-0007cW-Pc for ged-emacs-devel@m.gmane.org; Thu, 04 Sep 2014 20:30:37 +0200 Original-Received: from localhost ([::1]:53580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPbnp-0003U6-Cg for ged-emacs-devel@m.gmane.org; Thu, 04 Sep 2014 14:30:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPbna-0003TD-Hi for emacs-devel@gnu.org; Thu, 04 Sep 2014 14:30:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPbnZ-0006Dn-4J for emacs-devel@gnu.org; Thu, 04 Sep 2014 14:30:22 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPbnZ-0006Dj-1m for emacs-devel@gnu.org; Thu, 04 Sep 2014 14:30:21 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XPbnY-0002cr-3m; Thu, 04 Sep 2014 14:30:20 -0400 X-Spook: crypto anarchy Serbian Zachawi SHA Croatian Audiotel X-Ran: ;Ara.L-`14!mzzLodapYX?!lmY9NQ!qf#1lqp-2#xn%GgT93d//x3o}EP+R+ytzMK4]X36 X-Hue: yellow X-Attribution: GM In-Reply-To: <54073F1F.4090202@gmx.at> (martin rudalics's message of "Wed, 03 Sep 2014 18:17:35 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:174014 Archived-At: BTW, if I configure using: --with-x-toolkit=lucid --without-toolkit-scroll-bars then M-x horizontal-scroll-bar-mode still says "Horizontal-Scroll-Bar mode enabled" with no error, but no scroll bar appears. I suppose this is consistent with the NEWS entry, but is there any chance of making it work --without-toolkit-scroll-bars? If not, it seems like M-x horizontal-scroll-bar-mode should give an error. PS congrats and kudos for implementing a very long-standing TODO item! :)