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: Re: Minibuffer tray to display current time and date Date: Wed, 22 Apr 2015 18:17:02 +0200 Message-ID: References: <83k2x42lef.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1429719440 30503 80.91.229.3 (22 Apr 2015 16:17:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Apr 2015 16:17:20 +0000 (UTC) Cc: help-gnu-emacs To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 22 18:17:19 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 1YkxKv-0005tW-5N for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Apr 2015 18:17:17 +0200 Original-Received: from localhost ([::1]:36005 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkxKu-0007sx-8L for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Apr 2015 12:17:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkxKj-0007sX-BX for help-gnu-emacs@gnu.org; Wed, 22 Apr 2015 12:17:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkxKi-0007RA-IC for help-gnu-emacs@gnu.org; Wed, 22 Apr 2015 12:17:05 -0400 Original-Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:35568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkxKh-0007Qi-55; Wed, 22 Apr 2015 12:17:03 -0400 Original-Received: by labbd9 with SMTP id bd9so178953571lab.2; Wed, 22 Apr 2015 09:17:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GDonjPXG3nyjyGF3Ofeos+1i6ONAQwaBahsTYmk+XAE=; b=SzGVJuxIp3hknrL+p+y3qN5TxapWtAI+KU7iIsjrsO8Cg/nnMMj+NVTb/Kj3O4Xf4W dQBwOcnNfldbCTqBOcRqU5FlzsrYBXTF/MJdKse0tUNsCbWm7Wwh6vUZsCr/dzrfTAyY 9UfrK+6uVgFgycbqv/5Vd7F8pYwGKtZDM02dp60bMG1yx4rYVwjMBlx8qSQX5kkhAF+s EbGkHEUZKl2pfJko6gWzaZM64NyPDThBw+SUpVPnwfepSrKDwn9+RQLdF1iH7qdPFGJn 8+dNGOZ5Caz2fSURVaZPg/lkFNWTg6h3Zetef9LIRj0X58kCFyqKnyFmzZiVPt26q2gU UUwA== X-Received: by 10.152.19.199 with SMTP id h7mr2643972lae.32.1429719422154; Wed, 22 Apr 2015 09:17:02 -0700 (PDT) Original-Received: by 10.112.36.103 with HTTP; Wed, 22 Apr 2015 09:17:02 -0700 (PDT) In-Reply-To: <83k2x42lef.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22a 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:103943 Archived-At: > > You specifically want to avoid having that in the mode line, as turned > on by display-time-mode? > =E2=80=8BThat's the thing, mode line would be too cluttered then. In parti= cular, when splits are used, there is no reason to duplicate such global information as current time and date. That's why I think placing them into minibuffer might be a good idea.=E2=80=8B