GNU bug report logs -
#36143
[PATCH] Fix typo in src/keyboard.c
Previous Next
Reported by: Stefan Kangas <stefan <at> marxist.se>
Date: Sun, 9 Jun 2019 03:17:01 UTC
Severity: normal
Tags: patch
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> However, it looks like your local settings make Emacs untabify C
> sources, so in your patch as posted a TAB was converted into spaces,
> unlike the indentation around the line you changed (I fixed that
> before committing). Please in the future be sure to edit the Emacs
> sources without such local settings; we only prefer spaces to TABs in
> Lisp sources, see .dir-locals.el in the repository.
Oh, I also didn't realize C sources were supposed to be TABified. Maybe
.dir-locals.el should have an explicit (indent-tabs-mode . t) setting
under c-mode? Especially since with GNU indent style,
indent-tabs-mode=t results in a file which mixes tabs and spaces, so
it's not obvious that the tabs are really intentional.
This bug report was last modified 5 years and 344 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.