all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stephen Berman <stephen.berman@gmx.net>
To: Drew Adams <drew.adams@oracle.com>
Cc: 19551@debbugs.gnu.org
Subject: bug#19551: 25.0.50; No lighter shown for `text-scale-mode' when it should be `+0'
Date: Fri, 09 Jan 2015 23:41:34 +0100	[thread overview]
Message-ID: <87sifj8tlt.fsf@gmx.net> (raw)
In-Reply-To: <73f694e6-cb65-478a-96a2-05749ac658e0@default> (Drew Adams's message of "Fri, 9 Jan 2015 14:18:53 -0800 (PST)")

On Fri, 9 Jan 2015 14:18:53 -0800 (PST) Drew Adams <drew.adams@oracle.com> wrote:

> I don't know how or why this happens, but when buffer text is zoomed out
> and back in, so that the resulting text scale is neutral (100%, zero
> increase/decrease), the mode-line lighter should say `+0', as specified
> in the code (`face-remap.el').  For some reason, the lighter just
> disappears, as if the value of `text-scale-mode-lighter' were nil.

I don't think this is a bug.  If I understand the code correctly, the
lighter disappears because the minor mode is turned off when the text
scale is 0; see this line in `text-scale-increase':

(text-scale-mode (if (zerop text-scale-mode-amount) -1 1))

I also don't see anywhere in face-remap.el that specifies the lighter is
"+0" when the text scale is 0 (the default value of
`text-scale-mode-lighter' is "+0", but changes as soon as
text-scale-mode is enabled).

Steve Berman





  reply	other threads:[~2015-01-09 22:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-09 22:18 bug#19551: 25.0.50; No lighter shown for `text-scale-mode' when it should be `+0' Drew Adams
2015-01-09 22:41 ` Stephen Berman [this message]
2015-01-09 22:53   ` Drew Adams
2015-01-09 23:48     ` Stefan Monnier

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=87sifj8tlt.fsf@gmx.net \
    --to=stephen.berman@gmx.net \
    --cc=19551@debbugs.gnu.org \
    --cc=drew.adams@oracle.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 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.