From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:863f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id CCHxMPQqdmHWPgAAsNZ9tg (envelope-from ); Mon, 25 Oct 2021 03:56:36 +0000 Received: from out1.migadu.com ([2001:41d0:2:863f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id cKLALPQqdmEWDAAAB5/wlQ (envelope-from ); Mon, 25 Oct 2021 03:56:36 +0000 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=1635134195; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=HQ/kKTwerhSqJrV3SocV1fv0WYS8rBXYiUn5apkqQfI=; b=gSYV4NPZ+ZCKukVy+MxZK5rr0yvMI49yukzmz2e/F6xQqyEvpapV6XGmPxFU9wV/wNBtiQ oboNLGdQimcZk27DavfFlckXLsX6nHG17mkzE3Pfb+pfYUaLJUDxodarqUsTsHmd0bvgzt aTbI8VM5uibO0+mHu4pztOFO+bWsKWNaObBJbS6DhxnKfT0uo/RbhgRJXnUHKKc70azsLz 0T2lIk2vXYUDBPRG6uYh+aC2HpPHqksPKehZqiiR3ENaeK8C9L1AUvR1eNhGBbyx3PrUho k7+MpCsAQddV9/RmRBY5Z5A13S/kiPLtbKp5whuxz5vHcqPTVcbRtXhkfK39/A== From: Kyle Meyer To: piem@inbox.kyleam.com Subject: [PATCH 00/10] lei-q transient Date: Sun, 24 Oct 2021 23:56:20 -0400 Message-Id: <20211025035630.297598-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-TUID: QAWWwtCBFFEp The series at <20210605211402.20304-1-kyle@kyleam.com> added intial support for lei-q, but it left the transient interface as a to-do. Patch 6 of this series adds that, making it possible to pass relevant lei-q options to the call. [ 1/10] piem-lei-query-show: Fix capitalization in error message [ 2/10] piem-lei-known-mid-p: Use with-output-to-string [ 3/10] lei: Introduce option to set "lei" executable [ 4/10] lei: Add call-process wrapper for inserting lei output [ 5/10] piem-lei-insert-output: Signal an error if lei call fails [ 6/10] lei: Add transient wrapper for piem-lei-query [ 7/10] lei: Set piem-lei-buffer-query for mid-based query functions [ 8/10] piem: Add function that returns public-inbox's configuration file [ 9/10] lei q: Offer candidates for --include and --only [10/10] lei: Rename piem-lei-show-mid to piem-lei-buffer-mid TODO | 2 - piem-lei.el | 236 ++++++++++++++++++++++++++++++++++++++++++++-------- piem.el | 11 ++- 3 files changed, 211 insertions(+), 38 deletions(-) base-commit: 4122fe3c6e350182d40a527d4392edb08e1dcb92 -- 2.33.1