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: No information about COLUMNS and LINES in docstring of window-scroll-bars Date: Mon, 13 May 2024 12:02:47 +0000 Message-ID: References: <861q66z5bt.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="1460"; 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 Mon May 13 14:03:32 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 1s6UOx-000085-Q0 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 13 May 2024 14:03:31 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s6UOR-000272-L5; Mon, 13 May 2024 08:02:59 -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 1s6UOP-000265-05 for help-gnu-emacs@gnu.org; Mon, 13 May 2024 08:02:57 -0400 Original-Received: from mail-40137.protonmail.ch ([185.70.40.137]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s6UON-0007OH-63 for help-gnu-emacs@gnu.org; Mon, 13 May 2024 08:02:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1715601772; x=1715860972; bh=QnmxpR3925hxCsc3+ot2TSL3KAcBV4V8F98BuHwD/hU=; 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=OdeRm5QFCdK/3ET6yKC03uCST4Ia8rtzSJyk2ylLJH5/M6Pu5Pv3dtQAMnCXNNUjb Bm67lGdeps/43OjW/ySkjXu2n6mQuyQuGIzTGl7iewHCa8sqVQTmX1LA6/QKEw3KyV DTV8BEx1QCaCVGxdKFnEn4bFbUeWIURL0j37VhypoZBWx8Rk3vSUkHJVqhihRmIbm3 rcfTUWL8MYQqd/qrF6aGqEjd1LFpJ1Mci76EzjW2l+SLNWrZmtqU4GoikUCAqBNQF/ zIS/+trrVqvy2emftPEsVAatTRsM3UyYXNcVKBEXf4zSOKRdW4JJUXR5rX4ARpwOZi iGMigXlHFfUdw== In-Reply-To: <861q66z5bt.fsf@gnu.org> Feedback-ID: 57735886:user:proton X-Pm-Message-ID: a32c3ef7bbf7e74dd5c7d9d9ac3f13ffa72c6fa2 Received-SPF: pass client-ip=185.70.40.137; envelope-from=heimeborgia@protonmail.com; helo=mail-40137.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:146700 Archived-At: Sent with Proton Mail secure email. On Monday, May 13th, 2024 at 4:47 PM, Eli Zaretskii wrote: > > Date: Sun, 12 May 2024 21:12:40 +0000 > > From: Heime heimeborgia@protonmail.com > >=20 > > The docstring for window-scroll-bars says > >=20 > > "Value is a list of the form (WIDTH COLUMNS VERTICAL-TYPE HEIGHT LINES > > HORIZONTAL-TYPE PERSISTENT), see =E2=80=98set-window-scroll-bars= =E2=80=99." > >=20 > > But, COLUMNS and LINES are never described, and set-window-scroll-bars > > naturally does not mention them. >=20 >=20 > If the doc string leaves something unclear, the next step is to > consult the ELisp manual. Did look up "22.12 Scroll Bars", but no information about COLUMNS=20 and LINES is there.