From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#13715: 24.2; Invalid function when calling sql-connect Date: Thu, 14 Feb 2013 20:54:32 -0500 Message-ID: References: <87wqub6j9s.fsf@gondwana.office.nugg.ad> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1360893330 22304 80.91.229.3 (15 Feb 2013 01:55:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Feb 2013 01:55:30 +0000 (UTC) Cc: mmaug@yahoo.com, 13715@debbugs.gnu.org To: roman.scherer@nugg.ad Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 15 02:55:52 2013 Return-path: Envelope-to: geb-bug-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 1U6AWl-00034P-Vh for geb-bug-gnu-emacs@m.gmane.org; Fri, 15 Feb 2013 02:55:52 +0100 Original-Received: from localhost ([::1]:41072 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6AWS-0007zp-Cw for geb-bug-gnu-emacs@m.gmane.org; Thu, 14 Feb 2013 20:55:32 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:42746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6AWP-0007zT-WD for bug-gnu-emacs@gnu.org; Thu, 14 Feb 2013 20:55:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6AWI-00025E-E0 for bug-gnu-emacs@gnu.org; Thu, 14 Feb 2013 20:55:29 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:51311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6AWI-00025A-BG for bug-gnu-emacs@gnu.org; Thu, 14 Feb 2013 20:55:22 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U6AWv-0006Vy-M5 for bug-gnu-emacs@gnu.org; Thu, 14 Feb 2013 20:56:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 15 Feb 2013 01:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13715 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13715-submit@debbugs.gnu.org id=B13715.136089331424986 (code B ref 13715); Fri, 15 Feb 2013 01:56:01 +0000 Original-Received: (at 13715) by debbugs.gnu.org; 15 Feb 2013 01:55:14 +0000 Original-Received: from localhost ([127.0.0.1]:56775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6AWA-0006Ux-6G for submit@debbugs.gnu.org; Thu, 14 Feb 2013 20:55:14 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:36481) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6AW9-0006Ur-9C for 13715@debbugs.gnu.org; Thu, 14 Feb 2013 20:55:13 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U6AVU-0000Nm-M2; Thu, 14 Feb 2013 20:54:32 -0500 X-Spook: Dick Cheney Vickie Weaver enigma Rand Corporation Hamas X-Ran: P@W{]Ob\sBcctTmrCxMXxoM>Q.*d X-Hue: red X-Attribution: GM In-Reply-To: (Glenn Morris's message of "Thu, 14 Feb 2013 20:50:28 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:71293 Archived-At: Glenn Morris wrote: > sql-connection-alist says "CONNECTION is a symbol identifying the connection" Yet the associated custom :type is a string, so I guess this is just a doc bug and that you are supposed to use a string rather than a symbol.