From 003e929a5d01cba568d1ecbb6df135f79b0f5a94 Mon Sep 17 00:00:00 2001 From: yonirabkin Date: Fri, 25 Nov 2005 17:54:00 +0000 Subject: Fix emms.texinfo for PDF output (thanks twb) darcs-hash:20051125175445-be80e-24251f3641e15cf0d1031635ecadbc1aa5e27030.gz --- emms.texinfo | 19 ++++++++++++------- fdl.texi | 4 ++-- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/emms.texinfo b/emms.texinfo index 9ac3ed6..d7490cc 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -102,7 +102,7 @@ Track Information Extending Emms * New Player:: How to define a new player -* Simple Player for @command{play}:: Example player using @command{play} +* Simple Player for `play':: Example player using @command{play} * More Complex Player:: Example of a complex player using @command{mpg321} @end detailmenu @end menu @@ -826,7 +826,7 @@ customise it to your needs. @menu * New Player:: How to define a new player -* Simple Player for @command{play}:: An example player using @command{play} +* Simple Player for `play':: An example player using @command{play} * More Complex Player:: Example of a complex player using @command{mpg321} @end menu @@ -841,8 +841,8 @@ start with, but it shouldn't be hard to provide a function for your favourite player. We will start with an easy example that shows how we can use the @command{play} command under Unix to play our WAV files. -@node Simple Player for @command{play} -@section Simple Player for @command{play} +@node Simple Player for `play' +@section Simple Player for `play' @cindex simple player @cindex primitive player @@ -874,8 +874,13 @@ your favourite artist in the most possible volume use the following line: @lisp -(require 'emms-player-simple) -(define-emms-simple-player play '(file) "\\artist-*.wav$" "play" "--volume=100") +(require 'emms-player-simple) + +(define-emms-simple-player play + '(file) + "\\artist-*.wav$" + "play" + "--volume=100") @end lisp @noindent @@ -928,7 +933,7 @@ with the filename and set a filter. @lisp (defun emms-mpg321-remote-start () - (unless (get-process "mpg321-remote") + (unless (get-process ``mpg321-remote'') (setq emms-mpg321-remote-process (start-process "mpg321-remote-process" "*mpg321*" "mpg321" "-R" "abc")) diff --git a/fdl.texi b/fdl.texi index 8b2d24c..a0bc67c 100644 --- a/fdl.texi +++ b/fdl.texi @@ -1,5 +1,5 @@ @node The GNU FDL, Introduction, Copying, Top -@appendixsec GNU Free Documentation License +@chapter GNU Free Documentation License @cindex FDL, GNU Free Documentation License @center Version 1.2, November 2002 @@ -407,7 +407,7 @@ as a draft) by the Free Software Foundation. @end enumerate @page -@appendixsubsec ADDENDUM: How to use this License for your documents +@section ADDENDUM: How to use this License for your documents To use this License in a document you have written, include a copy of the License in the document and put the following copyright and -- cgit v1.2.3