From 7441c73271fc44a33078f0d8d5f47c4e181804b1 Mon Sep 17 00:00:00 2001 From: Laurence Warne Date: Sat, 3 Aug 2024 16:49:33 +0100 Subject: [PATCH] Use :always-read in search transient for infixes --- finito-view.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/finito-view.el b/finito-view.el index d0b8def..b01e06d 100644 --- a/finito-view.el +++ b/finito-view.el @@ -159,11 +159,11 @@ to the last value used for OBJ." :class 'finito--search-prefix :incompatible '(("isbn=" "author=") ("isbn=" "title=") ("isbn=" "max results=")) ["By Keywords" - (finito--title-arg :description "Title" :prompt "Title: ") - (finito--author-arg :description "Author" :prompt "Author: ") - (finito--max-results-arg :description "Max Results" :prompt "Max results: ")] + (finito--title-arg :description "Title" :prompt "Title: " :always-read t) + (finito--author-arg :description "Author" :prompt "Author: " :always-read t) + (finito--max-results-arg :description "Max Results" :prompt "Max results: " :always-read t)] ["Direct Lookup" - (finito--isbn-arg :description "ISBN" :prompt "ISBN: ")] + (finito--isbn-arg :description "ISBN" :prompt "ISBN: " :always-read t)] ["Actions" ("C" "Copy Curl" finito-search-request-curl-dbg) ("s" "Search" finito-search-request)])