Re: [arch-general] [arch-dev-public] [signoff] reiserfsprogs 3.6.21-4

2011-11-17 Thread Kirill Churin
On Fri, Nov 18, 2011 at 1:46 PM, Pierre Schmitz wrote: > hi all, > > there is a simple rebuild waiting for signoffs in testing. As this > packages does not have a single signoff since two weeks I am calling out > to everybody (Dev, TU and users) using it. Just let me know if the > package still do

[arch-general] [signoff] reiserfsprogs 3.6.21-4

2011-11-17 Thread Pierre Schmitz
hi all, there is a simple rebuild waiting for signoffs in testing. As this packages does not have a single signoff since two weeks I am calling out to everybody (Dev, TU and users) using it. Just let me know if the package still does its intended job. Greetings, Pierre -- Pierre Schmitz, http:

[arch-general] coreutils fails "make check"

2011-11-17 Thread Garry Roseman
I tried to compile coreutils-8.14-1 from abs, with standard Arch CFLAGS. It fails the "make check" in one test, test-parse-datetime. I found a recent referenceto a patch needed to avoid false failures in this test caused by incorre

Re: [arch-general] Vim with X

2011-11-17 Thread Leonid Isaev
On (11/17/11 21:32), Manolo Martínez wrote: -~> On 11/17/11 at 09:08pm, Bastien Dejean wrote: -~> > Manolo Martínez a écrit : -~> > -~> > > As it is now, the standalone vim cannot copy to and from the X clipboard. -~> > -~> > I wrote the following functions to circumvent the problem: -~> -~> Th

Re: [arch-general] Vim with X

2011-11-17 Thread Manolo Martínez
On 11/17/11 at 09:08pm, Bastien Dejean wrote: > Manolo Martínez a écrit : > > > As it is now, the standalone vim cannot copy to and from the X clipboard. > > I wrote the following functions to circumvent the problem: That is a very nice idea. Thanks for the suggestion. It'd be interesting to kn

Re: [arch-general] Vim with X

2011-11-17 Thread Bastien Dejean
Bastien Dejean a écrit : > nmap gp :call Paste(1, 0) Sorry, obviously I meant 'Paste(0, 0)'. -- Bastien

Re: [arch-general] Vim with X

2011-11-17 Thread Bastien Dejean
Manolo Martínez a écrit : > As it is now, the standalone vim cannot copy to and from the X clipboard. I wrote the following functions to circumvent the problem: function! Yank(...) if a:0 let response = system("xsel -pi", a:1) else let response = syste

Re: [arch-general] Dynamic Titles in urxvt (bash) Without Side Effects?

2011-11-17 Thread Bastien Dejean
Mantas Mikulėnas a écrit : > You can sort of avoid this by redirecting the output to the proper > location -- your terminal. (I'm not sure how reliable this is.) > > trap '[[ $BASH_SOURCE ]] || > printf "\e]0;%s\a" "$BASH_COMMAND" >/dev/tty' DEBUG Thanks, it annihilated the s