From: Juri Linkov <juri@jurta.org>
Subject: Re: Changes to emacs/lisp/progmodes/grep.el
Date: Tue, 06 Jul 2004 19:55:17 +0300 [thread overview]
Message-ID: <87pt79nki2.fsf@mail.jurta.org> (raw)
In-Reply-To: <87oen1k4yc.fsf@mail.jurta.org> (Juri Linkov's message of "Wed, 30 Jun 2004 08:08:59 +0300")
Juri Linkov <juri@jurta.org> writes:
> Solving the drawbacks of invisible text is a separate issue. There is
> a `search-invisible' option in isearch.el, but it can't find a string
> with invisible text inside it. To discard invisible text when yanking
> it's possible to implement an option like `yank-excluded-properties'.
BTW, I noticed that the first item of etc/TODO describes exactly the
same need:
* Small but important fixes needed in existing features:
** Fix the kill/yank treatment of invisible text. At the moment,
invisible text is placed in the kill-ring, so that the contents of
the ring may not correspond to the text as displayed to the user. It
ought to be possible to omit text which is invisible (due to a
text-property, overlay, or selective display) from the kill-ring.
It would be quite easy to implement: for example, to create a new
boolean option, e.g. `yank-as-displayed', and in `insert-for-yank-1'
to handle it by deleting the text with `invisible' property and
replacing the text with `display' property by the display value
(though, I don't see how overlays could be handled here since they
are not saved with the text in the kill-ring).
Is it a right way to implement this? This could be implemented now
given that it is described as "small but important fix".
--
Juri Linkov
http://www.jurta.org/emacs/
next prev parent reply other threads:[~2004-07-06 16:55 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1BdGt8-0003Tg-Qb@lists.gnu.org>
2004-06-24 23:16 ` Changes to emacs/lisp/progmodes/grep.el Juri Linkov
2004-06-25 20:03 ` Daniel Pfeiffer
2004-06-26 0:03 ` Juri Linkov
2004-06-27 10:43 ` Daniel Pfeiffer
2004-06-26 6:03 ` Richard Stallman
2004-06-27 10:33 ` Daniel Pfeiffer
2004-06-27 11:58 ` Adrian Aichner
2004-06-28 2:23 ` Richard Stallman
2004-06-28 2:37 ` Miles Bader
2004-06-28 4:44 ` David Kastrup
2004-06-28 8:40 ` Daniel Pfeiffer
2004-06-28 18:00 ` Eli Zaretskii
2004-06-28 21:22 ` Daniel Pfeiffer
2004-06-29 5:10 ` Eli Zaretskii
2004-06-29 20:08 ` Daniel Pfeiffer
2004-06-29 21:19 ` Eli Zaretskii
2004-06-30 5:16 ` Juri Linkov
2004-07-01 22:20 ` Daniel Pfeiffer
2004-06-30 5:08 ` Juri Linkov
2004-07-02 21:58 ` Daniel Pfeiffer
2004-07-01 23:31 ` Stefan
2004-07-01 23:38 ` David Kastrup
2004-07-01 23:46 ` Stefan
2004-07-03 18:20 ` Richard Stallman
2004-07-04 10:47 ` Mark handling (Was: Changes to emacs/lisp/progmodes/grep.el) Daniel Pfeiffer
2004-07-05 16:56 ` Richard Stallman
2004-07-05 19:57 ` Daniel Pfeiffer
2004-07-06 22:00 ` Richard Stallman
2004-07-07 19:47 ` Daniel Pfeiffer
2004-07-08 23:18 ` Richard Stallman
2004-07-10 19:54 ` Daniel Pfeiffer
2004-07-06 22:00 ` Richard Stallman
2004-07-07 20:58 ` Richard Stallman
2004-07-02 0:20 ` Transient mark mode (was: " Paul Pogonyshev
2004-07-03 8:28 ` Changes to emacs/lisp/progmodes/grep.el Daniel Pfeiffer
2004-07-02 9:07 ` Juri Linkov
2004-07-03 11:35 ` Daniel Pfeiffer
2004-07-02 8:48 ` Juri Linkov
2004-07-06 16:55 ` Juri Linkov [this message]
2004-07-06 18:16 ` Luc Teirlinck
2004-07-07 20:57 ` Richard Stallman
2004-06-30 18:52 ` Richard Stallman
2004-07-01 5:08 ` Juri Linkov
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=87pt79nki2.fsf@mail.jurta.org \
--to=juri@jurta.org \
/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.