From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id D92C06DE0BA5 for ; Sat, 18 Jan 2020 06:23:21 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.066 X-Spam-Level: X-Spam-Status: No, score=-0.066 tagged_above=-999 required=5 tests=[AWL=-0.065, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bu0yBpPnnQnp for ; Sat, 18 Jan 2020 06:23:21 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id DC9576DE0B2B for ; Sat, 18 Jan 2020 06:23:20 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1isp0O-0000zb-To; Sat, 18 Jan 2020 09:23:16 -0500 Received: (nullmailer pid 796625 invoked by uid 1000); Sat, 18 Jan 2020 14:23:15 -0000 From: David Bremner To: Thomas Schwinge , notmuch@notmuchmail.org Subject: Re: Feature idea: Emacs 'notmuch-search' "paged" display In-Reply-To: <87muamgspy.fsf@euler.schwinge.homeip.net> References: <87muamgspy.fsf@euler.schwinge.homeip.net> Date: Sat, 18 Jan 2020 10:23:15 -0400 Message-ID: <87d0bgyhbg.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jan 2020 14:23:22 -0000 Thomas Schwinge writes: > > Is it possible in Emacs to emulared the "paged" display as explained in > the 'less' example? That is, only read in "a screenful of data", then > let the pipe fill up, then 'notmuch' block, and only once the user moves > the point towards the end of the current Emacs buffer, continue to read > data from the pipe. One concern with a previous attempt is that it doesn't really work with ssh wrappers of notmuch [1]. A long time ago Jani Nikula publish a work in progress patch [2] to provide buttons to extend an initially limited set of results. Making that production worthy might be an easier task than messing with internals. [1]: https://www.mail-archive.com/notmuch@notmuchmail.org/msg47184.html [2]: https://mid.mail-archive.com/1327692900-22926-1-git-send-email-jani@nikula.org