From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KZpYu-0006wO-NG for mharc-grub-devel@gnu.org; Sun, 31 Aug 2008 12:14:00 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KZpYu-0006wG-0c for grub-devel@gnu.org; Sun, 31 Aug 2008 12:14:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KZpYs-0006vy-Ls for grub-devel@gnu.org; Sun, 31 Aug 2008 12:13:59 -0400 Received: from [199.232.76.173] (port=46752 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZpYs-0006vv-GV for grub-devel@gnu.org; Sun, 31 Aug 2008 12:13:58 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:56660) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KZpYs-0004y9-C7 for grub-devel@gnu.org; Sun, 31 Aug 2008 12:13:58 -0400 Received: from [85.180.1.203] (e180001203.adsl.alicedsl.de [85.180.1.203]) by mrelayeu.kundenserver.de (node=mrelayeu1) with ESMTP (Nemesis) id 0MKwpI-1KZpYr0XRN-00074p; Sun, 31 Aug 2008 18:13:57 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <20080831085914.341797ab@gamma.lan> References: <87prnuw7tl.fsf@xs4all.nl> <1219918619.4598.43.camel@fz.local> <20080831085914.341797ab@gamma.lan> Content-Type: text/plain Date: Sun, 31 Aug 2008 18:13:56 +0200 Message-Id: <1220199236.4354.30.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX18xozvUK3jBmXjGmD8qWy0YcEX+L7bpHRrUWwF tVmmhUE6zgRZkZm4BAI37brukOCNImSgAm8BIGrKWgUvlr/LhH 9PdmiE7T877383ZBUWz+i9dLe3MUyQU X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) Subject: Re: [RFC] USB Support X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 16:14:00 -0000 Am Sonntag, den 31.08.2008, 08:59 -0700 schrieb Colin D Bennett: Hello Colin, > > > > Weird ` ' character which seems not to make sense. > > Actually that is a form feed character, which the GNU coding standard > recommends to be used to break up source code at logical places: Yep Marco already told me on IRC that this was with intent :) > Please use formfeed characters (control-L) to divide the program into > pages at logical places (but not within a function). It does not > matter just how long the pages are, since they do not have to fit on a > printed page. The formfeeds should appear alone on lines by > themselves. > (http://www.gnu.org/prep/standards/html_node/Formatting.html#Formatting) Thanks for the copy&paste and even the link to it. I still find it weird and I even wasn't able yet to produce them in Emacs. Control-L is the wrong key combination for it ;) -- Felix Zielcke