[CM] emacs/snd-scheme: open soundfile from dired

Ralf Mattes rm at seid-online.de
Sun Mar 19 14:11:38 PDT 2017


On Sun, Mar 19, 2017 at 08:30:35PM +0100, Orm Finnendahl wrote:
> Hi,
> 
>  today I implemented an emacs function to open a soundfile from a
> dired buffer in an inferior snd instance. If anyone is interested,
> here's the code (you need to have dired and inf-snd already set up in
> emacs).
> 
> Put this into "inf-snd.el":
> 
> (defun snd-scheme-open-file (filename)
>   "Open file in a running inferior Snd-Scheme process. Start the process if necessary."
>   (interactive)

Wouldn't 

  (interactive "FSound file:")
  ....

be more generic?

 Cheers, RalfD



More information about the Cmdist mailing list