Applied in f3a23edf9ed111caab7bbad583874ad34ff8652d. Thanks!
> On 19 May 2021, at 17:24, "" wrote:
>
> Since my patch didn't follow GNU C style here's an update.
> Sorry guys!
>
From 0a62b75813cd8a94b87284395ee8d97e16069bb0 Mon Sep 17 00:00:00 2001
From: jakub-w
Date: Wed, 19 May 2021 17:14
Since my patch didn't follow GNU C style here's an update.
Sorry guys!
From 0a62b75813cd8a94b87284395ee8d97e16069bb0 Mon Sep 17 00:00:00 2001
From: jakub-w
Date: Wed, 19 May 2021 17:14:35 +0200
Subject: [PATCH] Fixed style for 02439a124
* guile-readline/readline.c (scm_filename_completion_functi
Hi. Filename completion just doesn't work at all. Using
filename-completion-function as a completer for readline always throws
an error.
Minimal example:
(use-modules (ice-9 readline))
(with-readline-completion-function
filename-completion-function
readline)
Hitting TAB when prompted r