From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.help Subject: Re: Emms: how to display the current track? Date: Sun, 15 Feb 2015 21:05:23 +1100 Message-ID: <877fvjo5gc.fsf@gmail.com> References: <87k2zjwl68.fsf@wmi.amu.edu.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1423994762 32556 80.91.229.3 (15 Feb 2015 10:06:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Feb 2015 10:06:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 15 11:05:53 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 1YMw5J-0007Es-ES for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Feb 2015 11:05:53 +0100 Original-Received: from localhost ([::1]:34065 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMw5I-0007Tm-KU for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Feb 2015 05:05:52 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMw52-0007Sp-DF for help-gnu-emacs@gnu.org; Sun, 15 Feb 2015 05:05:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMw4x-00044Q-EO for help-gnu-emacs@gnu.org; Sun, 15 Feb 2015 05:05:36 -0500 Original-Received: from mail-pd0-f182.google.com ([209.85.192.182]:45227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMw4x-00044L-3a for help-gnu-emacs@gnu.org; Sun, 15 Feb 2015 05:05:31 -0500 Original-Received: by pdjz10 with SMTP id z10so28774173pdj.12 for ; Sun, 15 Feb 2015 02:05:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:in-reply-to:date:message-id:mime-version :content-type; bh=BS0oFhZdwIal57K6HRMpf35MdepMVv2KW7IZStwyjhM=; b=MzHosIE6WmBX+tMQPY5UEYtKl1C+6iAP52Jzien4Ge7/oKZ1d7e57EcxWk6rsv/pJu 1UbGDA4+cbY5aWPJPILBcShfsx+PeMaIHIOqh6cNe4TSOCDFAwAKAn8jkhqz7ZmTjoYg k4t47Bxk9sSLg+7xdSrlXWFTU7iTBWHJzRKsjTBGYN70aJ/eyItqelCnhGgLl5T+8NIz HJwZltWqZl7H6GoTHuG2BDPbMaooDzfFKYdqILoIXhALvlgVBFzGDDKfTdfQf7skFd0H FNk+zQpwKHp00JBBqR2Njy+nLpKPTPQiuhvmFZzOxfIsp8txEOYBmP22bie3SWWksLCY sGXw== X-Received: by 10.68.106.226 with SMTP id gx2mr30526106pbb.78.1423994730540; Sun, 15 Feb 2015 02:05:30 -0800 (PST) Original-Received: from localhost (ppp118-209-226-212.lns20.mel8.internode.on.net. [118.209.226.212]) by mx.google.com with ESMTPSA id ug6sm11601656pab.7.2015.02.15.02.05.28 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 15 Feb 2015 02:05:29 -0800 (PST) In-reply-to: <87k2zjwl68.fsf@wmi.amu.edu.pl> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.192.182 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:102730 Archived-At: On 2015-02-15T20:58:39+1100, Marcin Borkowski said: MB> so I started using Emms, and miss one functionality: I'd like to MB> be able to display the artist/title of the currently playing MB> track in the echo area (I know I can M-x emms, but I want MB> something more lightweight, not changing my window layout). MB> Is there such a function built-in? I apropos'ed strings like MB> "info", "display", "current", but to no avail. MB> Regards, emms-show Alexis.