From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Question on set-window-margins Date: Wed, 03 Jan 2024 05:23:46 +0200 Message-ID: <83h6jvyu9p.fsf@gnu.org> References: <83il4bzgmk.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27867"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "Nicolas P. Rougier (inria)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jan 03 04:25:04 2024 Return-path: Envelope-to: ged-emacs-devel@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 1rKrsO-0006zR-9F for ged-emacs-devel@m.gmane-mx.org; Wed, 03 Jan 2024 04:25:04 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rKrrT-0003xB-TL; Tue, 02 Jan 2024 22:24:07 -0500 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 1rKrrS-0003x3-R6 for emacs-devel@gnu.org; Tue, 02 Jan 2024 22:24:06 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rKrrR-00087P-Gl; Tue, 02 Jan 2024 22:24:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=LmznqCwmzFODxomuAO1ObpZyGhGVXH0YDXITvDswXhw=; b=Cq+btAK3gth288Tcs/mK 3A1LoLlXwXzArPm3aZ8twXzl/BlfSadz3H7hVsbT/lBqN3yYMq4/+wKrJlfy/sNoXyg7yYreHhY6u l10B8ZeF+4k5pgzNleMCdhUAMVElEGiyKNzSJAydujjUbLZzZGI3MYH/stKo1WfLga4HiWk1jPPBz dDXSFjXMScXfEGYH8S28Egz4FaaojafVIphhgolvb+TClNsTCQokO/pICoGb/xIYTnv6sm/seL7ev Umg6keRL6GdJ4oFEYponTe573rNavZ/L+zWEhzmWemEZGXH0zDA8ACxh5cAG3LVqxJjLT9W7ZiL1j i3l/jwhqlaSH4g==; In-Reply-To: (nicolas.rougier@inria.fr) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:314467 Archived-At: > From: "Nicolas P. Rougier (inria)" > Cc: emacs-devel@gnu.org > Date: Tue, 02 Jan 2024 20:46:14 +0100 > > > Eli Zaretskii [2024-01-02 at 21:20] wrote: > > From the ELisp manual: > > > > -- Function: set-window-margins window left &optional right > > This function specifies the margin widths for window > > WINDOW, in > > character cell units. The argument LEFT controls the left > > margin, > > and RIGHT controls the right margin (default ‘0’). > > > > If WINDOW is not large enough to accommodate margins of the > > desired > > width, this leaves the margins of WINDOW unchanged. > > > > The values specified here may be later overridden by > > invoking > > ‘set-window-buffer’ (*note Buffers and Windows::) on WINDOW > > with > > its KEEP-MARGINS argument ‘nil’ or omitted. > > Thanks. The last paragraph is actually missing from function > definition on 29.1 hence my question. Sorry, I don't understand what you mean by "missing from function definition". Please elaborate.