From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 7E47F7FEFB for ; Tue, 1 Mar 2016 16:05:49 +0100 (CET) IronPort-PHdr: 9a23:s9wqVxEuPmlsrW7eASEKQZ1GYnF86YWxBRYc798ds5kLTJ75o8+wAkXT6L1XgUPTWs2DsrQf27WQ7PirBzFIyK3CmU5BWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYsExnyfTB4Ov7yUtaLyZ/niKbto9aNPk1hv3mUX/BbFF2OtwLft80b08NJC50a7V/3mEZOYPlc3mhyJFiezF7W78a0+4N/oWwL46pyv50IbaKvdK09SflcDS86G2Ez/szi8xfZHiWV4X5JdWEXjBdSSyLM6h33Wt+ltS/7qOdn8CebJ9bqC7EyHD6v9aNqTlnkhXFUZHYC7GjLh5ko3+pgqxW7qkknzg== Authentication-Results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=oliver@first.in-berlin.de; spf=None smtp.mailfrom=oliver@first.in-berlin.de; spf=None smtp.helo=postmaster@einhorn.in-berlin.de Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=pra; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=mailfrom; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@einhorn.in-berlin.de) identity=helo; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="postmaster@einhorn.in-berlin.de"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0CxAADrrtVWkwgqbcBehHkGqDGTcIYTAoFFPBABAQEBAQEBARABAQEBCQsLByEvgi2CFQIEIxVcGgIYDgJZGYgfBKEDj1uPRXuJUYUBgjSBOgWXDo1YGVJqh1eFVI0fAYEsN4I/gVFpiEEBAQE X-IPAS-Result: A0CxAADrrtVWkwgqbcBehHkGqDGTcIYTAoFFPBABAQEBAQEBARABAQEBCQsLByEvgi2CFQIEIxVcGgIYDgJZGYgfBKEDj1uPRXuJUYUBgjSBOgWXDo1YGVJqh1eFVI0fAYEsN4I/gVFpiEEBAQE X-IronPort-AV: E=Sophos;i="5.22,523,1449529200"; d="scan'208";a="205270965" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Mar 2016 16:05:49 +0100 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from localhost (yak.in-berlin.de [192.109.42.109]) by einhorn.in-berlin.de (8.14.4/8.14.4/Debian-4) with ESMTP id u21F5lbs012113 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 1 Mar 2016 16:05:47 +0100 Received: from x55b2013f.dyn.telefonica.de (x55b2013f.dyn.telefonica.de [85.178.1.63]) by webmail.in-berlin.de (Horde Framework) with HTTP; Tue, 01 Mar 2016 16:05:47 +0100 Date: Tue, 01 Mar 2016 16:05:47 +0100 Message-ID: <20160301160547.Horde.YcxpZpWTUuJKE-ZQ27PEORN@webmail.in-berlin.de> From: Oliver Bandel To: caml-list@inria.fr In-Reply-To: <20160301160359.Horde.DZY3pER1POd46Yrp3bfly8y@webmail.in-berlin.de> User-Agent: Horde Application Framework 5 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [Caml-list] Quoted strings and vim-syntax-highlighting Zitat von Oliver Bandel (Tue, 01 Mar 2016 16:03:59 +0100) [...] > > P.S.: This workaround works: > Buffer.add_string buffer {|label("|};(*"*) It works for vim-highlighting, but it the compiler does not eat it. "Error: This comment contains an unterminated string literal" Maybe tweaking errors/wrnings can help here at least... Ciao, Oliver