GReagle
GReagle
> Not if you have another window with a different tag. I see. Thank you.
Pasting in dvtm is very easy (Mod, p). I am guessing that you want copying certain text to be easier. In dvtm, you need to use your text editor to...
I assume that this is indeed an error since all the other entries have a comma, but I am no terminfo expert. I see that the kf22 line was added...
This is the year 2038 problem (see https://en.wikipedia.org/wiki/Year_2038_problem). On my system, which is x86_64 GNU/Linux, a C program does not have this problem, but a Lua program does. Here is...
I do not. Which module would it belong in?
I think that nftw() is not obsolete.
Thank you very much for your thoughtful response. 1. I am new to Racket so I don't know enough to make this happen myself. Maybe one day? 2. Thanks for...
Here is the code for wisp syntax, fairly similar to the code for sweet syntax that I posted above: `(setq imenu-generic-expression '((nil "^define\\(/contract\\)? +:? *\\([^[:space:](;]+\\)" 2)))`
Thank you, I did not know it was possible to comment-out a line easily in Lisp (meaning without "manually" adjusting closing parentheses). Very good to know. Maybe I'll try paredit-mode.
Thank you younix. Setting POSIXLY_CORRECT does fix the problem. For reference, this GNU behavior is documented at https://www.gnu.org/software/libc/manual/html_node/Using-Getopt.html