From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UQJr9-0005tB-09 for mharc-grub-devel@gnu.org; Thu, 11 Apr 2013 11:56:11 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQJr4-0005or-Hm for grub-devel@gnu.org; Thu, 11 Apr 2013 11:56:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQJr2-0006Um-VO for grub-devel@gnu.org; Thu, 11 Apr 2013 11:56:06 -0400 Received: from mail-la0-x233.google.com ([2a00:1450:4010:c03::233]:43773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQJr2-0006Ua-Mv for grub-devel@gnu.org; Thu, 11 Apr 2013 11:56:04 -0400 Received: by mail-la0-f51.google.com with SMTP id fo12so1643829lab.10 for ; Thu, 11 Apr 2013 08:56:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=vcC/oEq+aGqU5h0TvM4FvjYSLbzT1vntlx2NB+6aZVo=; b=OSnkVLzU5pNaMZu06M33bP01QQcMIR95F65rj9lIOT16UjxoUqCKO5Y+eDvXU3inpX sSiv8ItieLtHikjd4h3NQAmQgj3TSDdJLp3EooMZOTVUDo5t5k3VLGvJD0AmR3WoRafL xfh4V7hYMJpNmGP6u1mJhiFESDKc1sV5dRPvr54iri6+NtkSWB+4sLTA1ffc1FLBrtfc +HEVjuSbKnbsDry8hSBF4yc7lM+638dYgdV1gChM+V+yNLQmnd1kWdsVsYnzoSIx1KoD YHTo95calpDqqgQF+7uoLTuzp1IGOoqNyx6hLA0zJarS/VMUMiElNbptySzzrAuWq7Zi yICg== X-Received: by 10.112.133.137 with SMTP id pc9mr3561351lbb.74.1365695763566; Thu, 11 Apr 2013 08:56:03 -0700 (PDT) Received: from opensuse.site ([94.29.72.160]) by mx.google.com with ESMTPS id t20sm1943564lbi.5.2013.04.11.08.56.02 (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 11 Apr 2013 08:56:02 -0700 (PDT) Date: Thu, 11 Apr 2013 19:56:01 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: [3/4] [PATCH] start angle (option of circular_progress) is measured in unusual quantities Message-ID: <20130411195601.00838cdf@opensuse.site> In-Reply-To: <3795956.oYbqbziuJu@icedphoenix> References: <1777262.HjMq9z6GjJ@icedphoenix> <3795956.oYbqbziuJu@icedphoenix> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.14; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::233 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 15:56:08 -0000 В Thu, 11 Apr 2013 19:48:35 +0400 Vladimir Testov пишет: > Like that? :) > > use > start_angle = "XXX degree" > or start_angle = "XXX degrees" I think "XXX deg" is enough. It avoids confusion with single/plural forms and we just need something to distinguish from plain number. Please add also documentation for it. > for setting angle in degrees > > use > start_angle = "XXX rad" > or start_angle = "XXX rads" > for setting angle int rads > > or use > start_angle = XXX > for setting angle in "parrots", like it was before >