[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: address@hidden: Kill ring leak in winemacs macros]
From: |
Richard M. Stallman |
Subject: |
Re: address@hidden: Kill ring leak in winemacs macros] |
Date: |
Thu, 04 Aug 2005 08:48:45 -0400 |
So, what he really wants is to not have the system clipboard consulted or
updated during the execution of a keyboard macro, when the kill-ring
should be "internal" data. If that sounds like a good idea, I can whip up
a patch.
This would be entirely harmless if, at the end of the macro,
the current kill ring contents were copied to the clipboard
if the kill ring was set during the macro. Can you do that?
Lennart wrote:
Is not the variable `x-select-enable-clipboard' for this?
The mere existence of the variable doesn't solve this problem,
but maybe the solution could make use of that variable.
Perhaps would it be convenient to put a defadvice around on
execute-kbd-macro for this?
No! Emacs code should not use defadvice.
When you're trying to make improvements in Emacs or fix problems in
Emacs, please do NOT think of defadvice as the way to do it.
- Re: address@hidden: Kill ring leak in winemacs macros], (continued)
- Re: address@hidden: Kill ring leak in winemacs macros], Stuart D. Herring, 2005/08/16
- Re: address@hidden: Kill ring leak in winemacs macros], Jason Rumney, 2005/08/16
- Re: address@hidden: Kill ring leak in winemacs macros], Kevin Rodgers, 2005/08/18
- Re: address@hidden: Kill ring leak in winemacs macros], Kevin Rodgers, 2005/08/18
- Re: address@hidden: Kill ring leak in winemacs macros], Stuart D. Herring, 2005/08/18
- Re: address@hidden: Kill ring leak in winemacs macros], Richard M. Stallman, 2005/08/04
Re: address@hidden: Kill ring leak in winemacs macros],
Richard M. Stallman <=
- Re: address@hidden: Kill ring leak in winemacs macros], Lennart Borgman, 2005/08/04
- Re: address@hidden: Kill ring leak in winemacs macros], Juanma Barranquero, 2005/08/04
- Re: address@hidden: Kill ring leak in winemacs macros], Richard M. Stallman, 2005/08/05
- Re: address@hidden: Kill ring leak in winemacs macros], Juanma Barranquero, 2005/08/05
- Re: address@hidden: Kill ring leak in winemacs macros], Richard M. Stallman, 2005/08/06
Re: defadvice in Emacs code (was: Kill ring leak in winemacs macros], Lennart Borgman, 2005/08/05