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: Mark Oteiza <mvoteiza <at> udel.edu>
Subject: bug#21404: closed (Re: bug#21404: 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 bug report

#21404: 25.0.50; vc git mode-line 'font property cut off

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 21404 <at> debbugs.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: 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.

[Message part 3 (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"



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.