-
Notifications
You must be signed in to change notification settings - Fork 14
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
sintax highlight and indentation #9
Comments
Could you send me your output from for me I have
but for the indentation, it could depend how you set up indentation globally, some users bind it to TAB, most bind newline (enter) to newline-and-indent, I personally use agsressive-indent-mode. |
I really appreciate this project. |
If you've installed it via melpa, it should all work out of the box automatically. I guess I did something wrong. Could you help me solve this by sending me the version of csound-mode which you're using and the result of If there's no syntax highlighting, it could mean that font-lock-mode is disabled. If eldoc doesn't work, it probably means that eldoc-mode is off. But both should be on by default. |
sorry for the late answer: describe-mode
I also checked the font-lock-mode is enable by using: |
I try on a fresh install in emacs for OS X and linux describe-mode
I activate
thank you very much and sorry for my little eng |
@burnedmonk thank so much for this good catch! I pushed a fix ba4a5dd for this right away. For some reson, first was renamed to cl-first some time ago, it's not the first time I'm having these kinds of problems with the cl-lib. I will research the other problems later on soon. I'm working on a better testing environment to help me catch these mistakes earlier. |
Now eldoc works great! |
Hi! I just wanted to drop this here if someone else has the same issue. I love the work that's been done on this mode and I hope to learn more elisp to hopefully be able to contribute in the future. |
thanks, this helped me as well! |
For me the syntax highlighting stopped working, after installing the company mode. Reinstalling csound-mode or uninstalling company-mode does not help. It was otherwise a clean Emacs installation (Windows 11).
|
I am having this issue as well on Windows 10. The syntax highlighting works fine on first install of the package but stops working permanently after restart. |
I think it may be related to the fact that hl-mode has been deprecated for a better solution. I haven't looked deep into this. Im thinking because I'm missing "highlight" there in the minor modes, I'll look into this and update! |
For me the syntax highlighting works not quite well. Its highlighting paths and comments but nothing else. describe-mode: |
How about adding the following line to the emacs initialization file as written at #10 (comment) ? |
Seemed to solve things for me, thank you!
…On Wed, Apr 19, 2023 at 8:43 AM sohet ***@***.***> wrote:
How about adding the following line to the emacs initialization file as
written at #10 (comment)
<#10 (comment)> ?
(with-eval-after-load 'csound-font-lock (setq csound-font-lock-list
csound-font-lock-keywords))
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANH5V6X3NDPEU2JGPI3AUWTXB7FVZANCNFSM4JGJMOSA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hello!
I'm new to emacs and I decided to use your package to work with csound.
I manage to install the csound-mode from Melpa and the compilation is working great (even the guide in the mini buffer, which I found great!), but the text highlight and indentation features are not.
Any suggestion?
The text was updated successfully, but these errors were encountered: