graphviz-dot-mode icon indicating copy to clipboard operation
graphviz-dot-mode copied to clipboard

Emacs mode for the DOT language, used by graphviz.

Results 13 graphviz-dot-mode issues
Sort by recently updated
recently updated
newest added

This face had been marked as obsolete for some time, I guess, and it has now been removed from the development version of Emacs. Solution is to use a different...

Hi! I got this error after installing `graphviz-dot-mode`: ``` company-graphviz-dot.el:34:2: Error: Cannot open load file: No such file or directory, company ``` I suppose the error is harmless, since the...

Hi! I am unable to set up `company` to work with `DOT`, as suggested in the README. It seems that `company-graphviz-dot` is not on MELPA anymore.

In the following line https://github.com/ppareit/graphviz-dot-mode/blob/6e96a89762760935a7dff6b18393396f6498f976/graphviz-dot-mode.el#L293 and in the other docstrings the url can be linkified with URL `url'.

Hi! First off, thank you for this project. It has helped immensly in learning how to create a graphviz/dot diagram. When completing fields for `splines` as of now, the suggested...

Since graphviz-dot-mode added company support (and requires company unconditionally), should company be added to the Package-Requires header? This would make it work better for downstream consumers such as Debian and...

Hi, When leaving a blank line after a {, tab seems to indent the content inside the block to the same level as the block itself and not a level...

This fixes preview in PNG format. The last byte by dot command didn't end up to Emacs buffer and image was considered as corrupted. This fixes #75.

Hi, I installed the package from MELPA, and everything went fine until I tried to preview my graph. I tried the next example and didn't work: ![image](https://github.com/ppareit/graphviz-dot-mode/assets/87681270/574d42dc-fcbe-4227-b12f-b661f8ca77bf) I thought maybe...

Basically inserting "diamond" as shape breaks all highlighting and causes fontification error to appear ![works](https://github.com/ppareit/graphviz-dot-mode/assets/23518994/57ed3187-a7b8-4253-855a-a7c1ff69e001) ![works_2](https://github.com/ppareit/graphviz-dot-mode/assets/23518994/a1436b30-da78-480f-b123-e3d706ba88cf) ![work_not](https://github.com/ppareit/graphviz-dot-mode/assets/23518994/98aa64d1-576f-4e19-815c-df369df47e27)