[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1397436304.5243.1.camel@joe-AO722>
Date: Sun, 13 Apr 2014 17:45:04 -0700
From: Joe Perches <joe@...ches.com>
To: Greg Donald <gdonald@...il.com>
Cc: Randy Dunlap <rdunlap@...radead.org>, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Docs: Fix elisp code so tabbing more than once works
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists