From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH 1/2] org-colview.el: Add missing save-excursion for org-colview Date: Sat, 07 Jul 2018 09:28:27 +0200 Message-ID: <87bmbj33ok.fsf@nicolasgoaziou.fr> References: <874lhc80zr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fbhdy-0005MF-St for emacs-orgmode@gnu.org; Sat, 07 Jul 2018 03:28:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fbhdv-0004Ye-Od for emacs-orgmode@gnu.org; Sat, 07 Jul 2018 03:28:34 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:36721) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fbhdv-0004X9-IQ for emacs-orgmode@gnu.org; Sat, 07 Jul 2018 03:28:31 -0400 In-Reply-To: <874lhc80zr.fsf@gmail.com> (Benjamin Motz's message of "Sat, 07 Jul 2018 00:15:20 +0200") 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" To: Benjamin Motz Cc: emacs-orgmode@gnu.org Hello, Benjamin Motz writes: > without this fix, point will jump to beginning of buffer each time the > column view is activated. This was annoying to me and I'd consider it a > bug. I'm not sure if this is the best way to fix the behaviour... Thank you. I applied a slightly different fix which doesn't duplicate `save-excursion' calls. Regards, -- Nicolas Goaziou