Package: festival-doc / 1.4.2-8

01_load-patch_variable_fix.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description: Fix for wrong variable names
Author: Kartik Mistry <kartik@debian.org>
Debian Bug: #151094
--- a/festival/festival.ps
+++ b/festival/festival.ps
@@ -4276,8 +4276,8 @@
 y(`)p Fk(/home/awb/lib/festival/)p Fo('.)36 b(In)30 b(y)m(our)h(`)p
 Fk(.festivalrc)p Fo(')d(\014rst)i(iden)m(tify)f(y)m(ou're)i(p)s
 (ersonal)f(F)-8 b(estiv)j(al)150 4513 y(library)28 b(directory)i(b)m(y)
-g(adding)f(it)h(to)h Fk(lib-path)p Fo(.)390 4637 y Fk(\(set!)46
-b(lib-path)g(\(cons)g("/home/awb/lib/festival/")41 b(lib-path\)\))275
+g(adding)f(it)h(to)h Fk(load-path)p Fo(.)390 4637 y Fk(\(set!)46
+b(load-path)g(\(cons)g("/home/awb/lib/festival/")41 b(load-path\)\))275
 4768 y Fo(Then)33 b(add)h(the)g(de\014nition)e(to)k(the)e
 Fk(auto-text-mode-alist)29 b Fo(that)35 b(\014le)f(names)g(ending)f(`)p
 Fk(.html)p Fo(')150 4877 y(or)d(`)p Fk(.htm)p Fo(')g(should)e(b)s(e)i
--- a/festival/html/festival_9.html
+++ b/festival/html/festival_9.html
@@ -251,10 +251,10 @@
 Suppose you've written an HTML mode.  You have named it
 <TT>`html-mode.scm'</TT> and put it in <TT>`/home/awb/lib/festival/'</TT>.  In
 your <TT>`.festivalrc'</TT> first identify you're personal Festival library
-directory by adding it to <CODE>lib-path</CODE>.
+directory by adding it to <CODE>load-path</CODE>.
 
 <PRE>
-(set! lib-path (cons "/home/awb/lib/festival/" lib-path))
+(set! load-path (cons "/home/awb/lib/festival/" load-path))
 </PRE>
 
 <P>