]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Point and click): Add info
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 24 Jul 2002 16:58:39 +0000 (16:58 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 24 Jul 2002 16:58:39 +0000 (16:58 +0000)
about GVim, NEdit.

ChangeLog
Documentation/user/refman.itely
input/mutopia/J.S.Bach/baerenreiter-sarabande.ly

index e972ce915d31369a414495031c345cb3cd21a747..dad18360b4ef089b053b69708bfa20ed47a82035 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/refman.itely (Point and click): Add info
+       about GVim, NEdit.
+
 2002-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * lily/accidental-placement.cc (extent_callback): remove function
index 4984de1ae9583f81bca02603145cb41566f09f4b..886c066e547918f3979e59c908c761ac4771669c 100644 (file)
@@ -571,6 +571,7 @@ corrected music})).
 @c .  {Point and click}
 @node Point and click
 @subsection Point and click
+@cindex poind and click
 
 Point and click lets you find notes in the input by clicking on them in
 the Xdvi window. This makes it very easy to find input that causes some
@@ -586,9 +587,16 @@ Xdvi} version 22.36 or newer.
   Note that most @TeX{} distributions ship with xdvik, which is a
   different and less well maintained program. To find out which xdvi you
   are running, try @code{xdvi --version} or @code{xdvi.bin --version}.
-@item Emacs. Emacs is an extensible text-editor It is available from
-@uref{http://www.gnu.org/software/emacs/}. You need version 21 to use
+
+@item An editor with a client/server interface (or a lightweight GUI editor).
+@itemize @bullet
+@item Emacs. Emacs is an extensible text-editor.  It is available from
+@uref{http://www.gnu.org/software/emacs/}.  You need version 21 to use
 column location.
+@item GVim.  GVim is a lightweight GUI variant of VIM, the popular VI
+clone.  It is available from @uref{http://www.vim.org}.
+@item NEdit.  NEdit is a somewhat Windows like editor, that has recently
+become Free Software.  It is available from @uref{http://www.nedit.org}.
 @end itemize
 
 Xdvi must be configured to find the @TeX{} fonts and music
@@ -599,8 +607,15 @@ file.
 @example
 #(set! point-and-click line-location)
 @end example
+@cindex line-location
+
+When viewing, Control-Mousebutton 1 will take you to the originating
+spot in the @file{.ly} file.  Control-Mousebutton 2 will show all
+clickable boxes.
 
-In the emacs startup file (usually @file{~/.emacs}), add the following
+@subsubsec Emacs
+@cindex Emacs
+In your emacs startup file (usually @file{~/.emacs}), add the following
 @example
 (server-start)
 @end example
@@ -609,24 +624,33 @@ Make sure that the environment variable @code{XEDITOR} is set to
 @example
 emacsclient --no-wait +%l %f
 @end example
+@cindex XEDITOR
 
-When viewing, Control-Mousebutton 1 will take you to the originating
-spot in the @file{.ly} file. Control-Mousebutton 2 will show all
-clickable boxes.
-
-If you use Emacs version 21, then you can make emacs jump to the exact
-spot (and not just the line) on a click, you must enable column
-positioning.  At the top of the @code{ly} file, replace the
-@code{set!} line with the following line
+If you use Emacs version 21, you can make emacs jump to the exact spot
+(and not just the line) on a click.  To use this feature, you must
+enable column positioning.  At the top of the @code{ly} file, replace
+the @code{set!} line with the following line
 @example
 #(set! point-and-click line-column-location)
 @end example
-Set @code{XEDITOR} to @code{emacsclient --no-wait +%l:%c %f}.
+@cindex line-colomn-location
+Set @var{XEDITOR} to @code{emacsclient --no-wait +%l:%c %f}, or
+use this argument with xdvi's @file{-editor} option.
 
 If you correct large files with point-and-click, be sure to start
 correcting at the end of the file. When you start at the top, and
 insert one line, all following locations will be off by a line.
 
+@subsubsec GVim
+@cindex GVIM
+Set @var{XEDITOR} to @code{gvim +%l %f}, or
+use this argument with xdvi's @code{-editor} option.
+
+@subsubsec NEdit
+@cindex NEdit
+Set @var{XEDITOR} to @code{nc -noask +%l %f}, or
+use this argument with xdvi's @code{-editor} option.
+
 
 @refbugs
 
index 2c08b7e0586e76c89c803a0de65e654a6a2cf4d7..e484d44f748fcb3d148c61f13dda0f357a3ee1db 100644 (file)
@@ -1,8 +1,8 @@
 
 #(set! point-and-click line-column-location)
 
-%%forcedBreak = \notes { }
-forcedBreak = \notes { \break }
+forcedBreak = \notes { }
+%%forcedBreak = \notes { \break }
 forcedLastBreak = \notes { \break }
 %%forcedLastBreak = \notes { }