From: Graham Percival Date: Sun, 4 Mar 2012 23:37:18 +0000 (+0000) Subject: Merge remote branch 'origin' into release/unstable X-Git-Tag: release/2.15.32-1^0 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=273e6b790c915192dc71bbc2ba1c077b98034468;hp=7186f2025b9c853fe90589cb6aaf9bd04a9eb244;p=lilypond.git Merge remote branch 'origin' into release/unstable --- diff --git a/Documentation/web/community.itexi b/Documentation/web/community.itexi index 918eb1012f..ea57aa6288 100644 --- a/Documentation/web/community.itexi +++ b/Documentation/web/community.itexi @@ -405,8 +405,9 @@ We may already know about this bug. Check here: @uref{http://code.google.com/p/lilypond/issues/list} @end example -@warning{Please @strong{DO NOT} add bug reports to the -bug tracker yourself.} +@warning{Please @strong{DO NOT} add bug reports directly to the +bug tracker. Once an issue has been added to the tracker, feel +free to add more information to that report.} @divEnd diff --git a/lily/dispatcher.cc b/lily/dispatcher.cc index 3758f46347..ad1a624b12 100644 --- a/lily/dispatcher.cc +++ b/lily/dispatcher.cc @@ -58,7 +58,8 @@ Dispatcher::print_smob (SCM s, SCM p, scm_print_state *) { Dispatcher *me = (Dispatcher *) SCM_CELL_WORD_1 (s); scm_puts ("#listeners_), p); + scm_write (scm_call_1 (ly_lily_module_constant ("hash-table->alist"), + me->listeners_), p); scm_puts (">", p); return 1; }