From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 97F40C7619A for ; Wed, 5 Apr 2023 19:07:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232356AbjDETHb (ORCPT ); Wed, 5 Apr 2023 15:07:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230114AbjDETHa (ORCPT ); Wed, 5 Apr 2023 15:07:30 -0400 Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 25DE86EA7 for ; Wed, 5 Apr 2023 12:07:24 -0700 (PDT) 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 1pk8TZ-0006nX-Gl; Wed, 05 Apr 2023 15:07:21 -0400 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=uLiAoTu6gGAvbUjQaS+s37Tg88yBTe3SUZjTOTKCxjc=; b=XmVE65eWqWjpBPmUt2j5 ftzkCkLtt9RkTM/pOrtefJnWIh7SqBC9HEulDLYSZ+6VNGfyfw0D25q4x6NNTaKhW5DGu66oafKaA Ppin6FeiCFaDhqqBQZVfeCskqYFb+XbKPwF6JG4oGpOyiu1z+5J84zANE+ckyCThn1UvrbJsiHijR bOVH3IGvWDtJAsptpB4iEuhjTc6nlLYyGtrbDIlE7jxsOsBDktExzMq5p9+jRhcVdibHIgdY3l7Sl HsF6tpfbGdwERWF3qpKqEfGY4c3ETKHoQo7zJlJ1g+kUgnV9FIVnJGEwitHnJbpd8LTADZDOaqjPH 0g3BgAKfW5yohg==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pk8TY-0001ZJ-Km; Wed, 05 Apr 2023 15:07:20 -0400 Date: Wed, 05 Apr 2023 22:07:47 +0300 Message-Id: <83zg7mqha4.fsf@gnu.org> From: Eli Zaretskii To: Dirk Gouders Cc: arsen@aarsen.me, alx.manpages@gmail.com, linux-man@vger.kernel.org, help-texinfo@gnu.org In-Reply-To: (message from Dirk Gouders on Wed, 05 Apr 2023 20:01:56 +0200) Subject: Re: Playground pager lsp(1) References: <073413e2-7d35-f0d7-26eb-f66908d7af6a@gmail.com> <87y1n6o1b3.fsf@aarsen.me> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-man@vger.kernel.org > From: Dirk Gouders > Cc: Alejandro Colomar , linux-man@vger.kernel.org, > help-texinfo@gnu.org > Date: Wed, 05 Apr 2023 20:01:56 +0200 > > Arsen Arsenović writes: > > >>>> • In windowing environments lsp does complete resizes when windows > >>>> get resized. This means it also reloads the manual page to fit the > >>>> new window size. > >>> > >>> Good. This I miss it in less(1) often. Not sure if they had any strong > >>> reason to not support that. > >> > >> Unfortunately, info(1) also doesn't do full resizes (on my system). > > > > Do you mean the info pages' column limit or that the viewer itself > > doesn't resize to fit the frame? The latter would be a bug. > > Yes, I meant the column limit. Sorry for not having expressed this very > clear. Info files are formatted already, you cannot ask the reader to reformat them for a different line length. With man pages this is only possible if you never keep the formatted pages and reuse them once they were produced.