From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Minibuffer tray to display current time and date Date: Wed, 22 Apr 2015 18:07:43 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1429718887 20305 80.91.229.3 (22 Apr 2015 16:08:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Apr 2015 16:08:07 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 22 18:08:05 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 1YkxBx-0007Kr-2o for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Apr 2015 18:08:01 +0200 Original-Received: from localhost ([::1]:35977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkxBw-0000JX-47 for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Apr 2015 12:08:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkxBi-0000JL-Gr for help-gnu-emacs@gnu.org; Wed, 22 Apr 2015 12:07:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkxBh-0004Ii-5p for help-gnu-emacs@gnu.org; Wed, 22 Apr 2015 12:07:46 -0400 Original-Received: from mail-lb0-x22d.google.com ([2a00:1450:4010:c04::22d]:33373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkxBg-0004Hh-TL for help-gnu-emacs@gnu.org; Wed, 22 Apr 2015 12:07:45 -0400 Original-Received: by lbbzk7 with SMTP id zk7so184029028lbb.0 for ; Wed, 22 Apr 2015 09:07:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=p5au8wjNWlRRXMN1uAPMKXnBqmiQyMyIIvHzQdKYRPA=; b=MLWlZfdi3+6FnNDkeVn4ThXgGwY3kCLBKmHc8IPHg3+zNWxggXVWyFoQpyMAHlLCiu 7nWAKcOolbeIeQX7TfAN5W1A3HR3mBxDbQtOsCvBnqzmSukWVL6rOXbaIbEscJgY6Uza slpgN2lSWde5LqfZs71XRmZAjPkp74HMI7a1eG8o9R79NLQ5VxkbKUyt/F0vgxUGnmh5 nSRZNB9ry0tPoGOyPdfmCKSQSUB0+yHIvZLIC3AgD2XLzFzEd8uc8L5eCMDXDmwPhz7g RvRfUY4XktSJ20htGrD7tDx4YY8nJwXvCSYTfngHGQhSddi2y64PCy5LfCi0WjSGAzpQ RiVA== X-Received: by 10.152.120.70 with SMTP id la6mr25436810lab.65.1429718863170; Wed, 22 Apr 2015 09:07:43 -0700 (PDT) Original-Received: by 10.112.36.103 with HTTP; Wed, 22 Apr 2015 09:07:43 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22d X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:103941 Archived-At: Hello, I was wondering if there is a possibility to display current time and date on the right side (right-aligned) of the minibuffer (similarly to how trays do on desktops)? I'm OK with the fact that it can disappear when one uses minibuffer (for `M-x' or whatever), but it should appear again as soon as minibuffer is idle. I'm also aware of http://www.emacswiki.org/emacs/MiniBufferTray, but that seems too heavyweight for this simple goal (I'm not interested in line/column information as well). Does anybody have some pure Emacs Lisp snippets to implement this? Thanks in advance. Kind regards, Alexander