From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: [patch] Bug: docfix [8.0.7 (release_8.0.7-437-g927c0e @ /home/youngfrog/sources/org-mode/lisp/)] Date: Fri, 22 Nov 2013 22:19:30 +0100 Message-ID: <87r4a8dti5.fsf@yahoo.fr> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vjy8Q-0006s3-W7 for emacs-orgmode@gnu.org; Fri, 22 Nov 2013 16:19:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vjy8L-0004zU-99 for emacs-orgmode@gnu.org; Fri, 22 Nov 2013 16:19:30 -0500 Received: from mxin.ulb.ac.be ([164.15.128.112]:37885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vjy8L-0004zA-10 for emacs-orgmode@gnu.org; Fri, 22 Nov 2013 16:19:25 -0500 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: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Hi, A comment in org.el seems to be related to code that was changed long ago. Emacs : GNU Emacs 24.3.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2013-10-24 on geodiff-mac3 Package: Org-mode version 8.0.7 (release_8.0.7-437-g927c0e @ /home/youngfrog/sources/org-mode/lisp/) --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-Remove-old-comment.patch >From 9a82a6b1fe29a936f7ed73fe7bb46464fa17800f Mon Sep 17 00:00:00 2001 From: Nicolas Richard Date: Thu, 7 Nov 2013 09:15:36 +0100 Subject: [PATCH 1/2] Remove old comment The comment was introduced (in git) at commit 4be4c56239c224094e717dcd57068f58f99c2dfc ; it refers to a FIXME located ~40 lines above it. The FIXME was removed in dc8bc8e39230bde1eca569c564e65bf85c43de54. --- lisp/org.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 3e83043..3001640 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -19590,9 +19590,6 @@ because, in this case the deletion might narrow the column." (put 'org-self-insert-command 'pabbrev-expand-after-command t) (put 'orgtbl-self-insert-command 'pabbrev-expand-after-command t) -;; How to do this: Measure non-white length of current string -;; If equal to column width, we should realign. - (defun org-remap (map &rest commands) "In MAP, remap the functions given in COMMANDS. COMMANDS is a list of alternating OLDDEF NEWDEF command names." -- 1.8.1.5 --=-=-= Content-Type: text/plain -- Nico. --=-=-=--