From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 6DQkCt3vBGTfJwAAbAwnHQ (envelope-from ) for ; Sun, 05 Mar 2023 20:39:09 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id UKVMCd3vBGRDjQAAG6o9tA (envelope-from ) for ; Sun, 05 Mar 2023 20:39:09 +0100 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 E4A1938BAB for ; Sun, 5 Mar 2023 20:39:08 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pYuBv-0003Kk-CM; Sun, 05 Mar 2023 14:38:43 -0500 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 1pYuBu-0003Kc-Dn for help-guix@gnu.org; Sun, 05 Mar 2023 14:38:42 -0500 Received: from mail-ua1-x92e.google.com ([2607:f8b0:4864:20::92e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pYuBs-0003ix-Tu for help-guix@gnu.org; Sun, 05 Mar 2023 14:38:42 -0500 Received: by mail-ua1-x92e.google.com with SMTP id x1so5042404uav.9 for ; Sun, 05 Mar 2023 11:38:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1678045119; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=Ha8Lsj5YkEFbRmb5P97z9VmjRvBJejzh9a7CvKZmPl4=; b=LqHmwlmkIPff2VxL9mDB3sK9zFcRydaZ2c+4IhatmwrZD1NcH3wEIK7KwznKShbOx/ PMBrGsx5JsrIE4b8xBTQPxNwkq6nt5b7UEuLmlLyOW2HX4ONLNhX8o/MiEmRMGPVxGqh vmCs4fyejlQSeZ0hxppd8hEywwR8pu6ihbeHrVVhE1fQj1T3B3UHS9ofA7WbLwgcp0YN qV14pTqJGaSzhGdBucL5HBJpyHJJsPg7oWASwfQX+G7p3+lTlnSCk7pcuw3/pnXXV99n 6W4nQ39O6dnDd1zweIbu9C012kdxuiPW3I/2Va/tTpcQ6h4feebIbo6JMzM+U94CJ1/F Fx6g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678045119; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=Ha8Lsj5YkEFbRmb5P97z9VmjRvBJejzh9a7CvKZmPl4=; b=wJdEpD84QeGwqSRpN8qH77SmKznAREm1Af7fArCd5LUj3AGvIfK86fqeNuyVd6SHs4 jfpZ+MYq9GGBfkNXW5kw5ad9MXRxFdnS98zMmJnE0q/8pXKkP+RFlyyZ5jQ8OkDyFxZm xynTzW6+FTkAiE3WMfxXGOdsAQvVQSW/SDVI51hg00qaV4PNNjqzhDO7fQ7/mRKbaq3b pryFMVaOxqO00UAmiD1SGBiywldQf36foQ6bY0Ca3cqa0LpysiUlsPIuZyMGpm7j9UDk r8Kze1ge7Oc+I8aRkOa+DPldA/Oo/QAI69KRy8XCeMfMGiknq0VXhjLKuPQMiTOxGdvK vORQ== X-Gm-Message-State: AO0yUKUozfD28EvPHYWVoaUanmT4oOBWF1cU6wnYTP1Y819zwFHW3Xsc kU+yx1HhVtepbHEvtYRgy1LqW2b1tEdRh4AIO28XlwD/0q5fGQ== X-Google-Smtp-Source: AK7set8Qmi4eQ7jIR5XloCeG12Ly2D56q7Hjtk/KMzJrnBtRd396/3apKJ+7xdUXtSSNSAvwg0AcXAz33QFfqQ48T4Q= X-Received: by 2002:a1f:1844:0:b0:406:abf3:80bf with SMTP id 65-20020a1f1844000000b00406abf380bfmr5120147vky.1.1678045119177; Sun, 05 Mar 2023 11:38:39 -0800 (PST) MIME-Version: 1.0 From: Rodrigo Morales Date: Sun, 5 Mar 2023 14:36:29 -0500 Message-ID: Subject: Newbie question: How to disable pager in "guix search"? To: help-guix@gnu.org Received-SPF: pass client-ip=2607:f8b0:4864:20::92e; envelope-from=moralesrodrigo1100@gmail.com; helo=mail-ua1-x92e.google.com X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.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, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: help-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1678045148; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=BMVaMjCO/xgtSCTqndVPBs/w87eg2iyd3KbBEOCVCQY=; b=EtqD/w72icKcgOCVjRmTgJDNI6pUfi8SiOGBNzRxWpjfb7n89pba+IvH2Fz/9Etd7GGOxz yG1PB/zY+s4MRudR43BBSkm2FBTTnrJ7hAfbH9Khw3dDtTGK7nuFlP4Msm1SuNnZqmJWda 4CKg7jHo5rjoJJK0GqIWsEWkxIf5a5O83t77hQR4LyVxXPowaxlsqL9qtvzt7aoUbw/rf/ f78uiGg+5RzlfHiUxq2GGiQhMAM2ueD6dTEpic3GWj8CJ6Knur9m9zFLiwb95RnU6Fsal1 VaRS+iTYLpNV9Hl2TNLJ7RF83qYqZZk3aNzBk1QSVDBN2iT+/8ZRL/ZlND0Iqg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20210112 header.b=LqHmwlmk; spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1678045148; a=rsa-sha256; cv=none; b=Gxqt6ZhkoUOfyFGHcvcujuek0Qzg9WArcnl9ybLE9ccFreZUFxGcHN31eoaTju/h7/TUTT OI7gYEUyZ/6slQzRquzJMuGXR+W4nqBJ7IYhG9q4aWPi/nchXUpKIyXhVk1SHXSmvIrx3B rMOJVRJymiTUJZgaKvvRcTPBSp0Sy/E7X4xVu/G3Khv4CjiXnKfM6aFNJN7bqYeHboIXa4 CruRUbYXdeWAPbPwfVTchwsGj6o+SuQXVeKsjLXMXn4qXMu+Brl/FrddZaLjSAJTEpb7a7 dMpH/rFQVZa09wb4zXH0rUCI4m2u5zxbc2vKx86CxStfPFbaByUiig5KYBrDZQ== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -0.91 X-Spam-Score: -0.91 X-Migadu-Queue-Id: E4A1938BAB Authentication-Results: aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20210112 header.b=LqHmwlmk; spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) X-TUID: byyNoE4cKp45 Table of Contents _________________ 1. The problem 2. The question 1 The problem ============= Most of the times, I use shell-mode in Emacs and execute "guix" commands. When I execute "guix search", the following warning is shown ,---- | guix search emacs `---- ,---- | WARNING: terminal is not functional | Press RETURN to continue `---- I think the reason why this happens is that the command tries to use a pager which is not possible in shell-mode. I need to press C-c C-c to exit the command which is time-consuming and doesn't allow me to normally search a buffer as I would normally do it in Emacs. I'd rather guix did not use a pager and instead show all the results in raw text since that way I can scroll up and search within Emacs. 2 The question ============== How could I disable the pager in "guix search" and make it display the output in raw text?