From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Javier Newsgroups: gmane.emacs.help Subject: Re: Use 7x13 fixed X font for Cyrillic Date: Sat, 27 Feb 2016 23:23:53 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: <2b5da096-ab4d-4803-9a62-dbed5c036514@googlegroups.com> <0ea00ce7-49b2-4025-9bad-1c6eefe3cf7e@googlegroups.com> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1456615527 2001 80.91.229.3 (27 Feb 2016 23:25:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Feb 2016 23:25:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 28 00:25:26 2016 Return-path: Envelope-to: geh-help-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 1aZoEl-00062K-Gv for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Feb 2016 00:25:23 +0100 Original-Received: from localhost ([::1]:56752 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZoEh-0000mn-A5 for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Feb 2016 18:25:19 -0500 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!feeder.erje.net!2.eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: NpGanX2njae9ZwyoZgDYiQ.user.gioia.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: tin/2.2.1-20140504 ("Tober an Righ") (UNIX) (Linux/3.18.6-1-ARCH (x86_64)) X-Notice: Filtered by postfilter v. 0.8.2 Original-Xref: usenet.stanford.edu gnu.emacs.help:217053 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:109346 Archived-At: > Unfortunately that still produces 12x13 Cyrillic glyphs. Now I realize what it happens. Latin characters are in 7x13, but Cyrillic appear in 12x13. >From (info "(emacs) Modifying Fontsets") Fontsets do not always have to be created from scratch. If only minor changes are required it may be easier to modify an existing fontset. Modifying `fontset-default' will also affect other fontsets that use it as a fallback, so can be an effective way of fixing problems with the fonts that Emacs chooses for a particular script. Fontsets can be modified using the function `set-fontset-font', specifying a character, a charset, a script, or a range of characters to modify the font for, and a font specification for the font to be used. Some examples are: This should do the job ;; Use 7x13 for unicode charset. (set-fontset-font "fontset-default" 'unicode "-misc-fixed-medium-r-normal--13-120-75-75-c-70-iso10646-1") In any case, it looks like a bug, emacs by default should not resort by default to 12x13. The font 7x13 with iso10646-1 already contains Cyrillic characters.