unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#8751: 24.0.50; CCL is broken
@ 2011-05-28 12:49 Kazuhiro Ito
  2011-05-30 13:09 ` Kazuhiro Ito
  2011-05-30 16:01 ` Stefan Monnier
  0 siblings, 2 replies; 8+ messages in thread
From: Kazuhiro Ito @ 2011-05-28 12:49 UTC (permalink / raw)
  To: 8751

Below code raises error "Error in CCL program at 4th code" on trunk.

(progn
  (define-ccl-program ccl-test
    '(1 (loop
	 (read r0)
	 (write-repeat r0))))
  (ccl-execute-on-string 'ccl-test (make-vector 9 0) "_"))

-- 
Kazuhiro Ito





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-05-31  5:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-28 12:49 bug#8751: 24.0.50; CCL is broken Kazuhiro Ito
2011-05-30 13:09 ` Kazuhiro Ito
2011-05-30 16:04   ` Stefan Monnier
2011-05-30 23:26     ` Kazuhiro Ito
2011-05-31  2:16       ` bug#8719: " Paul Eggert
2011-05-31  5:12       ` Kenichi Handa
2011-05-31  5:39         ` Paul Eggert
2011-05-30 16:01 ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).