emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#16639: closed (24.3.50; Invalid-function "convenie


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16639: closed (24.3.50; Invalid-function "convenience")
Date: Thu, 02 Jun 2016 16:16:03 +0000

Your message dated Thu, 2 Jun 2016 12:15:01 -0400
with message-id <address@hidden>
and subject line Re: bug#18332: 24.3.93; Convenience is a malformed function 
when installing ELPA package
has caused the debbugs.gnu.org bug report #18332,
regarding 24.3.50; Invalid-function "convenience"
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
18332: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18332
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; Invalid-function "convenience" Date: Tue, 04 Feb 2014 13:38:52 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)
Hello,

The current line in csv-mode-pkg.el (see ELPA) is wrong:

(define-package "csv-mode" "1.2" "Major mode for editing comma/char separated 
values" 'nil :url "http://centaur.maths.qmul.ac.uk/Emacs/"; :keywords 
("convenience"))

It should be:

(define-package "csv-mode" "1.2" "Major mode for editing comma/char separated 
values" nil :url "http://centaur.maths.qmul.ac.uk/Emacs/"; :keywords 
'("convenience"))

That is:

- no quote in front of nil
- a quote in front of the list with "convenience"

As it currently is, Emacs generates the error given in subject.

Best regards,
  Seb

-- 
Sebastien Vauban



--- End Message ---
--- Begin Message --- Subject: Re: bug#18332: 24.3.93; Convenience is a malformed function when installing ELPA package Date: Thu, 2 Jun 2016 12:15:01 -0400
fixed 18332 24.3.94
quit

IIUC this was fixed by 559b827d8aba3ca060f3875a65028cffe71f258b
"* lisp/emacs-lisp/package.el (package-generate-description-file):
Properly quote the arguments. [...]Fixes: debbugs:18332"


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]