all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kirstin Rhys <krhys@imvu.com>
To: Dmitry Gutov <dgutov@yandex.ru>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Bug in sql.el : sql-add-product
Date: Mon, 18 May 2015 21:37:23 -0700	[thread overview]
Message-ID: <CAGjFv7-7q71k7LQrjo3Yzz-QuED0EkRhixfyuf8U+L4yPKAe_w@mail.gmail.com> (raw)
In-Reply-To: <555A7A52.9020707@yandex.ru>

Ah! Sorry.

I must be using an older version of emacs24.

For posterity and for other users, perhaps hive users in a controlled
environment who are forced to work with older versions, a fix is to add to
your .emacs :

...

(require 'sql)

(defun sql-add-product ... with corrected definition)

(require 'hive)

Thanks!





On Mon, May 18, 2015 at 4:48 PM, Dmitry Gutov <dgutov@yandex.ru> wrote:

> 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.
>


      reply	other threads:[~2015-05-19  4:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-18 22:24 Bug in sql.el : sql-add-product Kirstin Rhys
2015-05-18 23:48 ` Dmitry Gutov
2015-05-19  4:37   ` Kirstin Rhys [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGjFv7-7q71k7LQrjo3Yzz-QuED0EkRhixfyuf8U+L4yPKAe_w@mail.gmail.com \
    --to=krhys@imvu.com \
    --cc=dgutov@yandex.ru \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.