Dev Use style when drawing lines#5
Merged
lizmat merged 17 commits intoraku-community-modules:mainfrom Apr 23, 2026
Merged
Conversation
…istent use of tabs and spaces.
…ecking the JPEG generation.
…in the "main" branch.
Note: I tried updating the "tab-width" E-Lisp variable within the "-*-" line at the top of the file, it does not work. I tried updating it within the "Local variables" paragraph at the botton of the file, it does not work. See https://www.gnu.org/software/emacs/manual/html_node/emacs/Specifying-File-Variables.html
Collaborator
|
Nice! But somehow there are conflicts. Could you resolve those? |
Author
|
The conflicts are solved. |
Collaborator
|
@jforget Github tells me differently?
|
Author
|
It seems that I have forgotten to click on button "merge commit". Now I have again solved the conflicts and I have clicked on the button. |
Collaborator
|
Thanks! 0.6 on its way to the ecosystem now! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This pull request adds function
gdImageSetStyleand pseudo-color constantsgdTransparentandgdStyled.Also: minor help for displaying consistent indentation of source code when using Emacs.