emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mouse.el patch to flash yank position and highlight line


From: Richard Stallman
Subject: Re: mouse.el patch to flash yank position and highlight line
Date: Sat, 14 Jul 2007 14:00:28 -0400

    * A fix to `mouse-yank-secondary', so you get a reasonable error message if
    the secondary selection is not yet defined (instead of "Wrong type argument:
    char-or-string-p, nil").

That fix should be installed.  Could you please send a patch
for just that fix?

    * `mouse-tear-off-window' does not try to delete the window if it is the
    only one in its frame. Instead, it clones the frame and window. That is, it
    does a "tear-off" at the frame level, instead of the window level.

That seems like a good idea, but the implementation is wrong.  It
should try to do delete-window, and if that fails, then clone the
frame.

As for the bulk of the change, I just don't understand the point.
Your message explains the details from the bottom up, and these
things sound like facilities for doing something else.  What is the
something else?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]