!7 p-subst { final File f = File(#1000825, "search-results.txt"); watchFile(f, 50, r { Map data = unstructFile(f); L snippets = cast mapGet(data, "results"); final Snippet s = first(snippets); if (s == null) ret; showSuggestion("Run? " + s.id + " - " + title, r { nohupJavax(s.id) }); })); }