From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id iN5wAKSP/l6NfQAA0tVLHw (envelope-from ) for ; Fri, 03 Jul 2020 01:53:40 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id d7agN6OP/l5hEgAAbx9fmQ (envelope-from ) for ; Fri, 03 Jul 2020 01:53:39 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 7D1389403D5 for ; Fri, 3 Jul 2020 01:53:39 +0000 (UTC) Received: from localhost ([::1]:59670 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jrAtW-0003ea-C6 for larch@yhetil.org; Thu, 02 Jul 2020 21:53:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55992) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jrAtO-0003eT-VL for guix-devel@gnu.org; Thu, 02 Jul 2020 21:53:30 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:41068) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jrAtN-0004ad-Ho for guix-devel@gnu.org; Thu, 02 Jul 2020 21:53:30 -0400 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1jrAtL-0006Ml-8J; Thu, 02 Jul 2020 21:53:27 -0400 Date: Thu, 2 Jul 2020 21:53:27 -0400 (EDT) From: Jack Hill X-X-Sender: jackhill@marsh.hcoop.net To: Ekaitz Zarraga Subject: Re: guix search: first line not shown In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Received-SPF: pass client-ip=104.248.1.95; envelope-from=jackhill@jackhill.us; helo=minsky.hcoop.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/02 21:53:27 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "guix-devel\\@gnu.org" Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: DSJaIpSHJ4iL On Tue, 30 Jun 2020, Ekaitz Zarraga wrote: > Hi, > > With the recent adoption of $PAGER in `guix search` I'm experiencing an issue. The some of the firsts lines are not shown if the output long enough to cover the full screen so I can't see the first package name. It forces me to scroll down and up again. > > If I run `guix search | less` works as expected. > > Other paged commands like git work as expected too. > > Is this happening to others too? > > Best, > Ekaitz I have been able to reproduce this. If I page down, and then back up, I can see the first line. I don't have any ideas at the moment about what could be causing this. I'm using GNOME-terminal. Best, Jack