[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: keymap in yank-excluded-properties
From: |
Kim F. Storm |
Subject: |
Re: keymap in yank-excluded-properties |
Date: |
04 Sep 2002 14:35:11 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
Per Abrahamsen <address@hidden> writes:
> address@hidden (Kim F. Storm) writes:
>
> > Isn't that exactly what you get by setting cua-enable-cua-keys to nil ?
> > If not, what's wrong with it?
>
> Mostly it feels wrong, who looks in a CUA package without being
> interested in CUA?
True.
>
> I believe splitting it in two packages would make the rectangle part
> much more popular.
If you look at the version included with CVS emacs, you'll find that I
actually have split off most of the rectangle support and global mark
support into separate files.
The reason it is still associated with cua-mode as such is that it still
need the fundamental command remapping which cua-mode does. I found it
very difficult to separate the two and still maintain the CUA functionality.
Of course, one could take the cua-base.el file and make a new file which
only contains the code necessary to make the new rectangle support work.
Hm, shouldn't be that difficult... Only "problem" will be that the
commands and variables for the new rectangle supports still uses the cua-
prefix ...
.. but that should be OK, as it just shows the origin of the new
rectangle support [just like ange-ftp does, IIUC].
--
Kim F. Storm <address@hidden> http://www.cua.dk
- Re: keymap in yank-excluded-properties, (continued)
- Re: keymap in yank-excluded-properties, Per Abrahamsen, 2002/09/04
- Re: keymap in yank-excluded-properties,
Kim F. Storm <=
- Re: keymap in yank-excluded-properties, Miles Bader, 2002/09/04
- Re: keymap in yank-excluded-properties, Robert J. Chassell, 2002/09/05
- Re: keymap in yank-excluded-properties, Kim F. Storm, 2002/09/05
- Re: keymap in yank-excluded-properties, Per Abrahamsen, 2002/09/05
- Re: keymap in yank-excluded-properties, Robert J. Chassell, 2002/09/05
- Re: keymap in yank-excluded-properties, Miles Bader, 2002/09/05
- Re: keymap in yank-excluded-properties, Richard Stallman, 2002/09/04
- Re: keymap in yank-excluded-properties, Robert J. Chassell, 2002/09/05
- Re: keymap in yank-excluded-properties, Miles Bader, 2002/09/05
- Re: keymap in yank-excluded-properties, Andreas Schwab, 2002/09/06