[PATCH] coding-style.rst: Add fallthrough as an emacs keyword

From: Joe Perches
Date: Sat Mar 14 2020 - 22:02:29 EST


fallthrough was added as a pseudo-keyword by commit 294f69e662d1
("compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case use")

Add fallthrough as a keyword to the example .emacs content
so emacs can colorize or highlight the uses.

Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
---

I've no idea how to remove the infinite monkeys jibe from the chinese translation

Documentation/process/coding-style.rst | 9 +++++----
Documentation/translations/it_IT/process/coding-style.rst | 9 +++++----
Documentation/translations/zh_CN/process/coding-style.rst | 5 ++++-
3 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/Documentation/process/coding-style.rst b/Documentation/process/coding-style.rst
index acb2f1b..3260cd 100644
--- a/Documentation/process/coding-style.rst
+++ b/Documentation/process/coding-style.rst
@@ -577,9 +577,7 @@ item, explaining its use.
That's OK, we all do. You've probably been told by your long-time Unix
user helper that ``GNU emacs`` automatically formats the C sources for
you, and you've noticed that yes, it does do that, but the defaults it
-uses are less than desirable (in fact, they are worse than random
-typing - an infinite number of monkeys typing into GNU emacs would never
-make a good program).
+uses are less than desirable.

So, you can either get rid of GNU emacs, or change it to use saner
values. To do the latter, you can stick the following in your .emacs file:
@@ -631,7 +629,10 @@ values. To do the latter, you can stick the following in your .emacs file:

(dir-locals-set-directory-class
(expand-file-name "~/src/linux-trees")
- 'linux-kernel)
+ 'linux-kernel
+ (font-lock-add-keywords 'c-mode
+ '(("\\<\\(fallthrough\\)\\>" . font-lock-keyword-face)))
+ )

This will make emacs go better with the kernel coding style for C
files below ``~/src/linux-trees``.
diff --git a/Documentation/translations/it_IT/process/coding-style.rst b/Documentation/translations/it_IT/process/coding-style.rst
index 8725f2b..67364f 100644
--- a/Documentation/translations/it_IT/process/coding-style.rst
+++ b/Documentation/translations/it_IT/process/coding-style.rst
@@ -584,9 +584,7 @@ commento per spiegarne l'uso.
Va bene, li facciamo tutti. Probabilmente vi à stato detto dal vostro
aiutante Unix di fiducia che ``GNU emacs`` formatta automaticamente il
codice C per conto vostro, e avete notato che sÃ, in effetti lo fa, ma che
-i modi predefiniti non sono proprio allettanti (infatti, sono peggio che
-premere tasti a caso - un numero infinito di scimmie che scrivono in
-GNU emacs non faranno mai un buon programma).
+i modi predefiniti non sono proprio allettanti.

Quindi, potete sbarazzarvi di GNU emacs, o riconfigurarlo con valori piÃ
sensati. Per fare quest'ultima cosa, potete appiccicare il codice che
@@ -639,7 +637,10 @@ segue nel vostro file .emacs:

(dir-locals-set-directory-class
(expand-file-name "~/src/linux-trees")
- 'linux-kernel)
+ 'linux-kernel
+ (font-lock-add-keywords 'c-mode
+ '(("\\<\\(fallthrough\\)\\>" . font-lock-keyword-face)))
+ )

Questo farà funzionare meglio emacs con lo stile del kernel per i file che
si trovano nella cartella ``~/src/linux-trees``.
diff --git a/Documentation/translations/zh_CN/process/coding-style.rst b/Documentation/translations/zh_CN/process/coding-style.rst
index eae10bc..6c9443 100644
--- a/Documentation/translations/zh_CN/process/coding-style.rst
+++ b/Documentation/translations/zh_CN/process/coding-style.rst
@@ -558,7 +558,10 @@ Documentation/doc-guide/ å scripts/kernel-doc äèåèçäæã

(dir-locals-set-directory-class
(expand-file-name "~/src/linux-trees")
- 'linux-kernel)
+ 'linux-kernel
+ (font-lock-add-keywords 'c-mode
+ '(("\\<\\(fallthrough\\)\\>" . font-lock-keyword-face)))
+ )

èäè emacs å ``~/src/linux-trees`` äç C ææäèåæåçåæäçéæã