From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Changes in frame/window code Date: Fri, 05 Sep 2014 12:47:46 +0200 Message-ID: <540994D2.1070509@gmx.at> 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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1409914135 27705 80.91.229.3 (5 Sep 2014 10:48:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Sep 2014 10:48:55 +0000 (UTC) Cc: Eli Zaretskii , Stefan Monnier , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 05 12:48:47 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 1XPr4Q-0001Pf-HO for ged-emacs-devel@m.gmane.org; Fri, 05 Sep 2014 12:48:46 +0200 Original-Received: from localhost ([::1]:56865 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPr4Q-00018j-6C for ged-emacs-devel@m.gmane.org; Fri, 05 Sep 2014 06:48:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPr46-00017i-Tf for emacs-devel@gnu.org; Fri, 05 Sep 2014 06:48:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPr3z-0008SU-C4 for emacs-devel@gnu.org; Fri, 05 Sep 2014 06:48:26 -0400 Original-Received: from mout.gmx.net ([212.227.15.18]:54686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPr3g-0008OJ-9R; Fri, 05 Sep 2014 06:48:00 -0400 Original-Received: from [88.117.58.197] ([88.117.58.197]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0LuxG5-1YP8rF1Ku9-01039K; Fri, 05 Sep 2014 12:47:56 +0200 In-Reply-To: X-Provags-ID: V03:K0:yRuBKdKjfeqEEjn3Skq+fsiyXTB8X9Nmjlzg1kXLa1CfbQylGvg PrIY2OTh3F+AIcDCVi1VdUAA2pN9MUawZA6WeqCoishl0UJjsMCaDXQoH2AvYE0e6eR0Uqu pFUW+N2cLEI1HUmqWFO1hiM6dFkhY1qjOB/WEWnOBFJ256iHu0KfP83ww7zcxtHx6ow3Ilg GBvkvJtVMAQUTq62Mj7cQ== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.15.18 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:174034 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. Should be fixed now. Please have a look. > I suppose this is consistent with the NEWS entry, > but is there any chance of making it work --without-toolkit-scroll-bars? You mean implement horizontal scroll bars when no tool-kit scroll bars are available? IIRC I was able to draw the slider/thumb correctly but never started to implement mouse operations. > If not, it seems like M-x horizontal-scroll-bar-mode should give an error. I print an informative message now. Giving an error seems to drastic, after all people might want (horizontal-scroll-bar-mode 1) in their .emacs. martin