From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Fix org-outline-overlay-data marker insertion-type Date: Sat, 18 Jan 2014 20:57:48 +0100 Message-ID: <87d2jpukoz.fsf@gmail.com> References: <87ha91uqw5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4c1U-0003fR-TO for emacs-orgmode@gnu.org; Sat, 18 Jan 2014 14:57:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4c1H-0007Zv-Ku for emacs-orgmode@gnu.org; Sat, 18 Jan 2014 14:57:40 -0500 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:37599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4c1H-0007ZO-ED for emacs-orgmode@gnu.org; Sat, 18 Jan 2014 14:57:27 -0500 Received: by mail-wi0-f178.google.com with SMTP id cc10so1933516wib.11 for ; Sat, 18 Jan 2014 11:57:26 -0800 (PST) In-Reply-To: (Sylvain Chouleur's message of "Sat, 18 Jan 2014 19:35:38 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sylvain Chouleur Cc: emacs-orgmode@gnu.org Sylvain Chouleur writes: > But beg and end are positions, not markers, I am wrong? BEG and END are positions, but `copy-marker' accepts an integer as its first argument. See its docstring. Regards, -- Nicolas Goaziou