[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Changes to emacs/lisp/progmodes/grep.el
From: |
Richard Stallman |
Subject: |
Re: Changes to emacs/lisp/progmodes/grep.el |
Date: |
Wed, 07 Jul 2004 16:57:15 -0400 |
** 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',
The idea is to change kill, not change yank.
Re: Changes to emacs/lisp/progmodes/grep.el, Juri Linkov, 2004/07/02
Re: Changes to emacs/lisp/progmodes/grep.el, Juri Linkov, 2004/07/06