<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>31338</bug_id>
          
          <creation_ts>2015-10-07 16:23:58 +0300</creation_ts>
          <short_desc>Не работает &lt;source lang=&quot;scheme&quot;&gt;...&lt;/source&gt;</short_desc>
          <delta_ts>2017-09-05 15:22:47 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Infrastructure</classification>
          <product>Infrastructure</product>
          <component>www.altlinux.org</component>
          <version>unspecified</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="solo">solo</reporter>
          <assigned_to name="Nobody&apos;s working on this, feel free to take it">nobody</assigned_to>
          <cc>lineprinter</cc>
          
          <qa_contact name="Nobody&apos;s working on this, feel free to take it">nobody</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>153019</commentid>
    <comment_count>0</comment_count>
    <who name="solo">solo</who>
    <bug_when>2015-10-07 16:23:58 +0300</bug_when>
    <thetext>Не работает &lt;source lang=&quot;scheme&quot;&gt;...&lt;/source&gt; -- часть кода не отображается вообще. Например (см. https://www.altlinux.org/Alterator/objects), при использовании кода:

&lt;source lang=&quot;scheme&quot;&gt;
(define (make-point-2d x y)
                   (lambda (op . value)
                        (case op
                             ((get-x) x)
                             ((get-y) y)
                             ((set-x) (set! x (car value)))
                             ((set-y) (set! y (car value))))))

(define point (make-point-2d 3 4))
(point &apos;get-x) ==&gt; вернёт 3
(point &apos;set-x 10) ; запомнит в своём окружении новое значение x
(point &apos;get-x) ==&gt; вернёт 10&lt;/source&gt;

в блоке отображается только строка:

; запомнит в своём окружении новое значение x</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>165582</commentid>
    <comment_count>1</comment_count>
    <who name="lineprinter@altlinux.org">lineprinter</who>
    <bug_when>2017-09-05 15:22:47 +0300</bug_when>
    <thetext>С новой mediawiki вроде работает.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>