help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mp3play.el 0.6.3, a front-end for mpg321


From: Kevin Rodgers
Subject: Re: mp3play.el 0.6.3, a front-end for mpg321
Date: Thu, 22 May 2003 11:33:30 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Stefan Monnier wrote:

(defun mp3play-help () (interactive)
 (message "RET:Play  p:Pause  a:Auto-mode  h:This help  i:Show tune 
informations  k:Kill  q:Bury  g:Import list  \
N:next tune  P:previous tune  \
s:Stop  t:Insert title  <S-left>:Fast backward  \
<S-right>:Fast forward  <S-up>:Carry up  <S-down>:Carry down  +:Volume up  -:Volume 
down"))


And this plain doesn't show up in its entirety in my minibuffer because my
minibuffer is not resizable and it only ever shows a single line.

Would (with-output-to-temp-buffer "*Help*" (princ "...")) be better, like the

various describe- commands in help.el do?

--
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;";>Kevin Rodgers</a>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]