jed-users mailing list

[2025 Date Index] [2025 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

[jed-users] Re: Clipboard problem


John E. Davis <jed@xxxxxxxxxxx> wrote:

> I have attached a new version of mousex.sl that supports so-called
> "bracketed paste mode".  Please try it and let me know if it addresses
> the problem.  Note that to enable the mode, you must call
> 
>   mousex_use_bracketed_paste ();
> 
> after loading mousex.sl in your .jedrc file.

Very nice. Thank you!

Why not put this in site.sl so that it is the default? Not only does it
solve this problem but it also preserves the formatting of the originally
copied content when pasting it in, thereby solving a long standing problem
in Jed. For now, I've put these two lines

  require("mousex");
  mousex_use_bracketed_paste();
  
in my defaults.sl  

Thanks,
Morten

_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.


[2025 date index] [2025 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]