Search Results

Found 2 results for "6758cc4c1c61bfc1fdbed946884a07fb" across all boards searching md5.

Anonymous /g/105856531#105859449
7/10/2025, 4:49:20 PM
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
Anonymous /g/105711980#105811540
7/5/2025, 11:14:24 PM
>>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?