Re: Add means to display objects accessible from a grob (issue 217260043 by david.nales...@gmail.com)

2015-03-26 Thread thomasmorley65
https://codereview.appspot.com/217260043/diff/1/scm/output-lib.scm File scm/output-lib.scm (right): https://codereview.appspot.com/217260043/diff/1/scm/output-lib.scm#newcode165 scm/output-lib.scm:165: (use-modules (ice-9 pretty-print)) On 2015/03/25 13:59:20, david.nalesnik wrote: On 2015/03/2

Re: Add means to display objects accessible from a grob (issue 217260043 by david.nales...@gmail.com)

2015-03-25 Thread paulwmorris
LGTM https://codereview.appspot.com/217260043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Add means to display objects accessible from a grob (issue 217260043 by david.nales...@gmail.com)

2015-03-25 Thread david . nalesnik
On 2015/03/25 05:35:28, ul_openlilylib.org wrote: >Well, it's not much code of course. Would it even be reloaded? >Anyway, >I wonder if "redundant" use-modules invocations should be removed, or >at >least reduced to comments. Scheme modules are loaded only once so thee is no overhead involv

Re: Add means to display objects accessible from a grob (issue 217260043 by david.nales...@gmail.com)

2015-03-25 Thread david . nalesnik
https://codereview.appspot.com/217260043/diff/1/scm/output-lib.scm File scm/output-lib.scm (right): https://codereview.appspot.com/217260043/diff/1/scm/output-lib.scm#newcode165 scm/output-lib.scm:165: (use-modules (ice-9 pretty-print)) On 2015/03/24 21:58:28, thomasmorley651 wrote: I always re

Re: Add means to display objects accessible from a grob (issue 217260043 by david.nales...@gmail.com)

2015-03-24 Thread Urs Liska
>Well, it's not much code of course. Would it even be reloaded? >Anyway, >I wonder if "redundant" use-modules invocations should be removed, or >at >least reduced to comments. Scheme modules are loaded only once so thee is no overhead involved. > >https://codereview.appspot.com/217260043/ >

Re: Add means to display objects accessible from a grob (issue 217260043 by david.nales...@gmail.com)

2015-03-24 Thread david . nalesnik
https://codereview.appspot.com/217260043/diff/1/scm/output-lib.scm File scm/output-lib.scm (right): https://codereview.appspot.com/217260043/diff/1/scm/output-lib.scm#newcode165 scm/output-lib.scm:165: (use-modules (ice-9 pretty-print)) On 2015/03/25 00:15:45, david.nalesnik wrote: On 2015/03/2

Re: Add means to display objects accessible from a grob (issue 217260043 by david.nales...@gmail.com)

2015-03-24 Thread david . nalesnik
https://codereview.appspot.com/217260043/diff/1/scm/output-lib.scm File scm/output-lib.scm (right): https://codereview.appspot.com/217260043/diff/1/scm/output-lib.scm#newcode165 scm/output-lib.scm:165: (use-modules (ice-9 pretty-print)) On 2015/03/24 21:58:28, thomasmorley651 wrote: I always re

Re: Add means to display objects accessible from a grob (issue 217260043 by david.nales...@gmail.com)

2015-03-24 Thread thomasmorley65
LGTM One question: https://codereview.appspot.com/217260043/diff/1/scm/output-lib.scm File scm/output-lib.scm (right): https://codereview.appspot.com/217260043/diff/1/scm/output-lib.scm#newcode165 scm/output-lib.scm:165: (use-modules (ice-9 pretty-print)) I always regretted that (ice-9 pretty-

Add means to display objects accessible from a grob (issue 217260043 by david.nales...@gmail.com)

2015-03-24 Thread david . nalesnik
Reviewers: , Message: Please review. Thanks! Description: Add means to display objects accessible from a grob A convenient means of displaying the grobs and grob-arrays pointed to by various internal properties of a given grob would be very helpful for debugging and development purposes. For