GNU bug report logs -
#20628
25.0.50; Incorrect line height for some fonts
Previous Next
Full log
View this message in rfc822 format
> From: Oleh Krehel <ohwoeowho <at> gmail.com>
> Cc: clement.pitclaudel <at> live.com, 20628 <at> debbugs.gnu.org
> Date: Sat, 30 May 2015 16:32:26 +0200
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> >> I still see the problem with the current branch head. Here are my settings:
> >>
> >> (font-lock-add-keywords
> >> 'emacs-lisp-mode
> >> `((,"\\\\\\\\|"
> >> (0 font-lock-keyword-face t)
> >> (0
> >> (prog1
> >> (compose-region
> >> (match-beginning 0)
> >> (match-end 0)
> >> ,"∨")
> >> nil)))))
> >
> > Sorry, I don't understand: what do you do _after_ evaluating the
> > above, to show the problem?
> >
> > IOW, I'm guessing that your recipe is this:
> >
> > emacs -Q
> > M-: (set-frame-font "Latin Modern Math") RET
> > "M-:" to eval the above form to set up font-lock-keyword
> > and then ...?
>
> Insert this string into an `emacs-lisp-mode' buffer:
>
> "^\\|\\s-\\|\\[\\|[(`'#@~_%,]"
Thanks. I don't really see what you say, but I saw something similar,
and fix that. Could you see if your problem is fixed with the latest
branch tip?
This bug report was last modified 10 years and 38 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.