From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Use (point-marker) instead of (move-marker (make-marker) (point)) Date: Thu, 20 Dec 2012 11:57:13 +0100 Message-ID: <877godat4m.fsf@bzg.ath.cx> References: <50D2995E.8050608@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TldoT-0002AO-NM for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 05:57:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TldoS-0004fo-3Z for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 05:57:17 -0500 Received: from mail-wg0-f49.google.com ([74.125.82.49]:49089) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TldoR-0004fj-SF for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 05:57:16 -0500 Received: by mail-wg0-f49.google.com with SMTP id 15so1474755wgd.16 for ; Thu, 20 Dec 2012 02:57:15 -0800 (PST) In-Reply-To: <50D2995E.8050608@yandex.ru> (Dmitry Antipov's message of "Thu, 20 Dec 2012 08:51:42 +0400") 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: Dmitry Antipov Cc: emacs-orgmode@gnu.org Dmitry Antipov writes: > Since (point-marker) is shorter and a bit faster than > (move-marker (make-marker) (point)), why not use it? Indeed. I cannot apply the patch, git am returns "patch format detection faild." Can you resubmit it using git format-patch? Thanks! -- Bastien