From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alex Kost Newsgroups: gmane.emacs.help Subject: Re: Emms: how to display the current track? Date: Mon, 16 Feb 2015 17:01:22 +0300 Message-ID: <87k2ziq7kd.fsf@gmail.com> References: <87k2zjwl68.fsf@wmi.amu.edu.pl> <877fvjo5gc.fsf@gmail.com> <87fva7wioe.fsf@wmi.amu.edu.pl> <873866x18p.fsf@wmi.amu.edu.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424095315 28735 80.91.229.3 (16 Feb 2015 14:01:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Feb 2015 14:01:55 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Marcin Borkowski Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 16 15:01:46 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YNMF7-0002WL-T1 for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Feb 2015 15:01:46 +0100 Original-Received: from localhost ([::1]:39643 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNMF7-000696-8m for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Feb 2015 09:01:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNMEw-000691-4P for help-gnu-emacs@gnu.org; Mon, 16 Feb 2015 09:01:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNMEq-0001pE-M5 for help-gnu-emacs@gnu.org; Mon, 16 Feb 2015 09:01:34 -0500 Original-Received: from mail-la0-f50.google.com ([209.85.215.50]:41821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNMEq-0001ou-E7 for help-gnu-emacs@gnu.org; Mon, 16 Feb 2015 09:01:28 -0500 Original-Received: by labpv20 with SMTP id pv20so28479462lab.8 for ; Mon, 16 Feb 2015 06:01:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=ebN26eDkbJbITRXQaFhzjcTdTlrJ5zwA2bkeEhj3R38=; b=e8DZWAFriKpA3khn1pkci+FrEJE3UvxW1aYR0cirI4u4aA6yTUq3lUgUuxcJd9S5nj vxTxYVBtrCo5GOCoeGyLhht+1oplfditgrkBPsvwZyNDE7ZYd4el/FqlKY37dyOn2AMQ VYOYQaV4lHM/vZLdKdZjWzjTUl9kNv584zV5djouSF5sgAZY6XeaR6U6M6WF7H56aW5k Eo1vXWg6VUWMjmBr2lv7AIMyoXlLVxzgI3OH0WxyPA/M3CadDkGFp+Rh8RJoXUyYNiEU +GnXBTSoNHJT8hT6zbWBc+KUw9AM6zboGMzkFwD3X9gTMjHGQSQYJt2smrsCf6WJxlKK IwMA== X-Received: by 10.112.183.130 with SMTP id em2mr2871418lbc.53.1424095286920; Mon, 16 Feb 2015 06:01:26 -0800 (PST) Original-Received: from leviafan ([217.107.192.189]) by mx.google.com with ESMTPSA id w9sm1475425laj.24.2015.02.16.06.01.25 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Feb 2015 06:01:26 -0800 (PST) In-Reply-To: <873866x18p.fsf@wmi.amu.edu.pl> (Marcin Borkowski's message of "Sun, 15 Feb 2015 23:23:50 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.215.50 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102745 Archived-At: Marcin Borkowski (2015-02-16 01:23 +0300) wrote: > On 2015-02-15, at 11:52, Marcin Borkowski wrote: > > OK, so now I'm looking for one more: a function which would return the > status of the player (stopped/playing/paused). There are 2 variables for that: - `emms-player-playing-p' (shows if a player is stopped or not); - `emms-player-paused-p'. -- Alex