GNU bug report logs - #16639
24.3.50; Invalid-function "convenience"

Previous Next

Package: emacs;

Reported by: "Sebastien Vauban" <sva-news <at> mygooglest.com>

Date: Tue, 4 Feb 2014 12:42:01 UTC

Severity: normal

Merged with 18332

Found in versions 24.3.50, 24.3.93

Fixed in version 24.3.94

Done: Noam Postavsky <npostavs <at> users.sourceforge.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 16639 in the body.
You can then email your comments to 16639 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#16639; Package emacs. (Tue, 04 Feb 2014 12:42:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Sebastien Vauban" <sva-news <at> mygooglest.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 04 Feb 2014 12:42:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Sebastien Vauban" <sva-news <at> mygooglest.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50; Invalid-function "convenience"
Date: Tue, 04 Feb 2014 13:38:52 +0100
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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#16639; Package emacs. (Tue, 04 Feb 2014 18:03:01 GMT) Full text and rfc822 format available.

Message #8 received at 16639 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: "Sebastien Vauban" <sva-news <at> mygooglest.com>
Cc: 16639 <at> debbugs.gnu.org
Subject: Re: bug#16639: 24.3.50; Invalid-function "convenience"
Date: Tue, 04 Feb 2014 13:02:30 -0500
> 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




Merged 16639 18332. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 26 Aug 2014 15:55:02 GMT) Full text and rfc822 format available.

bug Marked as fixed in versions 24.3.94. Request was from Noam Postavsky <npostavs <at> users.sourceforge.net> to control <at> debbugs.gnu.org. (Thu, 02 Jun 2016 16:16:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 01 Jul 2016 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 69 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.