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

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

bug#16639: 24.3.50; Invalid-function "convenience"


From: Stefan Monnier
Subject: bug#16639: 24.3.50; Invalid-function "convenience"
Date: Tue, 04 Feb 2014 13:02:30 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> 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"))

elpa.gnu.org/packages only holds csv-mode-1.2.el (i.e. no
csv-mode-pkg.el) and the `elpa' branch doesn't hold
csv-mode-pkg.el either.  In both cases, this file is constructed
dynamically, either during package-install or during "make".

So, which situation is yours?  Presumably re-running package-install or
causing make to rebuild this file should fix the problem, but if it
doesn't, give us some details.

> - no quote in front of nil

This is sub-optimal but perfectly correct.


        Stefan





reply via email to

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