volume.el icon indicating copy to clipboard operation
volume.el copied to clipboard

Tweak your loudness with GNU Emacs ("the best Emacs package ever")

Results 5 volume.el issues
Sort by recently updated
recently updated
newest added

I get the following error when attempting to evaluate the volume.el file: ``` Debugger entered--Lisp error: (wrong-number-of-arguments (3 . 4) 2) (#f(compiled-function (obsolete-name current-name when &optional docstring) "Make OBSOLETE-NAME a...

`n` is undefined in the function definition. The following fixes it: ``` (defun volume-raise-10 (&optional n) "Raise the volume by 10 N percentage units." (interactive "p") (volume-raise (* (or n...

Some BSD system use the "mixer" commandline tool. Syntax goes as follows: ``` $ mixer vol -5 $ mixer vol +5 $ mixer vol ^ # Toggle mute. ``` Any...

You are probably aware, but in the off chance I want to put this on your radar: The server for http://www.brockman.se/software/volume-el/ appears to be down. Maybe a problem with the...

Greeting. * Given that my system volume level exceeds 100% ![2024-01-18_10_24_07](https://github.com/dbrock/volume.el/assets/68532245/8e16a673-8a53-4ff7-86e2-a28cd9502c5a) * When I try use volume ![2024-01-18_17_59_43](https://github.com/dbrock/volume.el/assets/68532245/af020e45-a6dc-4b2e-abcb-6309eca818a4) * Then I get the error ![2024-01-18_17_59_54](https://github.com/dbrock/volume.el/assets/68532245/c73ac261-2882-492f-a9f7-e305fda73c67) ``` volume-redisplay: Args out of...