Skip to content

Instantly share code, notes, and snippets.

Created December 18, 2012 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/860fd8e19f8a0d69193f to your computer and use it in GitHub Desktop.
Save anonymous/860fd8e19f8a0d69193f to your computer and use it in GitHub Desktop.
making csv-mode in emacs 24.2.1 on osx, installed via brew install emacs --cocoa
Warning: reference to free variable `flymake-mode'
Leaving directory `/Users/andyfray/.emacs.d/elpa/csv-mode-1.50'
Compiling file /Users/andyfray/.emacs.d/elpa/csv-mode-1.50/csv-mode-pkg.el at Tue Dec 18 14:42:13 2012
Entering directory `/Users/andyfray/.emacs.d/elpa/csv-mode-1.50/'
Compiling file /Users/andyfray/.emacs.d/elpa/csv-mode-1.50/csv-mode.el at Tue Dec 18 14:42:13 2012
csv-mode.el:149:15:Warning: error called with 0 arguments, but requires 1+
csv-mode.el:172:15:Warning: error called with 0 arguments, but requires 1+
csv-mode.el:259:40:Warning: `default-mode-line-format' is an obsolete variable
(as of 23.2); use `mode-line-format' instead.
csv-mode.el:264:20:Warning: `default-mode-line-format' is an obsolete variable
(as of 23.2); use `mode-line-format' instead.
csv-mode.el:268:15:Warning: `default-mode-line-format' is an obsolete variable
(as of 23.2); use `mode-line-format' instead.
In csv-align-fields:
csv-mode.el:1044:21:Warning: assignment to free variable `left-padding'
csv-mode.el:1058:19:Warning: assignment to free variable `right-padding'
csv-mode.el:1068:40:Warning: reference to free variable `left-padding'
csv-mode.el:1121:22:Warning: reference to free variable `right-padding'
csv-mode.el:1118:28:Warning: assignment to free variable `overlay'
csv-mode.el:1124:24:Warning: reference to free variable `overlay'
csv-mode.el:1134:15:Warning: reference to free variable `end'
csv-mode.el:1134:23:Error: Invalid read syntax: ")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment