all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Oleksandr Gavenko <gavenkoa@gmail.com>
Cc: 28535@debbugs.gnu.org
Subject: bug#28535: 25.2; Composed charater colon slows down Emacs performance while you in buffer with this character
Date: Thu, 21 Sep 2017 20:06:47 +0300	[thread overview]
Message-ID: <CAFNJpng3m2K-VWKWOOHKtCZcbHUHMZc1w8GB_c+TL8dPLdxeGA@mail.gmail.com> (raw)
In-Reply-To: <83h8vwdmic.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1577 bytes --]

On Thu, Sep 21, 2017 at 7:50 PM, Eli Zaretskii <eliz@gnu.org> wrote:

> > From: Oleksandr Gavenko <gavenkoa@gmail.com>
> > Date: Thu, 21 Sep 2017 19:12:25 +0300
> > Cc: 28535@debbugs.gnu.org
> >
> > With:
> >
> > (setq inhibit-compacting-font-caches t)
> >
> > redisplay lags was disappeared on cursor moves.
>
> Great, then I guess this bug can be closed?
>
> Yes. Though I prefer to set:

(set-fontset-font nil 'symbol "DejaVu Sans Mono-10:antialias=none")

Emacs font fallback mechanism started to pick "DejaVu Sans Mono" even when
special characters is defined to be displayed with Symbola.

> Is it possible to adjust font choosing preference to try well known fonts
> (like DejaVu) before falling to ugly and
> > buggy MS Gothic? So other Emacs users will have less problems on Windows
> .
>
> We already do that by default, but we prefer Symbola, as its coverage
> is much better.
>
> If you want to use DejaVu Sans Mono instead, you can customize your
> fontset accordingly, see fontset.el for examples of how to do that.
>

OK. It seems a bit complicated to configure too many character regions. As
I wrote above Emacs somehow started to prefer "DejaVu Sans Mono" as
fallback font and I don't need to do anything else for now.

But it is better to install necessary fonts. At least I know where to
search for spec.

For example it is very surprising to see specific font for drawing boxes:

  ;; Box Drawing and Block Elements
  (set-fontset-font "fontset-default" '(#x2500 . #x259F)
                    '("FreeMono" . "iso10646-1") nil 'prepend)

Thanks for support!

[-- Attachment #2: Type: text/html, Size: 2670 bytes --]

  reply	other threads:[~2017-09-21 17:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-21 10:35 bug#28535: 25.2; Composed charater colon slows down Emacs performance while you in buffer with this character Oleksandr Gavenko
2017-09-21 10:50 ` Eli Zaretskii
2017-09-21 16:12   ` Oleksandr Gavenko
2017-09-21 16:50     ` Eli Zaretskii
2017-09-21 17:06       ` Oleksandr Gavenko [this message]
2017-09-21 17:18         ` Eli Zaretskii

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=CAFNJpng3m2K-VWKWOOHKtCZcbHUHMZc1w8GB_c+TL8dPLdxeGA@mail.gmail.com \
    --to=gavenkoa@gmail.com \
    --cc=28535@debbugs.gnu.org \
    /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.