unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#16639: 24.3.50; Invalid-function "convenience"
@ 2014-02-04 12:38 Sebastien Vauban
  2014-02-04 18:02 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastien Vauban @ 2014-02-04 12:38 UTC (permalink / raw)
  To: 16639-ubl+/3LiMTaZdePnXv/OxA

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#16639: 24.3.50; Invalid-function "convenience"
  2014-02-04 12:38 bug#16639: 24.3.50; Invalid-function "convenience" Sebastien Vauban
@ 2014-02-04 18:02 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2014-02-04 18:02 UTC (permalink / raw)
  To: Sebastien Vauban; +Cc: 16639

> 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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-04 18:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-04 12:38 bug#16639: 24.3.50; Invalid-function "convenience" Sebastien Vauban
2014-02-04 18:02 ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).