From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Heime Newsgroups: gmane.emacs.help Subject: Re: Horizontal Scrollbars Date: Fri, 10 May 2024 11:25:38 +0000 Message-ID: References: <86le4l9gmn.fsf@gnu.org> <868r0i5i6b.fsf@gnu.org> <86o79e3q74.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23249"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri May 10 13:26:44 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1s5OOh-0005ob-Ol for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 10 May 2024 13:26:43 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s5OO1-0006WW-TG; Fri, 10 May 2024 07:26:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s5ONp-0006Uk-TG for help-gnu-emacs@gnu.org; Fri, 10 May 2024 07:25:51 -0400 Original-Received: from mail-40141.protonmail.ch ([185.70.40.141]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s5ONm-0002eV-Gl; Fri, 10 May 2024 07:25:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1715340340; x=1715599540; bh=T7SB5nkqseHRNnGqk1++N9cz0ptir7dn0O+65YvsGao=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=do0/o1JBd/iEsZBX1R+28Vkt8UfTEXpDDfmhNhAg1ADuAS79v9OocQ1knmpVGMP1H la9fyvwjM07ftGVWWmTRhSqF2ubBUXT84iqQfPxGebAzaDJQLpTJ0ELlNTA26HbO4b DmpxJ4iE063D5QitZv5wSXavF8dU28081qjHT+tm+NWsoRRVDsbdLU+vNZbJyWIkiQ wpriCwFbLzhU1PWGo2kfrHsPk8Z9oJaWwLZtyAoHuk5CHDoEBkRU/uOx2c2xJ/v+D1 x63AHC89l/8qLVj6dUllv4YGTtULYLnU5y+IDi1nAfV4Zhy5i1CVJwoGqWYCY/X+N5 YsG+mA58lLQYg== In-Reply-To: <86o79e3q74.fsf@gnu.org> Feedback-ID: 57735886:user:proton X-Pm-Message-ID: bd5ccaf665a4e35f123d55c183771569401252bf Received-SPF: pass client-ip=185.70.40.141; envelope-from=heimeborgia@protonmail.com; helo=mail-40141.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:146653 Archived-At: Sent with Proton Mail secure email. On Friday, May 10th, 2024 at 10:40 PM, Eli Zaretskii wrote: > > Date: Fri, 10 May 2024 10:02:14 +0000 > > From: Heime heimeborgia@protonmail.com > > Cc: help-gnu-emacs@gnu.org > >=20 > > > > horizontal-scroll-bar-mode handles the horizontal scroll-bar global= ly. But I have > > > > forgotten how to handle the horizontal scroll-bar per window. Or is= it per frame ? > > >=20 > > > The answers are in the manual: > > >=20 > > > To toggle the use of horizontal scroll bars, type =E2=80=98M-x > > > horizontal-scroll-bar-mode=E2=80=99. This command applies to all fram= es, > > > including frames yet to be created. To toggle horizontal scroll bars > > > for just the selected frame, use the command =E2=80=98M-x > > > toggle-horizontal-scroll-bar=E2=80=99. > >=20 > > Yes per-frame but not per-window. I have no idea whether vertical scrol= lbar > > is also per-frame. >=20 >=20 > The answer is again in the manual: >=20 > To toggle the use of vertical scroll bars, type =E2=80=98M-x > scroll-bar-mode=E2=80=99. This command applies to all frames, including f= rames > yet to be created. To toggle vertical scroll bars for just the selected > frame, use the command =E2=80=98M-x toggle-scroll-bar=E2=80=99. If this activates vertical scroll bar of a window, how does one deactivate = it ? (set-window-scroll-bars (selected-window) nil 'right)