unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Rolf Ade <rolf@pointsman.de>
To: 23566@debbugs.gnu.org
Subject: bug#23566: Acknowledgement (25.0.94; sql-sqlite: selecting database file is crippled)
Date: Wed, 18 May 2016 14:50:25 +0200	[thread overview]
Message-ID: <573C6511.6030301@pointsman.de> (raw)
In-Reply-To: <handler.23566.B.146353563826367.ack@debbugs.gnu.org>


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))))))))





  parent reply	other threads:[~2016-05-18 12:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-17 20:02 bug#23566: 25.0.94; sql-sqlite: selecting database file is crippled rolf
     [not found] ` <handler.23566.B.146353563826367.ack@debbugs.gnu.org>
2016-05-18 12:50   ` Rolf Ade [this message]
2016-07-20 23:11 ` bug#23566: sql-sqlite: selecting database file is crippled) Rolf Ade
2017-01-01  3:13   ` Rolf Ade
2017-01-01  4:03     ` npostavs
2017-01-03  0:19       ` Rolf Ade
2017-01-03 23:42         ` Rolf Ade
2017-01-07 17:01           ` npostavs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=573C6511.6030301@pointsman.de \
    --to=rolf@pointsman.de \
    --cc=23566@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).