GNU bug report logs - #21404
25.0.50; vc git mode-line 'font property cut off

Previous Next

Package: emacs;

Reported by: Mark Oteiza <mvoteiza <at> udel.edu>

Date: Thu, 3 Sep 2015 05:19:01 UTC

Severity: normal

Found in version 25.0.50

Done: Dmitry Gutov <dgutov <at> yandex.ru>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Dmitry Gutov <dgutov <at> yandex.ru>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#21404: closed (25.0.50; vc git mode-line 'font property cut off)
Date: Thu, 03 Sep 2015 12:38:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 3 Sep 2015 15:37:35 +0300
with message-id <55E83F0F.9070507 <at> yandex.ru>
and subject line Re: bug#21404: 25.0.50; vc git mode-line 'font property cut off
has caused the debbugs.gnu.org bug report #21404,
regarding 25.0.50; vc git mode-line 'font property cut off
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
21404: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21404
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mark Oteiza <mvoteiza <at> udel.edu>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.0.50; vc git mode-line 'font property cut off
Date: Thu, 03 Sep 2015 01:18:22 -0400
Hi,

The following commit

http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=21d6414a4

breaks fontification of the vc git mode line string.

  (vc-default-mode-line-string 'Git "~/foo/bar")
  => #("Git-a071fefe36be6069f5b66467767b9e88c73a5bf6" 0 44 (help-echo "Up to date file under the Git version control system" face vc-up-to-date-state))

  (replace-regexp-in-string
   (concat "a071fefe36be6069f5b66467767b9e88c73a5bf6" "\\'")
   "master"
   (vc-default-mode-line-string 'Git "~/.zshenv")
   t t)
  => #("Git-master" 0 4 (help-echo "Up to date file under the Git version control system" face vc-up-to-date-state))

So, only "Git-" is given the face, instead of the whole "Git-master"


[Message part 3 (message/rfc822, inline)]
From: Dmitry Gutov <dgutov <at> yandex.ru>
To: Mark Oteiza <mvoteiza <at> udel.edu>, 21404-done <at> debbugs.gnu.org
Subject: Re: bug#21404: 25.0.50; vc git mode-line 'font property cut off
Date: Thu, 3 Sep 2015 15:37:35 +0300
On 09/03/2015 08:18 AM, Mark Oteiza wrote:

> So, only "Git-" is given the face, instead of the whole "Git-master"

Sorry about that, I didn't test it in vanilla Emacs.

Should be fixed now.


This bug report was last modified 9 years and 320 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.