2019年6月4日火曜日 22時08分03秒 UTC+9 Bram Moolenaar: > I have been wondering if it would help if Vim could play a sound. Think > of a gentle "ping" to indicate the cursor can't move there, or a > "tadaa" when a background build finishes successfully.
Hello, I love Vim and sound, and was wondering just like you about changing default beep sound or playing sounds all the way. I will be glad if the beep sound is changeable (even if only on gVim), but I think further sound handling is not what a portable text editor should do, because there are too many things to be considered, like audio format, latency, audio buffer, mixing multiple sounds and so on. Most users wouldn't want Vim to have such processes, unfortunately. Adding some autocmd events (CursorCouldntMove?) may be good, if so then users can call external processes to play sounds or do anything. I think latency is not a big problem in most purpose. > At least I have had times where I didn't notice something that was going > on, because I was looking in the wrong place. Currently there only is > the annoying beep (which I usually have disabled). I had had same problem. To solve the problem, I have created a program which wraps a (build) process and play sounds in some circumstances. Please have a look if that interests you. https://github.com/Bakudankun/ErrorWarner Best regards, Bakudankun -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/c1843068-15ec-45f6-8d06-298e1ff85b22%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
