Search results for "6758cc4c1c61bfc1fdbed946884a07fb" in md5 (3)

/a/ - Who is the best blue haired girl?
Anonymous No.281145875
>>281136928
/g/ - just returned from an Interview
Anonymous No.105859449
for (int i = 0; i < n; ++i) { ... } else { ... } should the else branch be taken when i < n on the first iteration or act more like finally in common lisp
/g/ - (λ) - ᵋLisp General
Anonymous No.105811540
>>105810401
Try extending ALPHANUMERIC with ?! in https://github.com/Saghen/blink.cmp/blob/main/lua/blink/cmp/completion/accept/prefix.lua it'll be something like that, if lua has string literals grep ?! for special handling in stuff like ternary operators in other languages

>>105810899
>The etags program handles more than 20 languages, including Emacs Lisp, Common Lisp, Scheme, C, C++, Ada, Fortran, Java, LaTeX, Pascal, Perl, Python, Texinfo, makefiles, and most assemblers. The program has no switches for specifying the language; it recognizes the language in an input file according to its file name and contents.
It's apparently supported by emac, does find-tag like https://ftp.gnu.org/old-gnu/Manuals/emacs-lisp-intro/html_node/etags.html describes at least work?