From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id p378SGHk013801 for ; Thu, 7 Apr 2011 10:28:16 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At4DAPN0nU1KfVIqkGdsb2JhbACYc40ECBQBAQEBCQkNBxQEIaZ+imiCI4UmMYhdAQEDBoVnBI1Fg2h7hFA6 X-IronPort-AV: E=Sophos;i="4.63,315,1299452400"; d="scan'208";a="80369337" Received: from mail-ww0-f42.google.com ([74.125.82.42]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 07 Apr 2011 10:28:11 +0200 Received: by wwk4 with SMTP id 4so5450852wwk.3 for ; Thu, 07 Apr 2011 01:28:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=O2U5aML8I5fC3cAMWzZkaTRJLF+oJRSyBjcINN+wCLE=; b=pC6B19u6xjvnOP9EDQI5Yn2gX7dgtbV0q2cdVQ0myUma0XR9KtfOGDxka+S4bvfn8b mtC3XB8nxxtSnQy/MTKY+k3cydJ7S0c7ahWY7RYnc7UdHYwRcvnDlsufqPpMkREyjcHy EzOXlDmwaEu5xdUVge0UfKt+gjnkHoy2kr8fM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=jtg9EFhSTxgQ2o7NytUjAvLCtp0n4FY156Z90XShCzB31+FFu6EX6P3g4ht2JXidNQ jaghzRYxL4n7SiVgjxh02hYfB9Ing56PxxIYBoNLOi3MnnQH5unkjjhzWNEnYiDPnSgG ZRlM6B+W4g703LNdkH2SWLsemsez+XrpIE7e0= Received: by 10.216.142.35 with SMTP id h35mr573032wej.31.1302164890743; Thu, 07 Apr 2011 01:28:10 -0700 (PDT) Received: from [192.168.1.80] ([93.7.165.145]) by mx.google.com with ESMTPS id x1sm879399wbh.36.2011.04.07.01.28.08 (version=SSLv3 cipher=OTHER); Thu, 07 Apr 2011 01:28:09 -0700 (PDT) Message-ID: <4D9D7598.1070802@gmail.com> Date: Thu, 07 Apr 2011 10:28:08 +0200 From: Andrew User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: caml-list@inria.fr Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Caml-list] Underscores, Keywords and Tuareg mode. Hi all, I've noticed a somewhat annoying bug in Emacs Tuareg mode, but before reporting it as such I thought I'd better ask, to ensure that it's not a misconfiguration on my side. Basically, I can't use the do_list function at the beginning of a line. Whenever I type do, and then press underscore, emacs emits a beep and the underscore is replaces by a white space. The same happens for keywords such as "then", "else", "done". To reproduce, just try to input do_list in Emacs, with tuareg mode enabled. I imagine that this has to do with electric indenting, but, after carefully browsing tuareg source code, I couldn't locate the offending lines. Has any of you come across this problem? Do you know how to solve it? Thanks! Andrew