[RP] [PATCH] Kill gcc unused function warning

2016-11-24 Thread Mathieu OTHACEHE
The xrandr_rotation_string function is used only if DEBUG is enabled. --- Hi Jeremie, Here's a small patch to be applied on xrandr branch. Thanks, Mathieu src/xrandr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xrandr.c b/src/xrandr.c index 2534099..f1f3ef5 100644 --- a/src/xran

Re: [RP] ratpoison and libhistory support

2016-11-24 Thread Mathieu OTHACEHE
Hi, Never used it myself, no objections. Mathieu > Hi folks, > > Would you mourn the loss of libhistory support in ratpoison? > > ratpoison can optionally make use of this library to support !!-style > expansions, like in bash. It's not a hassle to support, very little > code is involved ; but

Re: [RP] ratpoison and libhistory support

2016-11-24 Thread Jeremie Courreges-Anglas
> On Thu, Nov 24, 2016 at 3:54 PM, Jeremie Courreges-Anglas > wrote: > >> >> Hi folks, >> >> Would you mourn the loss of libhistory support in ratpoison? >> >> ratpoison can optionally make use of this library to support !!-style >> expansions, like in bash. It's not a hassle to support, very li

Re: [RP] [PATCH] Kill gcc unused function warning

2016-11-24 Thread Jeremie Courreges-Anglas
Mathieu OTHACEHE writes: > The xrandr_rotation_string function is used only if DEBUG is enabled. Pushed, thanks. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE ___ Ratpoison-devel mailing list Ratpoison-devel@nongnu.o

Re: [RP] ratpoison and libhistory support

2016-11-24 Thread T.J. Sellari
I use the exec command history. Does that depend on libhistory? On Thu, Nov 24, 2016 at 3:54 PM, Jeremie Courreges-Anglas wrote: > > Hi folks, > > Would you mourn the loss of libhistory support in ratpoison? > > ratpoison can optionally make use of this library to support !!-style > expansions,

Re: [RP] ratpoison and libhistory support

2016-11-24 Thread Axel Beckert
Hi Jeremie, On Thu, Nov 24, 2016 at 08:54:23AM +0100, Jeremie Courreges-Anglas wrote: > Would you mourn the loss of libhistory support in ratpoison? > > ratpoison can optionally make use of this library to support !!-style > expansions, like in bash. Cool! Never heard about that feature in ratpo