From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38067 Path: main.gmane.org!not-for-mail From: Pavel@Janik.cz (Pavel =?iso-8859-2?q?Jan=EDk?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: earcon.el? Date: Sun, 19 Aug 2001 23:55:43 +0200 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035173706 18838 80.91.224.250 (21 Oct 2002 04:15:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:15:06 +0000 (UTC) Cc: GNU Emacs pretest bug list Return-Path: Return-Path: Original-Received: (qmail 21268 invoked from network); 19 Aug 2001 21:59:27 -0000 Original-Received: from czlug1.razdva.cz (HELO SnowWhite.SuSE.cz) (194.212.65.172) by gnus.org with SMTP; 19 Aug 2001 21:59:27 -0000 Original-Received: by SnowWhite.SuSE.cz (PJ, from userid 500) id 1A1444C038; Mon, 20 Aug 2001 00:00:50 +0200 (CEST) Original-To: GNUS mailing list X-Face: $"d&^B_IKlTHX!y2d,3;grhwjOBqOli]LV`6d]58%5'x/kBd7.MO&n3bJ@Zkf&RfBu|^qL+ ?/Re{MpTqanXS2'~Qp'J2p^M7uM:zp[1Xq#{|C!*'&NvCC[9!|=>#qHqIhroq_S"MH8nSH+d^9*BF: iHiAs(t(~b#1.{w.d[=Z In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 19 Aug 2001 22:30:10 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.105 Original-Lines: 35 Xref: main.gmane.org gmane.emacs.gnus.general:38067 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38067 From: Lars Magne Ingebrigtsen Date: Sun, 19 Aug 2001 22:30:10 +0200 Hi, > Pavel@Janik.cz (Pavel Janík) writes: > > > What is the purpose of the variable earcon-auto-play? It is not used > > anywhere. Do you use this code at all? > > I don't think anybody uses it, but it was a fun hack. well, I started to using it - at least in works for me ;-) Please apply: 2001-08-19 Pavel Janík * earcon.el (earcon-auto-play): Remove unused option. --- earcon.el.~6.2.~ Thu Jul 26 09:15:10 2001 +++ earcon.el Sun Aug 19 23:53:20 2001 @@ -35,11 +35,6 @@ "Turn ** sounds ** into noise." :group 'gnus-visual) -(defcustom earcon-auto-play nil - "*When True, automatically play sounds as well as buttonize them." - :type 'boolean - :group 'earcon) - (defcustom earcon-prefix "**" "*String denoting the start of an earcon." :type 'string -- Pavel Janík