Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use this mode #1

Open
vampolo opened this issue Mar 28, 2018 · 4 comments
Open

Unable to use this mode #1

vampolo opened this issue Mar 28, 2018 · 4 comments

Comments

@vampolo
Copy link

vampolo commented Mar 28, 2018

Seems that this mode has problems in starting. in particular i see:

Updating /Users/vampolo/.emacs.d/.cache/quelpa/build/graphviz-dot-mode/
Saving file /Users/vampolo/.emacs.d/.cache/quelpa/packages/graphviz-dot-mode-20160129.34.el...
Wrote /Users/vampolo/.emacs.d/.cache/quelpa/packages/graphviz-dot-mode-20160129.34.el
Wrote /Users/vampolo/.emacs.d/.cache/quelpa/packages/graphviz-dot-mode-readme.txt
Generating autoloads for graphviz-dot-mode.el...done
Wrote /Users/vampolo/.emacs.d/elpa/graphviz-dot-mode-20160129.34/graphviz-dot-mode-autoloads.el
Checking /Users/vampolo/.emacs.d/elpa/graphviz-dot-mode-20160129.34... [3 times]
Compiling /Users/vampolo/.emacs.d/elpa/graphviz-dot-mode-20160129.34/graphviz-dot-mode.el...done
Wrote /Users/vampolo/.emacs.d/elpa/graphviz-dot-mode-20160129.34/graphviz-dot-mode.elc
Checking /Users/vampolo/.emacs.d/elpa/graphviz-dot-mode-20160129.34...
Done (Total of 1 file compiled, 2 skipped)
File mode specification error: (void-variable default-tab-width)
Auto-evilification could not remap these functions in map ‘edebug-mode-map’:
   - ‘edebug-Go-nonstop-mode’ originally mapped on ‘G’
Auto-evilification could not remap these functions in map ‘edebug-mode-map’:
   - ‘edebug-Go-nonstop-mode’ originally mapped on ‘G’
helm-M-x: Symbol’s value as variable is void: default-tab-width

and the mode of my .dot file remains Foundamental.

@shishirsharma
Copy link

I too have this issue on mac.

@vnckppl
Copy link

vnckppl commented Jul 11, 2018

Same here (on OSX).

@WallyYang
Copy link

This is just telling you that a variable named "default-tab-width" is not set. Simply add
(setq default-tab-wdith 4) or 2 whatever you like somewhere in your config files should fix this

@reidfrasier
Copy link

This is just telling you that a variable named "default-tab-width" is not set. Simply add
(setq default-tab-wdith 4) or 2 whatever you like somewhere in your config files should fix this

This fixed the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants