From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Ferrari Newsgroups: gmane.emacs.help Subject: Re: help with using sql-connect Date: Thu, 18 Dec 2014 12:20:43 +0100 Message-ID: References: <878ui6gipk.fsf@gmail.com> <877fxp4900.fsf@zigzag.favinet> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1418902000 24014 80.91.229.3 (18 Dec 2014 11:26:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Dec 2014 11:26:40 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 18 12:26:33 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y1ZE0-0002bk-TO for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Dec 2014 12:26:33 +0100 Original-Received: from localhost ([::1]:53473 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1ZE0-00081c-BL for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Dec 2014 06:26:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1Z8T-0000rN-5X for help-gnu-emacs@gnu.org; Thu, 18 Dec 2014 06:20:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1Z8Q-0004ze-1m for help-gnu-emacs@gnu.org; Thu, 18 Dec 2014 06:20:49 -0500 Original-Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]:45794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1Z8P-0004ya-Bf for help-gnu-emacs@gnu.org; Thu, 18 Dec 2014 06:20:45 -0500 Original-Received: by mail-wg0-f47.google.com with SMTP id n12so1307373wgh.34 for ; Thu, 18 Dec 2014 03:20:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=38GVqLUNrfEKmzd3PbnCSltxvDMKRBRJAlv/0Xir80M=; b=QmSAO1Ue+f7Fq5Z0O+9gDigfhKMyLlBnrnQHgJD8CSGhU3W3FaJOdCI2JMWWJBRnrK H4DeLBTtdO144xYUDL1VQE+AAJ+trmB4YgCi85UhNqKQSevT637HqMG4wc2B9Fokudpv +ESFXBIBHWlB6f0KTiN1263z9FSUZ1MmDCAQJF1K64FZHgMfNYwohKpvEBTvJV3O4qxU LN3cROJozmWp1/upZg/I+g0yC51CdsDrEBJVP9AMB6UVMgnx0jNsWmkCBURVbzMudSBH ofaqld/Xj8ahypmIdYN6QBjcMU9AIw/sZo3u4L6u8JFnAFsFZRdKi7GfcrtwCeImUMf2 qgLQ== X-Received: by 10.194.235.193 with SMTP id uo1mr3102723wjc.105.1418901643797; Thu, 18 Dec 2014 03:20:43 -0800 (PST) Original-Received: by 10.194.85.43 with HTTP; Thu, 18 Dec 2014 03:20:43 -0800 (PST) In-Reply-To: <877fxp4900.fsf@zigzag.favinet> X-Google-Sender-Auth: REkBAF3GFsAH-H54W0PKeo0nTog X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22f X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101654 Archived-At: On Thu, Dec 18, 2014 at 10:12 AM, Thien-Thi Nguyen wrote: > () Luca Ferrari > () Thu, 18 Dec 2014 08:54:09 +0100 > > I suspect there is something wrong with the > sql-connection-alist, but I cannot see what. > > I see from =E2=80=98C-h v sql-connection-alist RET=E2=80=99 that > the alist keys are called CONNECTION, and that: > > CONNECTION is a case-insensitive string identifying > the connection > > Do you see differently? On emacs 24.3.1 I see: Where CONNECTION is a symbol identifying the connection, SQL-VARIABLE is the symbol name of a SQL mode variable, and VALUE is the value to be assigned to the variable. Something must have changed in the meantime. However, even trying case-insensitive connection names did not solved the problem on the older emacs. Ok, enough for me to upgrade also this last machine! Thanks, Luca