]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/WINDOWS.texi
patch::: 1.3.149.jcn1
[lilypond.git] / Documentation / topdocs / WINDOWS.texi
index 8c79551a564849e7286bab7a12b131f071f95f72..57807d2488f910ab23166e42fc1ed35e87357900 100644 (file)
@@ -31,6 +31,7 @@ webpage}.  You may need the patch @file{guile-1.4-gnu-windows.patch}
 included in LilyPond's source distribution.
 @end table
 
+
 @section Windows precompiled binaries
 
 @table @code
@@ -59,7 +60,7 @@ compilation scripts}.
 
 @section Windows running requirements
 
-GNU LilyPond does use a lot of resources. For operation you need the
+GNU LilyPond does use a lot of resources.  For operation you need the
 following software
 
 @table @code
@@ -91,8 +92,7 @@ specials.  You get annoying @emph{Register Now|Cancel} popups, though.
 Click @uref{ftp://ftp.cs.wisc.edu/ghost/ghostgum/gsv36w32.exe,here} for
 GSview and 
 Click @uref{ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs650/gs650w32.exe
-,here} for GhostScript.
-@uref{ftp://ftp.cs.wisc.edu/ghost/ghostgum,ftp.cs.wisc.edu}.
+,here} for GhostScript,
 or visit the
 @uref{http://www.cs.wisc.edu/~ghost/,Ghostscript, Ghostview and GSview site}.
 @end table
@@ -106,7 +106,6 @@ Python > 1.5.2 has ugly licensing issues, so we only used and tested
 1.5.2.
 @end table
 
-
 @section Windows running setup
 
 If you're lucky, after running @file{setup.exe} you're all set up.
@@ -151,9 +150,59 @@ emacs-on-cygwin setup.
 
 * GUILE errors, simple guile test
 
-* TEX errors, simple tex test
+* (La)TEX errors, simple tex test
 
+
+]
+@ignore 
+
+  guile -v
+  Guile 1.4.1
+
+  guile -e %load-path
+  ERROR: Wrong type to apply: ("/usr/share/guile/site" /usr/share/guile/1.4.1")
+  
+
+  
+Mats?
+
+Let's take this step by step.
+
+It should not be critical which MikTeX version you use.
+Let's first verify that your MikTeX works as it should.
+Open a DOS window. Run the commands
+>> latex sample2e
+ Should produce some lines of output
+>> yap sample2e
+ Should display a three page document.
+
+Next step; verify that the geometry package is in place. 
+Save the attached file to the directory where you run 
+your DOS window. Run the commands
+>> latex geometrytest
+>> yap geometrytest
+This one you should get a single page document with some text
+in each corner.
 ]
 
 
+emacs
+
+http://cygwin.com/ml/cygwin/2000-08/msg01049.html
+http://www.cs.unc.edu/~juliano/my_emacs_files/cygwin32-mount.el
+http://cygwin.com/ml/cygwin/2000-02/msg00109.html
+http://sources.redhat.com/ml/cygwin/2001-01/msg00878/cygwin32-mount.el
+
+  ;; setup Bash shell
+  (setq exec-path (cons "C:/cygwin/bin" exec-path))
+  (setenv "PATH" (concat "C:\\cygwin\\bin;" (getenv "PATH")))
+  (setq process-coding-system-alist '(("bash" . undecided-unix)))
+  (setq w32-quote-process-args ?\")
+  (setq shell-file-name "bash")
+  (setenv "SHELL" shell-file-name) 
+  (setq explicit-shell-file-name shell-file-name) 
+  (add-hook 'comint-output-filter-functions 'comint-strip-ctrl-m)
+
+@end ignore
+