poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Properly handle readline completion of filenames which conta


From: Jose E. Marchesi
Subject: Re: [PATCH] Properly handle readline completion of filenames which contain spaces.
Date: Fri, 28 Feb 2020 18:57:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi John!

    ---
     ChangeLog     |  8 ++++++++
     src/pk-cmd.c  | 45 ++++++++++++---------------------------------
     src/pk-repl.c | 22 ++++++++++++++++++++++
     3 files changed, 42 insertions(+), 33 deletions(-)
    
    diff --git a/ChangeLog b/ChangeLog
    index c894606e..ad0e4d0f 100644
    --- a/ChangeLog
    +++ b/ChangeLog
    @@ -1,3 +1,11 @@
    +2020-02-23  John Darrington <address@hidden>
    +
    +   * src/pk-cmd.c (pk_cmd_exec_1)[case 'f']: Remove a lot
    +   of code which seems to serve no useful purpose.
    +   * src/pk-repl.c (escape_metacharacters): New function.
    +   * src/pk-repl.c (pk_repl): Initialize various readling
    +   parameters.
    +


Very nice, this is OK for master.
Thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]