gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNUnet-developers] GNUNET_PROGRAM* option evaluation does not work


From: Hartmut Goebel
Subject: Re: [GNUnet-developers] GNUNET_PROGRAM* option evaluation does not work as expected
Date: Thu, 14 Mar 2019 13:15:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

Hi
> I'd say no tabs at all (in C code or texinfo), no trailing whitespace
> (also not in C, Makefile.am, ChangeLog, texinfo, etc.).

This is my proposed .dir-locals.el, setting some more variables being
handy (like spell-checker directory):

((nil
  . ((fill-column . 78)
     (tab-width   .  4)
     (indent-tabs-mode . nil)
     (show-trailing-whitespace . t)
     (c-basic-offset . 2)
     (ispell-check-comments . exclusive)
     (ispell-local-dictionary . "american")
     (safe-local-variable-values
      '((c-default-style . "gnu")
        (sentence-end-double-space . f)
        (eval add-hook 'prog-mode-hook #'flyspell-prog-mode)
        (flyspell-issue-message-flag . f) ; avoid messages for every word
        )))))

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | address@hidden               |
| www.crazy-compilers.com | compilers which you thought are impossible |




reply via email to

[Prev in Thread] Current Thread [Next in Thread]