From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Are CCL programs phased out? Date: Fri, 19 Dec 2014 17:26:06 +0100 Message-ID: <87d27fa9nl.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1419006391 24518 80.91.229.3 (19 Dec 2014 16:26:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Dec 2014 16:26:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 19 17:26:24 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y20Nk-0007Z0-KO for ged-emacs-devel@m.gmane.org; Fri, 19 Dec 2014 17:26:24 +0100 Original-Received: from localhost ([::1]:59403 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y20Nk-0006vF-2B for ged-emacs-devel@m.gmane.org; Fri, 19 Dec 2014 11:26:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y20Ng-0006vA-NB for emacs-devel@gnu.org; Fri, 19 Dec 2014 11:26:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y20Nf-0007rZ-TQ for emacs-devel@gnu.org; Fri, 19 Dec 2014 11:26:20 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:32912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y20Nf-0007rV-Q1 for emacs-devel@gnu.org; Fri, 19 Dec 2014 11:26:19 -0500 Original-Received: from localhost ([127.0.0.1]:40087 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y20Nf-0005wt-AP for emacs-devel@gnu.org; Fri, 19 Dec 2014 11:26:19 -0500 Original-Received: by lola (Postfix, from userid 1000) id 1048FE07B0; Fri, 19 Dec 2014 17:26:06 +0100 (CET) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:180333 Archived-At: I'm currently considering writing a coding system "midi" which would basically turn byte sequences into strings like "(note-on 4 23)" so that you'd get one Midi event per read. Now grepping for define-ccl-program makes it appear as if the only uses are in lisp/obsolete/pgg-parse.el and lisp/language/ethiopic.el. What's up with that? -- David Kastrup