Re: Code from manual causes compilation warning

2013-10-15 Thread Ralph Palmer
On Thu, Oct 3, 2013 at 5:49 PM, Urs Liska  wrote:

> When following the Application Usage manual to use the '-e' command line
> option
> http://www.lilypond.org/doc/**v2.17/Documentation/usage/**
> command_002dline-usage.html#**basic-command-line-options-**for-lilypond
>
> and writing
>
> #(use-modules (guile-user))
>
>
> at the beginning of the document I get the following
>
> WARNING: #f: imported module (guile-user) overrides core binding
> `%module-public-interface'
>
> It is identical with different versions between 2.16.2 and 2.17.27.
>
> Is this warning something to care about or can I ignore it?
> In any case I think following the documentation shouldn't result in such a
> warning.
>
> Does this point to an issue with the recommended practice?
> Is it a false alarm that can/should be suppressed/avoided?
> Should it at least be mentioned in the documentation?


Hi, Urs -

Thanks for the email. It has been submitted as Issue 3613 :
https://code.google.com/p/lilypond/issues/detail?id=3613

Ralph
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Code from manual causes compilation warning

2013-10-03 Thread Urs Liska
When following the Application Usage manual to use the '-e' command line 
option

http://www.lilypond.org/doc/v2.17/Documentation/usage/command_002dline-usage.html#basic-command-line-options-for-lilypond

and writing

#(use-modules (guile-user))


at the beginning of the document I get the following

WARNING: #f: imported module (guile-user) overrides core binding
`%module-public-interface'



It is identical with different versions between 2.16.2 and 2.17.27.

Is this warning something to care about or can I ignore it?
In any case I think following the documentation shouldn't result in such 
a warning.


Does this point to an issue with the recommended practice?
Is it a false alarm that can/should be suppressed/avoided?
Should it at least be mentioned in the documentation?


Urs
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond