bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#23566: Acknowledgement (25.0.94; sql-sqlite: selecting database file


From: Rolf Ade
Subject: bug#23566: Acknowledgement (25.0.94; sql-sqlite: selecting database file is crippled)
Date: Wed, 18 May 2016 14:50:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0


I'm sorry: I've botched my proposed change (which is not meant to be a
patch - I don't feel versed enough to judge if this is the 'right way'
to fix - but to make my point more clear). It should read as (added
the f argument to file-regular-p):


      ((plist-member plist :file)
       (expand-file-name
        (read-file-name prompt
                        (file-name-directory last-value) default t
                        (file-name-nondirectory last-value)
                        (when (plist-get plist :file)
                          `(lambda (f)
                             (if (not(file-regular-p f))
                                 t
                               (string-match
(concat "\\<" ,(plist-get plist :file) "\\>")
                                (file-name-nondirectory f))))))))





reply via email to

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