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 18:49:37 +0200 Message-ID: <83r0iyxsym.fsf@gnu.org> References: <83il4bzgmk.fsf@gnu.org> <83h6jvyu9p.fsf@gnu.org> <5FC2FDA6-CB7F-4285-958E-EC8595FC66AE@gmail.com> <834jfuzhg1.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="18382"; mail-complaints-to="usenet@ciao.gmane.io" Cc: nicolas.rougier@inria.fr, casouri@gmail.com, emacs-devel@gnu.org To: John Yates Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jan 03 17:50:33 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 1rL4Rs-0004Zw-I7 for ged-emacs-devel@m.gmane-mx.org; Wed, 03 Jan 2024 17:50:32 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rL4RK-0004Va-Tn; Wed, 03 Jan 2024 11:49:58 -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 1rL4RI-0004VM-Ni for emacs-devel@gnu.org; Wed, 03 Jan 2024 11:49:56 -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 1rL4RG-00077R-St; Wed, 03 Jan 2024 11:49:54 -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=KvzugZeoDyRj8w0GzSoXEou2Z3yrZPsji2FGGKfeHoY=; b=fapsaOlJtrv3A5FbuEVd senisnLjVFhXdCjUKYP4ZvK+REIO4nPNrKtXnvEa1zOnP1stNZi4FOICwnIDrxNeNO8P/7Fz9G7ph 8Ewf0OTXw7NM1MNE6IQsYHzwhfYD7efc/B8KrZkS6TJRGNf2yoBfajJGoehddzdsReoKWt5DgZDby 9L9ur4ToCLAGvsTAanoH4qRKJn89iUG9vzytIjS2oBF84/J+tFOOY8KZ1ag4+HPMnG6doXeq+3ou0 xWFpLzmpOdNzkKZCMkA1sx8vzUNrrTL7OnWogYOwqcAsrFow9WwFom8ZNzTovKAZ2cfatYy8Cgeid D+apfCq0dAyanQ==; In-Reply-To: (message from John Yates on Wed, 3 Jan 2024 10:11:38 -0500) 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:314506 Archived-At: > From: John Yates > Date: Wed, 3 Jan 2024 10:11:38 -0500 > Cc: "Nicolas P. Rougier (inria)" , casouri@gmail.com, emacs-devel@gnu.org > > On Wed, Jan 3, 2024 at 8:16 AM Eli Zaretskii wrote: > > > > Doc strings and the manuals have > > different purposes and different size limitations, so it's > > unreasonable to expect only one of them to include all of the > > important information, let alone that of secondary importance, > > caveats, etc. > > Might there be a way for a doc string to include an unobtrusive > small link to the full documentation? We do that when there are too many details to have them in the doc string. Otherwise, there's no need for a link because typing 'i' in the *Help* buffer will show the corresponding documentation in the manual.