From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.help Subject: Re: Bug in sql.el : sql-add-product Date: Tue, 19 May 2015 02:48:34 +0300 Message-ID: <555A7A52.9020707@yandex.ru> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1431992949 5895 80.91.229.3 (18 May 2015 23:49:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 May 2015 23:49:09 +0000 (UTC) To: Kirstin Rhys , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 19 01:49:02 2015 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 1YuUmM-0004a8-3q for geh-help-gnu-emacs@m.gmane.org; Tue, 19 May 2015 01:49:02 +0200 Original-Received: from localhost ([::1]:43374 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuUmL-0007JJ-9i for geh-help-gnu-emacs@m.gmane.org; Mon, 18 May 2015 19:49:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuUmB-0007JA-GN for help-gnu-emacs@gnu.org; Mon, 18 May 2015 19:48:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuUm7-00057W-Ff for help-gnu-emacs@gnu.org; Mon, 18 May 2015 19:48:51 -0400 Original-Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:33689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuUm7-00056V-8C for help-gnu-emacs@gnu.org; Mon, 18 May 2015 19:48:47 -0400 Original-Received: by wgjc11 with SMTP id c11so44167557wgj.0 for ; Mon, 18 May 2015 16:48:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=9N/ObdYqscel8+A6ckIxv1wT/3qfcTXH/CfZydfWRsg=; b=mcDHAmn4ZUiVDm/Y9HPC1mkTUtF2mCeZc8s/zt8foJWcoDSKBL3nVDxB1uFc+kh10U Rk5Pgf+fr9N3c33OfN/BwPIvjYOiTWHmGItoRvMXdyWwIBeoupDlmP9ehZdpIacugczN KvmMwvWvxv/HUUyqbH9Ph1w1hTzaRyruV7y7IrY6Rur0hBHktDhFG9//4L635bSv+qXz KKL6qtymsUBz/QsmR7+sqV5UxfNqpxnmo+EiUF8Yo3vrNuLSRxf5b/5uhYApZLOBfsuh xFAT8+zm+Bau+6qIqMkew0Qste1oqhxJ2S8PinWRXjA8BonNpr9hBiICgi4bhw6xH8j5 tAlg== X-Received: by 10.194.172.130 with SMTP id bc2mr37626898wjc.85.1431992916552; Mon, 18 May 2015 16:48:36 -0700 (PDT) Original-Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id v3sm14628682wiz.14.2015.05.18.16.48.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 May 2015 16:48:36 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22a 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:104483 Archived-At: On 05/19/2015 01:24 AM, Kirstin Rhys wrote: > The line: > > ;; Add product to the alist > (add-to-list 'sql-product-alist `((,product :name ,display . ,plist))) > > Should be: > > ;; Add product to the alist > (add-to-list 'sql-product-alist `(,product :name ,display . ,plist)) I believe that is http://debbugs.gnu.org/15435, fixed about one and a half years ago.