From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Jiehong Ma <ma.jiehong@gmail.com>
Cc: 12723@debbugs.gnu.org
Subject: bug#12723: 24.2; Improvement: changing text rectangle kill/past and its integration with the kill-ring
Date: Wed, 24 Oct 2012 14:59:22 -0400 [thread overview]
Message-ID: <jwvlievem97.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <5088281E.1080208@gmail.com>
> In the following, I would like to present how I think it would be
> nicer, and also more accessible to users.
100% agreement. That's exactly how I want it to work, as well.
More specifically, I'd expect `mark-active' to take a special
`rectangle' value to mean that the current selection is
a rectangular region.
Also, I'd expect the rectangular highlighting to be done by moving the
region-highlighting code to Elisp (using the previously-mentioned
but vaporware before-redisplay-hook).
As for how to store the rectangles on the kill-ring, I haven't really
thought about it yet. We could maybe store them as strings with
a special text-property annotation, or as lists of strings, or as a cons
cell (rectange . STRING). The first option is probably best
compatibility-wise, while the second would be a step in the direction of
supporting general non-contiguous regions.
Stefan
next prev parent reply other threads:[~2012-10-24 18:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-24 17:40 bug#12723: 24.2; Improvement: changing text rectangle kill/past and its integration with the kill-ring Jiehong Ma
2012-10-24 18:59 ` Stefan Monnier [this message]
2012-10-24 21:35 ` Eli Zaretskii
2012-10-25 2:22 ` Stefan Monnier
2012-10-25 3:56 ` Eli Zaretskii
2012-10-25 12:28 ` Stefan Monnier
2012-10-25 16:53 ` Eli Zaretskii
2012-10-25 18:33 ` Stefan Monnier
2012-10-25 19:43 ` Eli Zaretskii
2012-10-26 1:34 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvlievem97.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=12723@debbugs.gnu.org \
--cc=ma.jiehong@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.