Re: [dev] [st] delele behaves as backspace... again

2014-11-04 Thread Martti Kühne
On Tue, Nov 4, 2014 at 9:11 PM, Henrique Lengler wrote: > > Output of infocmp attached: out.txt > > Output of ^VDelete: > > ^[[3~ > You appear to have mistyped something. CSI requires only one bracket. cheers! mar77i

Re: [dev] [st] delele behaves as backspace... again

2014-11-04 Thread Greg Reagle
On Tue, Nov 4, 2014, at 01:24 PM, k...@shike2.com wrote: > If you are interested in this solution this is the patch: Thank you very much, that is much better. Now my Backspace keys deletes one character to the left AND my Delete key deletes one character to the right, on the command line and in n

Re: [dev] simple slide generator

2014-11-04 Thread FRIGN
On Tue, 4 Nov 2014 21:15:40 +0100 k...@shike2.com wrote: > You can try with troff. Take a look of [1], [2] and [3]. Troff is not as good as LaTeX if you just look at the end result. I bet troff is a little bit more lightweight though. For presentations using LaTeX, you can use the beamer- packag

Re: [dev] simple slide generator

2014-11-04 Thread k0ga
> sent is interesting, but as a teacher, I need some mathematical symbols, > and a tool to write more than 3 words per slide... > > (by the way, on debian, sent can't find any font...) > > reveal.js is interesting too, but far from suckless... > > I'll stick to markdown+pandoc->beamer for now un

Re: [dev] environment variables versus runtime configuration (rc) files versus X resources

2014-11-04 Thread FRIGN
On Tue, 4 Nov 2014 10:35:25 -0700 Charlie Kester wrote: > Good point. No, actually this was a shitty point. I don't know why so many people are apparently that masochistic to actually go through the shell- madness! Like, how often do you guys reconfigure your software? Is it too much to ask for

Re: [dev] [st] delele behaves as backspace... again

2014-11-04 Thread Henrique Lengler
On Tue, Nov 04, 2014 at 08:30:23PM +0100, k...@shike2.com wrote: > Can you send the output of: > > infocmp > > and the output of > > cat > ^VDelete (press first control V and then Delete key) > > Regards, Output of infocmp attached: out.txt Output of ^VDelete: ^[[3~ --

Re: [dev] simple slide generator

2014-11-04 Thread Thuban
sent is interesting, but as a teacher, I need some mathematical symbols, and a tool to write more than 3 words per slide... (by the way, on debian, sent can't find any font...) reveal.js is interesting too, but far from suckless... I'll stick to markdown+pandoc->beamer for now until I find bette

Re: [dev] [st] delele behaves as backspace... again

2014-11-04 Thread k0ga
Hi, > I applied this patch and now when I press DELETE in the shell I get a > '~'. Can you send the output of: infocmp and the output of cat ^VDelete (press first control V and then Delete key) Regards,

Re: [dev] [st] delele behaves as backspace... again

2014-11-04 Thread Henrique Lengler
On Tue, Nov 04, 2014 at 07:24:24PM +0100, k...@shike2.com wrote: > > With this patch you are going to have ^? in backspace and ^[[3~ in Delete, > and the terminfo definition is modified based in this change. > This configuration is more similar to the configuration of other systems, > so you will

Re: [dev] [st] delele behaves as backspace... again

2014-11-04 Thread k0ga
If you are interested, > - Modify the keys generated by st. This option is not dificult, because > you > only have to modify the values in your config.h (I think I should put > this > option in the FAQ to). If you are interested in this solution this is the patch: diff --git

Re: [dev] environment variables versus runtime configuration (rc) files versus X resources

2014-11-04 Thread Charlie Kester
On Mon 03 Nov 2014 at 14:26:39 PDT Greg Reagle wrote: On Mon, Nov 3, 2014, at 04:11 PM, Charlie Kester wrote: Environment variables are essentially global variables, visible to every program and not just the one you want to configure. Not necessarily. If you set them in .profile or .bashrc or