unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Two minor problems with CUA rectangles
@ 2005-11-25 13:23 martin rudalics
  2005-11-26 23:37 ` Problem with revert-buffer and overlays [was: Two minor problems with CUA rectangles] Kim F. Storm
  0 siblings, 1 reply; 12+ messages in thread
From: martin rudalics @ 2005-11-25 13:23 UTC (permalink / raw)


Suppose I have a TAB with a text-property that specifies a background
color.  Consequently, all characters from TAB to TAB + tab-width are
displayed with that color.  If I now install a CUA rectangle on the
right of the TAB and subsequently expand the rectangle to a position
between TAB and TAB + tab-width, the characters between the TAB and that
position are displayed with default background.

M-x revert-buffer with an active rectangle in that buffer apparently
deactivates the rectangle but overlays used for the rectangle are not
removed.  C-l does not remove them either.

With

(custom-set-variables
   ;; custom-set-variables was added by Custom.
   ;; If you edit it by hand, you could mess it up, so be careful.
   ;; Your init file should contain only one such instance.
   ;; If there is more than one, they won't work right.
  '(cua-enable-cursor-indications t)
  '(cua-mode t nil (cua-base)))

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2005-12-04 21:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-25 13:23 Two minor problems with CUA rectangles martin rudalics
2005-11-26 23:37 ` Problem with revert-buffer and overlays [was: Two minor problems with CUA rectangles] Kim F. Storm
2005-11-27  3:28   ` Richard M. Stallman
2005-11-27 21:02     ` Problem with revert-buffer and overlays Kim F. Storm
2005-11-28  4:47       ` Richard M. Stallman
2005-11-28 10:17         ` martin rudalics
2005-11-28 12:38           ` Kim F. Storm
2005-11-28 21:00           ` Richard M. Stallman
2005-11-29  9:15             ` martin rudalics
2005-11-29 21:47               ` Richard M. Stallman
2005-11-30  9:52                 ` martin rudalics
2005-12-04 21:19                   ` Richard M. Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).