[dev] Space to advance to the next slide

2015-11-16 Thread Jan Christoph Ebersbach
Hi, Thank you very much for sent, it's awesome! Since Space is very common in other presentation tools to advance to the next slide it would be a great default for sent as well. The attached patch adds the Space key as another way to advance to the next slide. Regards, Jan Christoph -- Jan Ch

[dev] [sent] "Terminal doesn't support images" isn't quite true

2015-11-16 Thread Pickfire
Hi, I had found these in sent example: also: terminal presentations don't support images… In My Humble Opinion, terminal indeed can display images, look at w3m although it is badly designed. I think that it can be something such as "terminal has bad support for images" instead of »term

Re: [dev] [sent] 0.1 release

2015-11-16 Thread Markus Teich
KIMURA Masaru wrote: > > ... takahashi style presentations ... > > you might also check monta method? Heyho, Interesting. Just set the first font to something like `dejavu sans mono` then you can duplicate the slides where you want to apply the monta method and use `_` as a placeholder for the c

Re: [dev] sent-0.1 or libxft bug

2015-11-16 Thread Markus Teich
Heyho, v4hn wrote: > > and what you think was causing it. > > On Tue, Nov 17, 2015 at 01:34:30AM +0300, ret set wrote: > >> Subject: [dev] sent-0.1 or libxft bug > >> [...] > >> Program received signal SIGSEGV, Segmentation fault. > >> 0x77529980 in XftCharExists () from > >> /usr/lib/x8

Re: [dev] [sent] 0.1 release

2015-11-16 Thread Stephen Whitmore
You're welcome -- glad I could help. On 11/17 00:38, Markus Teich wrote: > I also remind you, that this is a developers list and not a user > support list (suckless has no users, just developers). Just sending in > bug reports without at least a proposal of how to fix it is seen as > rude. So, t

Re: [dev] sent-0.1 or libxft bug

2015-11-16 Thread v4hn
Sorry in advance in case my sarcasm detector failed me... On Mon, Nov 16, 2015 at 11:43:30PM +, Nick wrote: > Quoth ret set: > > > At least describe in one sentence what you mean. > > Segmentation fault in in sent-0.1. > > Christoph is right, you really should have provided more description >

Re: [dev] sent-0.1 or libxft bug

2015-11-16 Thread Markus Teich
Nick wrote: > But regardless, as far as I can see this is fixed in the latest code > in git, aa713a8a342ec0e6eca173cd4489834f8baa0a86. Heyho, Yes indeed, it was the same segfault mentioned earlier. I replied to both of them, but probably your MUA does not show my reply in both threads in threadi

Re: [dev] sent-0.1 or libxft bug

2015-11-16 Thread Nick
Quoth ret set: > > At least describe in one sentence what you mean. > Segmentation fault in in sent-0.1. Christoph is right, you really should have provided more description of what the fault is, how to reproduce it, and what you think was causing it. But regardless, as far as I can see this is

Re: [dev] [sent] 0.1 release

2015-11-16 Thread Markus Teich
Heyho, ret set wrote: > $ make && ./sent <(python -c 'print "A\n"*4000') > … > Segmentation fault Stephen Whitmore wrote: > When running the example presentation, I hit a segfault when I reached the > first slide with an image (@nyan.png). See attached for backtrace. This only > seems to happen

Re: [dev] sent-0.1 or libxft bug

2015-11-16 Thread ret set
> At least describe in one sentence what you mean. Segmentation fault in in sent-0.1. 17.11.2015, 01:43, "Christoph Lohmann" <2...@r-36.net>: > Greetings. > > On Mon, 16 Nov 2015 23:40:41 +0100 ret set wrote: >>  $ make && ./sent <(python -c 'print "A\n"*4000') >>  sent build options: >>  CFLAGS

Re: [dev] sent-0.1 or libxft bug

2015-11-16 Thread Christoph Lohmann
Greetings. On Mon, 16 Nov 2015 23:40:41 +0100 ret set wrote: > $ make && ./sent <(python -c 'print "A\n"*4000') > sent build options: > CFLAGS = -g -std=c99 -pedantic -Wall -I. -I/usr/include > -I/usr/include/freetype2 -I/usr/X11R6/include -DVERSION="0.1" > -D_XOPEN_SOURCE=600 > LDFLAGS = -g -L

[dev] sent-0.1 or libxft bug

2015-11-16 Thread ret set
$ make && ./sent <(python -c 'print "A\n"*4000') sent build options: CFLAGS = -g -std=c99 -pedantic -Wall -I. -I/usr/include -I/usr/include/freetype2 -I/usr/X11R6/include -DVERSION="0.1" -D_XOPEN_SOURCE=600 LDFLAGS = -g -L/usr/lib -lc -lm -L/usr/X11R6/lib -lXft -lfontconfig -lX11 -lpng CC = cc Se

[dev] Re: [sbase] cal doesn't highlight current day

2015-11-16 Thread Christian Neukirchen
Manu Raster writes: > Marc Collin writes: > >> It's one of the commands I use the most, and having the current day >> highlighted is a pretty great feature. > > Another really useful function would be an optional column in the > calendar displaying 'ISO week dates' (DIN ISO 8601). They are quite

Re: [dev] [sbase] cal doesn't highlight current day

2015-11-16 Thread stanio
Hi * Manu Raster 2015-11-16 22:45 > Another really useful function would be an optional column in the > calendar displaying 'ISO week dates' (DIN ISO 8601). They are quite > common in business parlance but I haven't seen them in any cal command > yet. you might give ncal a try. (it comes from Fre

[dev] Re: [sbase] cal doesn't highlight current day

2015-11-16 Thread Manu Raster
Marc Collin writes: > It's one of the commands I use the most, and having the current day > highlighted is a pretty great feature. Another really useful function would be an optional column in the calendar displaying 'ISO week dates' (DIN ISO 8601). They are quite common in business parlance but

Re: [dev] a suckless hex editor

2015-11-16 Thread Snobb
Agreed. Besides if xxd is installed, one can do something like this in vi/vim: :%!xxd make changes :%!xxd -r. Is a shell script really necessary? On 13/11/15 11:45am, Alex Pilon wrote: > On Fri, Nov 13, 2015 at 11:28:36AM -0500, Greg Reagle wrote: > > What do you think? > > > > […] > > > > #!/