From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Pavel Hlavnicka Newsgroups: gmane.emacs.help Subject: faces and fontsets Date: Thu, 20 Mar 2003 16:06:10 +0100 Organization: Czech Technical University Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1048174074 23882 80.91.224.249 (20 Mar 2003 15:27:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 20 Mar 2003 15:27:54 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 20 16:27:53 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18w1xQ-0006Cx-00 for ; Thu, 20 Mar 2003 16:27:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18w1vG-0001sr-07 for gnu-help-gnu-emacs@m.gmane.org; Thu, 20 Mar 2003 10:25:38 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news-FFM2.ecrc.net!news.cesnet.cz!crax.cesnet.cz!news.felk.cvut.cz!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: angrest.gingerall.cz Original-X-Trace: ns.felk.cvut.cz 1048172746 28897 212.24.153.10 (20 Mar 2003 15:05:46 GMT) Original-X-Complaints-To: usenet@ns.felk.cvut.cz Original-NNTP-Posting-Date: Thu, 20 Mar 2003 15:05:46 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030314 X-Accept-Language: en, cs Original-Xref: shelby.stanford.edu gnu.emacs.help:111253 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7754 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7754 Hi all, the documentation says, that the family field of the face may be a fontset name. It seems be right, but I have problem with international characters if I'm using faces with non default font family. 1) I create a fontset during the startup, which is then used for all frames. This fontset maps iso-8859-2 characters to an appropriate font. 2) Any custom faces derived from this by default used fontset works fine for international characters. ... but the variable-pitch face overrides the family field. Any faced derived from variable-pitch (like info mode titles) displays international characters from the default (non variable) fontset. If I call (set-face-font 'variable-pitch "xxx") with the fontset name, it works, but (face-font) returns the font string representation with registry and encoding of 'iso8859-2'. It could be the problem, i guess. Has anybody some experience or hint for me? Many thanks in advance Pavel -- Pavel Hlavnicka Ginger Alliance www.gingerall.com