unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Narendra Joshi <narendraj9@gmail.com>
Cc: Emacs Devel <emacs-devel@gnu.org>
Subject: Re: Face text property for `minor-mode-alist` item.
Date: Sun, 27 Dec 2020 23:09:39 +0100	[thread overview]
Message-ID: <878s9i99zw.fsf@gnus.org> (raw)
In-Reply-To: <87im8nz3i9.fsf@gmail.com> (Narendra Joshi's message of "Sun, 27 Dec 2020 16:13:02 +0100")

Narendra Joshi <narendraj9@gmail.com> writes:

> Is this a bug in Emacs or is this expected behaviour?

It's expected (but possibly under-documented?) behaviour -- the mode
line code tries to be super-efficient, and doesn't allow text to have
different text properties.  As you've discovered, it only uses the text
property from the first character, and uses that over the entire text
fragment.

You have to use the special (:propertize ...) mode line constructs (and
chop up the text) to get more fine-grained text properties in the mode
line.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



  reply	other threads:[~2020-12-27 22:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-27 15:13 Face text property for `minor-mode-alist` item Narendra Joshi
2020-12-27 22:09 ` Lars Ingebrigtsen [this message]
2020-12-27 23:46   ` Narendra Joshi
2020-12-28  1:19     ` Lars Ingebrigtsen
2020-12-28  1:46       ` Narendra Joshi

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=878s9i99zw.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=emacs-devel@gnu.org \
    --cc=narendraj9@gmail.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).