GNU bug report logs -
#36453
[PATCH] Delegate to rectangle version in delim-col when appropriate
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 36453 in the body.
You can then email your comments to 36453 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#36453
; Package
emacs
.
(Sun, 30 Jun 2019 23:41:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stefan Kangas <stefan <at> marxist.se>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sun, 30 Jun 2019 23:41:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Forwarding this from emacs-devel so it doesn't get lost.
Thanks,
Stefan Kangas
---------- Forwarded message ---------
From: Stefan Kangas <stefan <at> marxist.se>
Date: tors 30 maj 2019 kl 20:20
Subject: Re: [PATCH] Unit tests and lexical-binding for delim-col.el
Basil L. Contovounesios <contovob <at> tcd.ie> writes:
> > Stefan Monnier <monnier <at> iro.umontreal.ca> writes:
> >> BTW, it would be nice to make it so that delimit-columns-region
> >> delegates to delimit-columns-rectangle when called with a rectangular
> >> region (i.e. using rectangle-mark-mode).
> >
> > Good idea. How about the second patch attached here?
> I'm personally fine with this, but I think NEWS entries usually comprise
> a summary on the first line, followed by an elaboration in the body.
> I'm not very good at writing these, but here's one way to do that:
>
> Here's another possibility to reuse an existing NEWS entry under
> "Editing Changes":
Good thinking. I think the version where we bundle this with other changes is
better. But I would suggest to skip the implementation details. See attached
patch.
Thanks,
Stefan Kangas
[0001-Delegate-to-rectangle-version-in-delim-col-when-appr-2.patch (application/x-patch, attachment)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#36453
; Package
emacs
.
(Mon, 08 Jul 2019 22:54:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 36453 <at> debbugs.gnu.org (full text, mbox):
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
Added tag(s) fixed.
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Mon, 08 Jul 2019 22:54:04 GMT)
Full text and
rfc822 format available.
bug marked as fixed in version 27.1, send any further explanations to
36453 <at> debbugs.gnu.org and Stefan Kangas <stefan <at> marxist.se>
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Mon, 08 Jul 2019 22:54:04 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 06 Aug 2019 11:24:05 GMT)
Full text and
rfc822 format available.
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.