From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: ocaml and emacs 24 Date: Tue, 14 Feb 2012 21:22:10 +0000 Message-ID: <4F3AD082.5070704@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1329254555 11887 80.91.229.3 (14 Feb 2012 21:22:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 14 Feb 2012 21:22:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 14 22:22:34 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RxPpY-0007Kz-OM for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Feb 2012 22:22:32 +0100 Original-Received: from localhost ([::1]:57746 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxPpY-0000q0-5H for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Feb 2012 16:22:32 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:37593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxPpT-0000pg-Tx for help-gnu-emacs@gnu.org; Tue, 14 Feb 2012 16:22:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RxPpS-0004HG-PQ for help-gnu-emacs@gnu.org; Tue, 14 Feb 2012 16:22:27 -0500 Original-Received: from mail-wi0-f169.google.com ([209.85.212.169]:49959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxPpS-0004H2-KH for help-gnu-emacs@gnu.org; Tue, 14 Feb 2012 16:22:26 -0500 Original-Received: by wibhj13 with SMTP id hj13so151273wib.0 for ; Tue, 14 Feb 2012 13:22:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=RX19qOMP7ZAXLxjGnigsqic51lY+xY+XAoVlrwXmeF0=; b=qSU1mr4bJMMz9zNavAZtV0qU5QVuzw1qkmlh+WI0/v0ITfrnRWR0FaPZDwVTqpc7+M HDdyrhSpYb4XvxJpcqRiRAOXcTxiu1sYWSLtFg7AFIwmMUMfJh1KSadVrE2VfNp1WTZC ZqkM7F+jMA7QTSfNlNJC5nFvMaPj5nzcfVfnI= Original-Received: by 10.180.92.165 with SMTP id cn5mr3154360wib.2.1329254545419; Tue, 14 Feb 2012 13:22:25 -0800 (PST) Original-Received: from [192.168.0.2] (cpc1-aztw16-0-0-cust938.aztw.cable.virginmedia.com. [92.235.235.171]) by mx.google.com with ESMTPS id fw5sm28144761wib.0.2012.02.14.13.22.20 (version=SSLv3 cipher=OTHER); Tue, 14 Feb 2012 13:22:24 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120212 Thunderbird/10.0.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.212.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83753 Archived-At: I was trying to use ocaml with my emacs 24 from bzr but it looks like that the package is quite old and it's using removed functions (it works with emacs 23). Now it looks like that tuareg doesn't have any official repository, on github there is an import here only, which has never been touched much https://github.com/hayamiz/tuareg-mode Now I would also try to fix the issues, but I hate to not have clear and definitive code repositories to work with. Are there maybe other repositories or other modes more modern for ocaml?