From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <kyle@kyleam.com>
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net
X-Spam-Level: 
X-Spam-ASN:  
X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED,
	DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,
	T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no
	version=3.4.6
Received: from out-175.mta0.migadu.com (out-175.mta0.migadu.com [IPv6:2001:41d0:1004:224b::af])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by dcvr.yhbt.net (Postfix) with ESMTPS id E296C1F406
	for <meta@public-inbox.org>; Thu,  9 Nov 2023 04:14:46 +0000 (UTC)
Authentication-Results: dcvr.yhbt.net;
	dkim=pass (2048-bit key; unprotected) header.d=kyleam.com header.i=@kyleam.com header.a=rsa-sha256 header.s=key1 header.b=ffEw863g;
	dkim-atps=neutral
X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers.
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1;
	t=1699503281;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
	 in-reply-to:in-reply-to:references:references;
	bh=usCOodHc3nq6+2sooFER4TGhghV6FlqkSoY8TmpELi8=;
	b=ffEw863gCq6jRD16urVowFV/73cWIACDjOtEtS8nkATtIBZ5vWWxKMn3uysUQqBa0d7fIc
	ZyjoH9iXdbZ11xUjj0v/ayggdX3jxFp6VaX+yMmC0GERgnUt/MhE5aS7Bp/RnkwfkZNY7p
	S2RqASu0mCYwgKO1jtpFIKKRc0vyczIse4ZWjX0xk768PVdxOUVEzOMojp6Rr3w4VRPAdW
	5a1XIWK9+TI60gCcOxB4vzT9XRxRLaUJ3GaCxsfUtWV2mn1d2JrZFF1DC8dd2YOmWo93e8
	xw/942Uie25zufa3yQAXU+TNZxVqhF9uyd3i+EG6FW4jHIULDLuex5bDNpOBPQ==
From: Kyle Meyer <kyle@kyleam.com>
To: Eric Wong <e@80x24.org>
Cc: meta@public-inbox.org
Subject: Re: lei interactive TUIs (ncurses/vim/emacs)
In-Reply-To: <20230922203353.M780211@dcvr>
References: <20230922203353.M780211@dcvr>
Date: Wed, 08 Nov 2023 23:14:37 -0500
Message-ID: <87il6b36mq.fsf@kyleam.com>
MIME-Version: 1.0
Content-Type: text/plain
X-Migadu-Flow: FLOW_OUT
List-Id: <meta.public-inbox.org>

[ I missed this (just saw it mentioned in a recent message). ]

Eric Wong writes:

> I've also noticed vim has scripting abilities (like Emacs?) and
> notmuch bundles a vim extension we can take inspiration from.
> Perhaps we could bundle vim and Emacs extensions for lei, too...
[...]
> So, any thoughts on this matter?
>
> Anybody willing to maintain an lei TUI for emacs?

As part of piem [1], I've done some work on an Emacs interface for lei,
in particular `lei q'.  It's pretty bare-bones (been meaning to get back
to it...), but it's functional for searching and basic viewing.

[1]: https://git.kyleam.com/piem/about/