From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: andrew.suttles@gmail.com (Andrew C. Suttles) Newsgroups: gmane.emacs.help Subject: Re: greek fonts for emacs on linux Date: Wed, 21 Oct 2009 09:20:57 -0400 Message-ID: References: <4add833c$0$6569$9b4e6d93@newsspool4.arcor-online.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1256147847 11486 80.91.229.12 (21 Oct 2009 17:57:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Oct 2009 17:57:27 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Micha Borrmann Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 21 19:57:17 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N0fQx-0000eC-1B for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Oct 2009 19:57:15 +0200 Original-Received: from localhost ([127.0.0.1]:57329 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0fQw-0000sU-Hg for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Oct 2009 13:57:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0b7s-0003KD-4Z for help-gnu-emacs@gnu.org; Wed, 21 Oct 2009 09:21:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0b7m-0003C7-AU for help-gnu-emacs@gnu.org; Wed, 21 Oct 2009 09:21:14 -0400 Original-Received: from [199.232.76.173] (port=43410 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0b7l-0003BN-TI for help-gnu-emacs@gnu.org; Wed, 21 Oct 2009 09:21:10 -0400 Original-Received: from mx1.grc.nasa.gov ([128.156.11.68]:62752) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0b7k-0005qK-IR for help-gnu-emacs@gnu.org; Wed, 21 Oct 2009 09:21:08 -0400 Original-Received: from lombok-fi.grc.nasa.gov (lombok-fi.grc.nasa.gov [139.88.112.33]) by mx1.grc.nasa.gov (Postfix) with ESMTP id 7499BC2BC for ; Wed, 21 Oct 2009 09:21:06 -0400 (EDT) Original-Received: from apataki.grc.nasa.gov (apataki.grc.nasa.gov [139.88.112.35]) by lombok-fi.grc.nasa.gov (NASA GRC TCPD 8.13.8/8.13.8) with ESMTP id n9LDL5t2015783; Wed, 21 Oct 2009 09:21:05 -0400 (EDT) Original-Received: from localhost (localhost [127.0.0.1]) by apataki.grc.nasa.gov (NASA GRC TCPD 8.13.7/8.13.7) with ESMTP id n9LDL3G5009852; Wed, 21 Oct 2009 09:21:04 -0400 (EDT) Original-Received: from apataki.grc.nasa.gov ([127.0.0.1])by localhost (apataki.grc.nasa.gov [127.0.0.1]) (amavisd-new, port 10024)with ESMTP id 1glFlT2FVsVM; Wed, 21 Oct 2009 09:21:03 -0400 (EDT) Original-Received: from GR200802502.grc.nasa.gov (gr200802502.grc.nasa.gov [139.88.218.66])by apataki.grc.nasa.gov (NASA GRC TCPD 8.13.7/8.13.7) with ESMTP id n9LDKwT5009836;Wed, 21 Oct 2009 09:20:58 -0400 (EDT) In-Reply-To: <4add833c$0$6569$9b4e6d93@newsspool4.arcor-online.net> (Micha Borrmann's message of "Tue\, 20 Oct 2009 11\:30\:35 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) X-imss-version: 2.046 X-imss-result: Passed X-imss-scores: Clean:78.72073 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:1 C:1 M:2 S:2 R:2 (0.0000 0.0000) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 X-Mailman-Approved-At: Wed, 21 Oct 2009 13:54:25 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:69137 Archived-At: >Micha Borrmann writes: > > Hello, > > I use emacs to type LaTeX documents. Sometimes I copy text with greek > letters to my own documents. It will be displayed fine on my aquamacs on > OS X. But on emacs (running on Debian or Ubuntu) I see only squares > instead of greek fonts. But there are greek fonts on my systems, because > webpages are displayed fine and in my vi the greek fonts are also > displayed. What could I do, to display greek fonts in my emacs on Linux? > > Thanks for any helpful hints in advance > > Micha Micha, You can set the frame font you are using in Emacs with "set-frame-font". If you are a new user, type "c-h f" and then the name of this function to learn about setting the proper font. Andrew