<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>57624</integer>
    </number>
    <user>
      <string>davidou</string>
    </user>
    <title>
      <string>coloring specific characters</string>
    </title>
    <contents>
      <string>(add-hook 'scheme-mode-hook
	  (lambda ()
	    (loop for actual
	      in '(?\&quot;)
	      with glyph = nil
	      with char-table = (make-char-table 'generic)
	      do (setq glyph 
		       (make-glyph (vector 'string 
					   :data (string actual))))
	      (set-glyph-face glyph 'orange)
	      (put-char-table actual glyph char-table)
	      finally (set-specifier current-display-table (cons 'global
								 char-table)))
	    ))</string>
    </contents>
    <universal-time>
      <integer>3414887978</integer>
    </universal-time>
    <channel>
      <string>#xemacs</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <null/>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </paste>
</paste-with-annotations>
