stefan kersten <steve(a)k-hornz.de> writes:
  On Fri, Apr 29, 2005 at 05:19:17PM +0200, Mario Lang
wrote:
  Done.  If you have a ~/.jackdrc jack.el will
parse it and use it
 for startup.  You might want to add -v to your ~/.jackdrc then since
 jack.el makes use of the continuus output to do realtime load display.
 If you set `jack-use-jack-rc' to nil, jack.el will not attempt to use your
 ~/.jackdrc and do some (pretty crude yet) magic to construct proper args
 based on your jack.el variable settings.
 
http://delysid.org/emacs/jack.el 
 cool, thanks! 
I just added set_rtlimits support to jack.el.
If you have set_rtlimits in your path, all you need to do to convince
jack.el to automatically use it is adding -R to your ~/.jackdrc,
jack.el will automatically prefix the usual jack command line with
a call to
set_rtlimits -r ...
If you don't have set_rtlimits in your PATH, you can customize
`jack-set-rtlimits-program'.
Finally, I am running jackd from my normal user account,
in the same environment as I am typing this email. :-)
--
CYa,
  Mario