[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: position on changing defaults?
From: |
Chong Yidong |
Subject: |
Re: position on changing defaults? |
Date: |
Mon, 10 Mar 2008 12:11:55 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1.92 (gnu/linux) |
address@hidden (Kim F. Storm) writes:
>> Because that's how the region behaves and that's how Emacs rectangles
>> behave, so it's more consistent.
>
> Well, I've never had a use for them in practice - and one of the
> features of CUA rectangles is that the cursor is INSIDE one of the
> rectangle corners -- namely the corner which you expand by moving the
> cursor.
>
> Visually, this is much more pleasing than having the cursor
> sometimes inside, sometimes outside the rectangle.
But it's inconsistent with how the Emacs cursor typically behaves, and
it looks weird when you are using a bar cursor.
(For instance, I have a customization in my .emacs file that turns the
cursor into a bar whenever the mark is active:
(add-hook 'deactivate-mark-hook '(lambda () (setq cursor-type t)))
(add-hook 'activate-mark-hook '(lambda () (setq cursor-type 'bar)))
With the bar cursor, cua rectangle selection doesn't do what is
expected.)
- RE: CUA mode's C-RET binding [was: position on changing defaults?], (continued)
- Re: position on changing defaults?, Richard Stallman, 2008/03/11
- Re: position on changing defaults?, Kim F. Storm, 2008/03/08
- Re: position on changing defaults?, Stefan Monnier, 2008/03/08
- Re: position on changing defaults?, Kim F. Storm, 2008/03/08
- Re: position on changing defaults?, Miles Bader, 2008/03/08
- Re: position on changing defaults?, Stefan Monnier, 2008/03/08
- Re: position on changing defaults?, Richard Stallman, 2008/03/09
- Re: position on changing defaults?,
Chong Yidong <=
- Re: position on changing defaults?, Kim F. Storm, 2008/03/11
- Re: position on changing defaults?, Kim F. Storm, 2008/03/08
- Making the command loop mode-dependent [was: position on changing defaults?], Alan Mackenzie, 2008/03/09
- Re: position on changing defaults?, Richard Stallman, 2008/03/06
- Re: position on changing defaults?, Kim F. Storm, 2008/03/07
- Re: position on changing defaults?, Richard Stallman, 2008/03/08
- Re: position on changing defaults?, Miles Bader, 2008/03/08
- Re: position on changing defaults?, Kim F. Storm, 2008/03/09
- Re: position on changing defaults?, Miles Bader, 2008/03/09
- Re: position on changing defaults?, Stefan Monnier, 2008/03/09