ruffianeo

Results 4 issues of ruffianeo

### Description Statements in computation expressions, which should indent the following lines, but do not, include (those I found so far): - for - then - else They seem to...

bug
help wanted

[Documentation](https://www.gnu.org/software/emacs/manual/html_node/flymake/Getting-the-include-directories.html) is sparse. It implies, from what is written there, that I could do something like this: ```lisp (defun my-project-dirs (basedir) (mapcar #'(lambda (r) (expand-file-name (concat (expand-file-name basedir) "/" r)))...

Thank you for taking the time to file a bug report. The following describes some guidelines to creating a minimally useful ticket. Above all else: do not describe your problem,...

I have a deeply rooted distrust to code which uses raw integer types instead of fixed with types as defined in ``stdint.h``. At best, this way of providing code only...