lilypond-devel
[Top][All Lists]
Advanced

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

Re: gv patch


From: Ishizaki
Subject: Re: gv patch
Date: Sun, 3 Jul 2005 22:44:29 +0900

Sorry, the patch I sent was not correct one, though it surpressed error message.
This is right patch ( at least for me it worked ).
In short , gv option must begin with one - not two -- .

Vine Linux 3.1 : famous ( I believe ) Japanese distribution based on Redhat 
Linux.
gv 3.5.8

I once tried ggv 2.4.1 and it seemed not having watch option, so I'm using gv 
now.
I don't know whether all gv has -watch or not.

===============

--- lilypond-org/elisp/lilypond-mode.el 2005-07-02 11:06:39.000000000 +0900
+++ lilypond/elisp/lilypond-mode.el     2005-07-03 01:40:16.000000000 +0900
@@ -333,7 +333,9 @@
   :group 'LilyPond
   :type 'string)
 
-(defcustom LilyPond-ps-command "gv --watch"
+;; because of error "no such file --watch"
+;;(defcustom LilyPond-ps-command "gv --watch"
+(defcustom LilyPond-ps-command "gv -watch"
   "Command used to display PS files."
 
   :group 'LilyPond

===============

On Sat, 02 Jul 2005 23:02:54 +0200
Jan Nieuwenhuizen <address@hidden> wrote:

> Ishizaki writes:
> 
> > this is another patch for invoking gv correctly from emacs.
> 
> > -(defcustom LilyPond-ps-command "gv --watch"
> > +;; because of error "no such file --watch"
> > +;;(defcustom LilyPond-ps-command "gv --watch"
> > +(defcustom LilyPond-ps-command "gv"
> 
> I agree this comment could be more verbose, but there apparently are
> versions of gv that do not take --watch?
> 
> > -    ("ViewPS" . (,(concat LilyPond-ps-command " %p")))
> > +    ("ViewPS" . (,(concat LilyPond-ps-command " %p --watch"))) ;; added 
> > --watch afer %p
> 
> It seems your patch does exactly what was commented out?
> 
> Jan.
> 
> -- 
> Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
> http://www.xs4all.nl/~jantien       | http://www.lilypond.org


------------------------------------------------------------------------
|                     Yoshinobu         Ishizaki                       |
------------------------------------------------------------------------




reply via email to

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