volume.el
volume.el copied to clipboard
Tweak your loudness with GNU Emacs ("the best Emacs package ever")
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%  * When I try use volume  * Then I get the error  ``` volume-redisplay: Args out of...