Hi,

Since on OSX the X11 server is not always running, it would be better  
to sync the killring with the pasteboard instead of the X11 clipboard.  
That is very easy to accomplish:

in kill.c:
That is actually very easy to fix: in kill.c:99c99
<               wchar_t *cmd = wcsdupcat(L"echo -n ", escaped_str, L"| pbcopy" 
);
---
>               wchar_t *cmd = wcsdupcat(L"echo ", escaped_str, L"|xsel -b" );

One should do a conditional, so that this is only called in OSX, or  
even have it configurable...

Michael

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to