bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36453: [PATCH] Delegate to rectangle version in delim-col when appro


From: Lars Ingebrigtsen
Subject: bug#36453: [PATCH] Delegate to rectangle version in delim-col when appropriate
Date: Tue, 09 Jul 2019 00:52:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Stefan Kangas <stefan@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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]