From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Nicolas P. Rougier (inria)" Newsgroups: gmane.emacs.devel Subject: Re: Question on set-window-margins Date: Wed, 03 Jan 2024 18:24:03 +0100 Message-ID: References: <83il4bzgmk.fsf@gnu.org> <83h6jvyu9p.fsf@gnu.org> <5FC2FDA6-CB7F-4285-958E-EC8595FC66AE@gmail.com> <834jfuzhg1.fsf@gnu.org> <83sf3ext3r.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4956"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.10.8; emacs 29.1 Cc: casouri@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jan 03 18:29:40 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 1rL53k-00012v-57 for ged-emacs-devel@m.gmane-mx.org; Wed, 03 Jan 2024 18:29:40 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rL52Z-0000w4-9E; Wed, 03 Jan 2024 12:28:27 -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 1rL52X-0000vA-5I for emacs-devel@gnu.org; Wed, 03 Jan 2024 12:28:25 -0500 Original-Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rL52U-0000W6-8Z; Wed, 03 Jan 2024 12:28:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=references:from:to:cc:subject:date:in-reply-to: message-id:mime-version:content-transfer-encoding; bh=r7UR6qfYyivL9+H3hIAeSFqjYa5JZZTzPSakQrm/jhA=; b=j5gcTE0CgLIlepp7zBY/SMwuidXYxzIWuGHzlS4HwBUKpPiNDuLIz79P aYhdPYaxzP3otnsw/2qBNHphEe/dEF0ykzsu7o8Oj8wjzBg62Mwj4oKi8 /SHzZBygz5vdRo5/K1acJISkFD+xskTEtrPm/R6kBsGF4xOEG/yX/pgrE w=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=nicolas.rougier@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.04,328,1695679200"; d="scan'208";a="75733252" Original-Received: from clt-128-93-180-69.vpn.inria.fr (HELO M-E7-NPR.local) ([128.93.180.69]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2024 18:28:19 +0100 In-reply-to: <83sf3ext3r.fsf@gnu.org> Received-SPF: pass client-ip=192.134.164.104; envelope-from=nicolas.rougier@inria.fr; helo=mail3-relais-sop.national.inria.fr 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, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:314507 Archived-At: Eli Zaretskii [2024-01-03 at 18:46] wrote: > > If you are interested, you can get the full documentation of=20 > > any=20 > > Emacs Lisp function at any time by typing C-h f and then the=20 > > name=20 > > of the function (and then RET). Similarly, you can get the=20 > > full=20 > > documentation for a variable by typing C-h v and then the name=20 > > of=20 > > the variable (and then RET).=20 >=20 > I don't see what's wrong with that text (which is in the Emacs=20 > Lisp > Introduction manual). I (maybe wrongly) understand from that sentence that I can get=20 full documentation for a function by typing 'C-h f' which is=20 obviously not the case because, as you underlined, other=20 information is available in the manual. The "full" is misleading. Nicolas --=20 Nicolas P. Rougier =E2=80=94=E2=80=94 www.labri.fr/perso/nrougier Institute of Neurodegenerative Diseases, Bordeaux