From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#11889: 23.4; Emacs 23.4.1 jump from one font to another ever all needed chars precent in single font. 22.2.1 work fine. Date: Tue, 10 Jul 2012 00:31:13 +0300 Organization: JURTA Message-ID: <87zk78d3ku.fsf@mail.jurta.org> References: <87r4sl9hyy.fsf@desktop.home.int> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1341869575 27154 80.91.229.3 (9 Jul 2012 21:32:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Jul 2012 21:32:55 +0000 (UTC) Cc: 11889@debbugs.gnu.org To: Oleksandr Gavenko Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 09 23:32:52 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SoLZa-0007zm-5k for geb-bug-gnu-emacs@m.gmane.org; Mon, 09 Jul 2012 23:32:50 +0200 Original-Received: from localhost ([::1]:60936 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoLZZ-0003RM-3V for geb-bug-gnu-emacs@m.gmane.org; Mon, 09 Jul 2012 17:32:49 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoLZW-0003R2-V1 for bug-gnu-emacs@gnu.org; Mon, 09 Jul 2012 17:32:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoLZV-00042W-8o for bug-gnu-emacs@gnu.org; Mon, 09 Jul 2012 17:32:46 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoLZV-00042L-5S for bug-gnu-emacs@gnu.org; Mon, 09 Jul 2012 17:32:45 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SoLeb-0004pd-KL for bug-gnu-emacs@gnu.org; Mon, 09 Jul 2012 17:38:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 09 Jul 2012 21:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11889 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11889-submit@debbugs.gnu.org id=B11889.134186984118522 (code B ref 11889); Mon, 09 Jul 2012 21:38:01 +0000 Original-Received: (at 11889) by debbugs.gnu.org; 9 Jul 2012 21:37:21 +0000 Original-Received: from localhost ([127.0.0.1]:58624 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SoLdx-0004oe-I0 for submit@debbugs.gnu.org; Mon, 09 Jul 2012 17:37:21 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:53557 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SoLdu-0004oT-Qn; Mon, 09 Jul 2012 17:37:20 -0400 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id C540B451CAB6; Mon, 9 Jul 2012 14:31:59 -0700 (PDT) In-Reply-To: <87r4sl9hyy.fsf@desktop.home.int> (Oleksandr Gavenko's message of "Mon, 09 Jul 2012 16:33:57 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:61775 Archived-At: merge 11889 4895 thanks > I don't know if it possible to work around this issue. This is the same problem like in the bug#4895 As recommended in http://debbugs.gnu.org/4895 you can do: (set-fontset-font "fontset-default" 'cyrillic (font-spec :registry "iso10646-1" :script 'cyrillic)) But it seems the same problem exists for the Latin script too that uses ISO8859-1 instead of ISO10646-1.