emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#21404: closed (25.0.50; vc git mode-line 'font pro


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#21404: closed (25.0.50; vc git mode-line 'font property cut off)
Date: Thu, 03 Sep 2015 12:38:02 +0000

Your message dated Thu, 3 Sep 2015 15:37:35 +0300
with message-id <address@hidden>
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
address@hidden)


-- 
21404: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21404
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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"



--- End Message ---
--- Begin Message --- Subject: Re: bug#21404: 25.0.50; vc git mode-line 'font property cut off Date: Thu, 3 Sep 2015 15:37:35 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Thunderbird/40.0
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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]