GNU bug report logs - #36453
[PATCH] Delegate to rectangle version in delim-col when appropriate

Previous Next

Package: emacs;

Reported by: Stefan Kangas <stefan <at> marxist.se>

Date: Sun, 30 Jun 2019 23:41:02 UTC

Severity: normal

Tags: fixed, patch

Fixed in version 27.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: 36453 <at> debbugs.gnu.org
Subject: bug#36453: [PATCH] Delegate to rectangle version in delim-col when appropriate
Date: Tue, 09 Jul 2019 00:52:57 +0200
Stefan Kangas <stefan <at> marxist.se> writes:

> +  (if rectangle-mark-mode
> +      ;; Delegate to delimit-columns-rectangle when called with a
> +      ;; rectangular region.
> +      (delimit-columns-rectangle start end)
> +    (let ((delimit-columns-str-before
> +           (delimit-columns-str delimit-columns-str-before))
> +          (delimit-columns-str-separator

I think this looks like it makes sense, so I've applied it to the
trunk.  However, I've used rectangle-mark-mode only in passing, and the
same with delimit-columns, so if anybody who uses these more regularly
object, please revert this patch.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 5 years and 323 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.