Re: [PATCH] Docs: Fix elisp code so tabbing more than once works

From: Joe Perches
Date: Sun Apr 13 2014 - 20:46:06 EST


On Sun, 2014-04-13 at 19:23 -0500, Greg Donald wrote:
> The example elisp code breaks tabbing more than once on the same line. Aligning
> equal signs in a struct becomes problematic. Fix it.
[]
> diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle
[]
> +(global-set-key (kbd "TAB") 'self-insert-command)

This prevents easy indentation alignment via the tab key.
Try using "ctrl-q tab" instead.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/