From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vladimir Panteleev Newsgroups: gmane.emacs.help Subject: Use 7x13 fixed X font for Cyrillic Date: Fri, 26 Feb 2016 17:59:39 -0800 (PST) Message-ID: <2b5da096-ab4d-4803-9a62-dbed5c036514@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1456559052 12482 80.91.229.3 (27 Feb 2016 07:44:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Feb 2016 07:44:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 27 08:44:11 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 1aZZXv-0002yd-J0 for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Feb 2016 08:44:11 +0100 Original-Received: from localhost ([::1]:53666 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZZXu-00028N-VR for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Feb 2016 02:44:10 -0500 X-Received: by 10.13.238.130 with SMTP id x124mr3749818ywe.53.1456538380472; Fri, 26 Feb 2016 17:59:40 -0800 (PST) X-Received: by 10.50.2.36 with SMTP id 4mr18444igr.2.1456538380397; Fri, 26 Feb 2016 17:59:40 -0800 (PST) Original-Path: usenet.stanford.edu!y89no4371311qge.0!news-out.google.com!pn7ni3378igb.0!nntp.google.com!hb3no9398416igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=89.28.117.31; posting-account=-bDLLQoAAABSuVFbW3VCrbfQMY4zeJ3c Original-NNTP-Posting-Host: 89.28.117.31 User-Agent: G2/1.0 Injection-Date: Sat, 27 Feb 2016 01:59:40 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:217039 X-Mailman-Approved-At: Sat, 27 Feb 2016 02:44:01 -0500 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:109334 Archived-At: Hi, When I use: (set-face-attribute 'default nil :font "7x13") Emacs seems to use a different font for the Cyrillic (and some other non-ASCII) characters, apparently 12x13: http://dump.thecybershadow.net/69ef3dd90f228f8989f5b0f11aa0b281/emacs-cyrillic.png However, I can use 7x13 for Cyrillic in rxvt-unicode, so the font does exist and is usable. I've tried variations of this, with no effect: (set-fontset-font "fontset-default" 'cyrillic-iso8859-5 (font-spec :font "7x13")) Can I get Emacs to use this font, or is it an Emacs bug?