I am using latest Helm from MELPA on Emacs GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.16.6) of 2015-09-11
When I issue sql-connect
I see this:
The only connection I have saved (in custom.el) is the second one, boccaperta
. First time I select boccaperta
from that list this is the error I get:
Debugger entered--Lisp error: (setting-constant nil)
(let ((nil (quote nil))) (sql-product-interactive (quote postgres) (quote nil)))
eval((let ((nil (quote nil))) (sql-product-interactive (quote postgres) (quote nil))))
sql-connect("boccaperta" nil)
funcall-interactively(sql-connect "boccaperta" nil)
call-interactively(sql-connect nil nil)
command-execute(sql-connect)
It only happens the first time I select boccaperta
. If I try again, I can connect to my DB.
It also happens with Helm disabled, by the way. And it happens with emacs -Q
as well.