[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: keymap in yank-excluded-properties
From: |
Richard Stallman |
Subject: |
Re: keymap in yank-excluded-properties |
Date: |
Sun, 01 Sep 2002 09:15:21 -0400 |
`yank' will look for that property on kill-ring elements and call the
function with one argument: the string (or rectangle?) to yank. The
function is then responsible for inserting the string in the buffer
and remove any unwanted properties [i.e. it is expected to do the
actual insertion].
A table could have this property set to a function which check that
the string to insert is really a complete table -- and keep the
properties in that case [using insert] -- or remove the properties
otherwise [using insert-for-yank].
That solution could work.
Does anyone see a more narrowly targeted solution to suggest?
- Re: keymap in yank-excluded-properties, (continued)
- 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
- Modes: major, minor, context specific, Robert J. Chassell, 2002/09/06
- Re: keymap in yank-excluded-properties, Richard Stallman, 2002/09/06
Re: keymap in yank-excluded-properties,
Richard Stallman <=