From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francesco Mazzoli Newsgroups: gmane.emacs.help Subject: Re: emacs and fallback fonts Date: Thu, 22 Mar 2012 22:00:31 +0000 Message-ID: <4F6BA0FF.1030604@mazzo.li> References: <4F6538CD.1050007@mazzo.li> <4F6740DD.7070806@mazzo.li> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1332453647 6696 80.91.229.3 (22 Mar 2012 22:00:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Mar 2012 22:00:47 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 22 23:00:46 2012 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 1SAq3n-0003CH-Sj for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Mar 2012 23:00:44 +0100 Original-Received: from localhost ([::1]:44887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAq3n-0003MJ-8J for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Mar 2012 18:00:43 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAq3i-0003M7-Dy for help-gnu-emacs@gnu.org; Thu, 22 Mar 2012 18:00:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAq3g-00066P-83 for help-gnu-emacs@gnu.org; Thu, 22 Mar 2012 18:00:37 -0400 Original-Received: from mail-we0-f169.google.com ([74.125.82.169]:60591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAq3g-00066A-1V for help-gnu-emacs@gnu.org; Thu, 22 Mar 2012 18:00:36 -0400 Original-Received: by werj55 with SMTP id j55so2874898wer.0 for ; Thu, 22 Mar 2012 15:00:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=y5eCxJOmtsdZhzxbcrgyve1C+fvJC7jSlfBgxCqwLLY=; b=Ra1VI31os+wFZomZxB+z5XkFQ7Rgg6qHBXUUW+OBqOs4Bvpvq37M1iq4rb9zOrfGju FOmf4F7y742jVmlQi+XPQZRQgccxdWxY5hyRNy9JrRyVIKUgxbXOXDOCfvi6EWCBNOW3 be49s42M9zodxpg8v+pdvkDEOFDg0A0kv2E/dOAte6zTeFeSZw4UERcGxOYcj2uhqTvN rRuz96o3ak7XF7L5KOPEn49xmcsbGsYddfOYY9V7BJRH5IsVRxwVYzf0T0nfQ/ekqhUx IKBPxXCl5IU4rfk0ekEbORN7PoIhB2td7VXDw6TnTvVwHoJBV+XtjFMAHqoZnPzaeRpt WlmA== Original-Received: by 10.180.101.72 with SMTP id fe8mr1114934wib.4.1332453632627; Thu, 22 Mar 2012 15:00:32 -0700 (PDT) Original-Received: from [192.168.0.4] (host86-157-215-30.range86-157.btcentralplus.com. [86.157.215.30]) by mx.google.com with ESMTPS id n8sm13993031wix.10.2012.03.22.15.00.31 (version=SSLv3 cipher=OTHER); Thu, 22 Mar 2012 15:00:32 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 In-Reply-To: X-Gm-Message-State: ALoCoQloG2JPAA191nfM6r2BknXogFxjbFvEwEWeDNpe5I4+CJ7+G1/mjpjxeaToLehDp8uhIvwR X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.169 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:84094 Archived-At: > See here for creating font sets which tell GNU Emacs which particular glyphs are to be taken from other fonts: http://www.emacswiki.org/emacs/FontSets. The file can become large... Yes, I guess I could manually set each character, but I was hoping for a more general solution... Francesco.