dash-docs icon indicating copy to clipboard operation
dash-docs copied to clipboard

`dash-docs-search` fails with `cannot open "''"`

Open flexibeast opened this issue 2 years ago • 2 comments

Context: Gentoo, Emacs 28.3, dash-docs-20210830.926, sqlite3 version 3.41.2 2023-03-22

dash-docs-search fails with the error cannot open "''" unless the dash-docs-sql function is modified such that the line:

"-list" "-init" "''" db-path sql)

is replaced by

"-list" db-path sql)

flexibeast avatar May 28 '23 12:05 flexibeast