From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 2EA1JRMD+14cAgAA0tVLHw (envelope-from ) for ; Tue, 30 Jun 2020 09:17:07 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id gJMRIRMD+14kHgAAB5/wlQ (envelope-from ) for ; Tue, 30 Jun 2020 09:17:07 +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 E8290940630 for ; Tue, 30 Jun 2020 09:17:06 +0000 (UTC) Received: from localhost ([::1]:47650 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jqCO1-0001UY-PI for larch@yhetil.org; Tue, 30 Jun 2020 05:17:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43690) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jqCNf-0001QK-6G for guix-devel@gnu.org; Tue, 30 Jun 2020 05:16:43 -0400 Received: from mail-40134.protonmail.ch ([185.70.40.134]:36717) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jqCNZ-00056N-2Z for guix-devel@gnu.org; Tue, 30 Jun 2020 05:16:42 -0400 Date: Tue, 30 Jun 2020 09:16:19 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail; t=1593508586; bh=+7qn1Fh2mT8RcTBV5Rc5MUkAR46/ycZ2kT+NP/1P31s=; h=Date:To:From:Reply-To:Subject:From; b=A9xZ8ClMmi2WFOe2zIDZqOG8WyF/3t3nq//6sIEhzzThkYH1+Ny7plRSr8BCye09K Ci/28wHSXRvvOnHRbgi5iGXlPL2UwzDl+u9BxviyJ+bUuZD1ls1N7M+0ipa0jQB4Ny 2OTaw883DmhO0FnwwhVze817yAVsCQwmSHckz1aI= To: "guix-devel\\@gnu.org" From: Ekaitz Zarraga Subject: guix search: first line not shown Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.134; envelope-from=ekaitz@elenq.tech; helo=mail-40134.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/30 05:16:27 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -37 X-Spam_score: -3.8 X-Spam_bar: --- X-Spam_report: (-3.8 / 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_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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: , Reply-To: Ekaitz Zarraga Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=elenq.tech header.s=protonmail header.b=A9xZ8ClM; dmarc=pass (policy=none) header.from=elenq.tech; 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.71 X-TUID: uwz6CaIThQqI Hi, With the recent adoption of $PAGER in `guix search` I'm experiencing an iss= ue. 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