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: No information about COLUMNS and LINES in docstring of window-scroll-bars Date: Sun, 12 May 2024 21:12:40 +0000 Message-ID: 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="12208"; mail-complaints-to="usenet@ciao.gmane.io" To: Heime via Users list for the GNU Emacs text editor Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun May 12 23:13:34 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 1s6GVh-0002x9-EC for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 12 May 2024 23:13:33 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s6GV4-0005vZ-7x; Sun, 12 May 2024 17:12:54 -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 1s6GV0-0005vA-Qd for help-gnu-emacs@gnu.org; Sun, 12 May 2024 17:12:51 -0400 Original-Received: from mail-4318.protonmail.ch ([185.70.43.18]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s6GUy-0000My-6J for help-gnu-emacs@gnu.org; Sun, 12 May 2024 17:12:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1715548365; x=1715807565; bh=fLHpPvA7qY6Scqgh+7c0trRWE8DeOFh668B2d04wd64=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=WK7SIfQSEA9yasR9EWjRnyoJyMjPl6vCFUIjsKrPr9EKBcmsgrgU15w7SFbMIYp1a 5ermSdFJLD/7+1uZFtEZrGES8zCc70dZP4F07cOS+k3o4PhkF+io0hnV/XA9s1ONjd GGIKOG21fIkqMg/QTK5ChYS9EzSdaaLa4+EUYFhTUOkr0W9+ze2XttRQLdW3pis+MM f3HgwgweI3MPPIcbViUdlv/v2GFxBeC+NZIOagfRr8ACkHitfyiAc7UDwJhA7Snzg7 OojCRPuJKPHz+h7SALCumnc3sd2PelSjKducHvERPNG7NCp8/urVu1MzVl8pWxfo/i A7TgK04EphVpQ== Feedback-ID: 57735886:user:proton X-Pm-Message-ID: f97bdcb8c1480c6ba7a34a59e2d0f14757021aa4 Received-SPF: pass client-ip=185.70.43.18; envelope-from=heimeborgia@protonmail.com; helo=mail-4318.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.01, RCVD_IN_MSPIKE_WL=-0.01, 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:146694 Archived-At: The docstring for window-scroll-bars says "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." But, COLUMNS and LINES are never described, and set-window-scroll-bars naturally does not mention them.