From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.help Subject: Re: ocaml and emacs 24 Date: Wed, 15 Feb 2012 01:22:10 +0100 Message-ID: <87aa4l2bf1.fsf@wanadoo.es> References: <4F3AD082.5070704@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329266266 29005 80.91.229.3 (15 Feb 2012 00:37:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Feb 2012 00:37:46 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andrea Crotti Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 15 01:37:44 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 1RxSsO-0003AI-7a for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Feb 2012 01:37:40 +0100 Original-Received: from localhost ([::1]:37407 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxSgp-00049Q-DZ for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Feb 2012 19:25:43 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:39952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxSgj-000496-KW for help-gnu-emacs@gnu.org; Tue, 14 Feb 2012 19:25:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RxSgi-0000SH-6h for help-gnu-emacs@gnu.org; Tue, 14 Feb 2012 19:25:37 -0500 Original-Received: from impaqm1.telefonica.net ([213.4.138.17]:16053 helo=telefonica.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxSgh-0000Rx-Oq for help-gnu-emacs@gnu.org; Tue, 14 Feb 2012 19:25:36 -0500 Original-Received: from IMPmailhost5.adm.correo ([10.20.102.126]) by IMPaqm1.telefonica.net with bizsmtp id Zz9o1i00R2jdgqJ3M0NCt9; Wed, 15 Feb 2012 01:22:12 +0100 Original-Received: from qcore ([88.11.106.32]) by IMPmailhost5.adm.correo with BIZ IMP id a0NB1i0080hxhHC1l0NCkW; Wed, 15 Feb 2012 01:22:12 +0100 X-Brightmail-Tracker: AAAAAA== X-original-sender: 981711563@telefonica.net In-Reply-To: <4F3AD082.5070704@gmail.com> (Andrea Crotti's message of "Tue, 14 Feb 2012 21:22:10 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.4.138.17 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:83755 Archived-At: Andrea Crotti writes: > 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? Starting from here: http://www.emacswiki.org/emacs/TuaregMode this can be reached: https://forge.ocamlcore.org/scm/browser.php?group_id=43 That repository shows recent changes.