[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18332: 24.3.93; Convenience is a malformed function when installing
From: |
Fabrice Niessen |
Subject: |
bug#18332: 24.3.93; Convenience is a malformed function when installing ELPA package |
Date: |
Tue, 02 Sep 2014 22:55:11 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (cygwin) |
Stefan Monnier wrote:
>> - with Emacs 24.3.1, it's OK: "keywords" list is correctly QUOTED in the
>> generated `xxx-pkg.el' file.
>
> Good.
>
>> - with Emacs 24.3.93.1 (of 2014-08-15), it's NOT,
>
> Not good.
>
>> as you can see on http://screencast.com/t/ilxgafLbh.
>
> Could you turn this into text, because I can't watch this video?
In a nutshell, Emacs 24.3.93.1 produces:
--8<---------------cut here---------------start------------->8---
(define-package "yasnippet" "20140821.38" "Yet another snippet extension for
Emacs." 'nil :url "http://github.com/capitaomorte/yasnippet" :keywords
("convenience" "emulation"))
--8<---------------cut here---------------end--------------->8---
instead of:
--8<---------------cut here---------------start------------->8---
(define-package "yasnippet" "20140821.38" "Yet another snippet extension for
Emacs." 'nil :url "http://github.com/capitaomorte/yasnippet" :keywords
'("convenience" "emulation"))
--8<---------------cut here---------------end--------------->8---
For a reason which still escapes me, only Cygwin Emacs bugs because
"convenience" is not a function.
w32 binaries don't say anything, and load the packages properly!?
bug#18332: 24.3.93; Convenience is a malformed function when installing ELPA package, Stefan Monnier, 2014/09/02
- bug#18332: 24.3.93; Convenience is a malformed function when installing ELPA package,
Fabrice Niessen <=