all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Narendra Joshi <narendraj9@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Pinning items on the mode line
Date: Sun, 19 Nov 2017 15:06:21 +0530	[thread overview]
Message-ID: <87tvxqmwyy.fsf@gmail.com> (raw)
In-Reply-To: <86zi7j10rk.fsf@zoho.com> (Emanuel Berg's message of "Sun, 19 Nov 2017 03:05:19 +0100")

Emanuel Berg <moasen@zoho.com> writes:

> Narendra Joshi wrote:
>
>> I would like to have `eyebrowse` workspaces
>> and date time always visible on the mode
>> line. Currently, when the other parts of the
>> mode line occupy more space, they are push
>> out of the visible region, e.g. while using
>> Gnus. Is there a simple way to achieve what
>> I want?
>
> You can have whatever mode line you want.
>
> Here is a config with a blank mode line for
> every mode, except for the Buffer-menu-mode,
> where the time is shown.
>
> Go nuts :)
>
> (setq-default mode-line-format
>  `(" "
>    (:eval (when (eq major-mode 'Buffer-menu-mode) (format-time-string " %H:%M")))
>    ))
Thanks for this. Here is my current `mode-line-format'

```
("%e" mode-line-front-space
 mode-line-mule-info
 mode-line-client
 mode-line-modified
 mode-line-remote
 mode-line-frame-identification
 mode-line-buffer-identification
 sml/pos-id-separator
 mode-line-position
 (vc-mode vc-mode)
 sml/pre-modes-separator
 mode-line-modes
 mode-line-misc-info
 mode-line-end-spaces)
```

I do not want to disturb the defaults here. I just want to make sure
that date time is always displayed even if it means truncating the other
parts. 

-- 
Narendra Joshi



      reply	other threads:[~2017-11-19  9:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-18 20:19 Pinning items on the mode line Narendra Joshi
2017-11-19  2:05 ` Emanuel Berg
2017-11-19  9:36   ` Narendra Joshi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tvxqmwyy.fsf@gmail.com \
    --to=narendraj9@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.