From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NdSrf-0005X8-PF for mharc-grub-devel@gnu.org; Fri, 05 Feb 2010 13:25:11 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdSre-0005VU-3v for grub-devel@gnu.org; Fri, 05 Feb 2010 13:25:10 -0500 Received: from [199.232.76.173] (port=34019 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdSrd-0005UU-Fm for grub-devel@gnu.org; Fri, 05 Feb 2010 13:25:09 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdSrc-0000hI-LV for grub-devel@gnu.org; Fri, 05 Feb 2010 13:25:09 -0500 Received: from mail-bw0-f219.google.com ([209.85.218.219]:55023) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdSrb-0000gq-Q3 for grub-devel@gnu.org; Fri, 05 Feb 2010 13:25:08 -0500 Received: by bwz19 with SMTP id 19so44409bwz.8 for ; Fri, 05 Feb 2010 10:25:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=DJelVdd7tpTSIP8A8aGLuPp/dV66dG8B90I5IiYpMEU=; b=vLG1dAj5xTxqBZg+ThPscF5NjOFf26YW28sQEKQ73lkb0AuZ5zLsm1RVokBOLr04Wd biAPODfpRd3JcAeRUpwLDrLFpn7DPUk9CQQBOZ9r+WUnW5awJMkJiqs9MJxQ7RCN+f7O HDqMXdLqwJOx5Y3QiH68M6cDHtGm6E0XAcTh8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=g54FNecpuOgLD9D/zHNzGI9fYSzGDiKcBTMsZV7wPxyBzOyjnjC3U1WOd9QGvoJsmB Z23Pi2A2d+HqXA1x+tWcO5hTqWy+Xzj5GUN5OoX2w3T+CuIP7fsftWJC8xwT1HDixUCh +Qh5VU2+7knuK2GV/WdosTPElB8pWxbIv89Tc= Received: by 10.204.49.73 with SMTP id u9mr507744bkf.81.1265394306770; Fri, 05 Feb 2010 10:25:06 -0800 (PST) Received: from debian.bg45.phnet (gprs41.swisscom-mobile.ch [193.247.250.41]) by mx.google.com with ESMTPS id 13sm765395bwz.6.2010.02.05.10.25.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 05 Feb 2010 10:25:05 -0800 (PST) Message-ID: <4B6C6277.7090600@gmail.com> Date: Fri, 05 Feb 2010 19:24:55 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: The development of GNU GRUB References: <20100202130916.GH6401@const.bordeaux.inria.fr> <1265119787.2605.2.camel@fz.local> <20100202230043.GA7619@const.famille.thibault.fr> <4B6C4CB2.1040805@gmail.com> <20100205181118.GE5621@const.c.hospitality.swisscom.com> In-Reply-To: <20100205181118.GE5621@const.c.hospitality.swisscom.com> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig923E6CFC6EA0C15858CD1D5D" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: beep support? X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 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: Fri, 05 Feb 2010 18:25:10 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig923E6CFC6EA0C15858CD1D5D Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Samuel Thibault wrote: > Vladimir '=CF=86-coder/phcoder' Serbinenko, le Fri 05 Feb 2010 17:52:02= +0100, a =C3=A9crit : > =20 >> Could you detail at which events beep should be produced and propose a= >> patch to add appropriate hooks? >> =20 > > A beep just when the menu is first drawn is already a good thing and is= > trivial to add by just calling play in the main menu. > > An additional very useful hook would be when browsing between items: > giving a play file name for each different menu entry for instance. > =20 What do you think about a syntax like this: menuentry "blah bla" { ... } onselect { play abcd } > Samuel > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > =20 --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig923E6CFC6EA0C15858CD1D5D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iF4EAREKAAYFAktsYn0ACgkQNak7dOguQgkt5gD/c0dJ2s+BYTAw1IIOLRLConoD 42SqFzgJoq2A/4m8cXUA/06voH2TjfX3otQfnY66Ei/CeTzrrWnI1N4+DPZJ5uJC =Gg0D -----END PGP SIGNATURE----- --------------enig923E6CFC6EA0C15858CD1D5D--