all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs CVS 22.0.90 and XFT fonts on ubuntu-powerbook ?
@ 2006-11-10 22:39 Bastien
  2006-11-10 23:03 ` Olive
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bastien @ 2006-11-10 22:39 UTC (permalink / raw)


Hi,

i just compiled Emacs following the instructions found here:
<http://www.emacswiki.org/cgi-bin/wiki/XftGnuEmacs>

I expected anti-aliased fonts, but 

  emacs --enable-font-backend --font "Bitstream Vera Sans Mono-10"

yields a somewhat disappointing 

  "No fonts match: Bitstream Vera Sans Mono-10"

I'm sure i'm missing something very obvious, maybe not directly
related to Emacs.  I'm running Emacs from within ratpoison - Ubuntu
edgy on a powerbook G4.

Any hint would be very welcome!

-- 
Bastien

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Emacs CVS 22.0.90 and XFT fonts on ubuntu-powerbook ?
  2006-11-10 22:39 Emacs CVS 22.0.90 and XFT fonts on ubuntu-powerbook ? Bastien
@ 2006-11-10 23:03 ` Olive
  2006-11-11  0:13 ` Peter Dyballa
  2006-11-11  3:19 ` Brep
  2 siblings, 0 replies; 5+ messages in thread
From: Olive @ 2006-11-10 23:03 UTC (permalink / raw)


Bastien wrote:
> Hi,
> 
> i just compiled Emacs following the instructions found here:
> <http://www.emacswiki.org/cgi-bin/wiki/XftGnuEmacs>
> 
> I expected anti-aliased fonts, but 
> 
>   emacs --enable-font-backend --font "Bitstream Vera Sans Mono-10"
> 
> yields a somewhat disappointing 
> 
>   "No fonts match: Bitstream Vera Sans Mono-10"
> 
> I'm sure i'm missing something very obvious, maybe not directly
> related to Emacs.  I'm running Emacs from within ratpoison - Ubuntu
> edgy on a powerbook G4.
> 
> Any hint would be very welcome!
> 

I do not know this version of emacs, but under the standard emacs, you 
can get a list of the fonts seen by emacs by evaluating the following 
expression:

(print (x-list-fonts "*") (current-buffer))

(to evaluate an expression, type it in a buffer, place the cursor right 
after it and Press C-x C-e)

Olive

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Emacs CVS 22.0.90 and XFT fonts on ubuntu-powerbook ?
  2006-11-10 22:39 Emacs CVS 22.0.90 and XFT fonts on ubuntu-powerbook ? Bastien
  2006-11-10 23:03 ` Olive
@ 2006-11-11  0:13 ` Peter Dyballa
  2006-11-11  3:19 ` Brep
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Dyballa @ 2006-11-11  0:13 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 10.11.2006 um 23:39 schrieb Bastien:

>   "No fonts match: Bitstream Vera Sans Mono-10"

Did you invoke fc-list to see all fonts? Another reason can be that  
the Bitstream Vera fonts are not seen from fontconfig. Using this  
extension you leave the well-known world of X11 and its fontpath  
setting. Fontconfig has its own (set of) configuration file(s) in / 
etc and at HOME. And it uses cache files. Upon first launch of a  
fontconfig using application it might take some minutes (could be 10  
or 15) to build the cache files.

--
Greetings

   Pete

The box said "Use Windows 95 or better," so I got a Macintosh.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Emacs CVS 22.0.90 and XFT fonts on ubuntu-powerbook ?
  2006-11-10 22:39 Emacs CVS 22.0.90 and XFT fonts on ubuntu-powerbook ? Bastien
  2006-11-10 23:03 ` Olive
  2006-11-11  0:13 ` Peter Dyballa
@ 2006-11-11  3:19 ` Brep
  2006-11-11 12:46   ` Bastien
  2 siblings, 1 reply; 5+ messages in thread
From: Brep @ 2006-11-11  3:19 UTC (permalink / raw)


Bastien <bzgNOSPAM@altern.org> writes:

> i just compiled Emacs following the instructions found here:
> <http://www.emacswiki.org/cgi-bin/wiki/XftGnuEmacs>

This version of Emacs doesn't support XFT fonts. What you need is the
emacs-unicode-2 branch in the CVS repository, you can checkout the
source code with this command:

cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs \
    co -r emacs-unicode-2 emacs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Emacs CVS 22.0.90 and XFT fonts on ubuntu-powerbook ?
  2006-11-11  3:19 ` Brep
@ 2006-11-11 12:46   ` Bastien
  0 siblings, 0 replies; 5+ messages in thread
From: Bastien @ 2006-11-11 12:46 UTC (permalink / raw)


Brep <brep@smth.org> writes:

> Bastien <bzgNOSPAM@altern.org> writes:
>
>> i just compiled Emacs following the instructions found here:
>> <http://www.emacswiki.org/cgi-bin/wiki/XftGnuEmacs>
>
> This version of Emacs doesn't support XFT fonts. What you need is the
> emacs-unicode-2 branch in the CVS repository, you can checkout the
> source code with this command:
>
> cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs \
>     co -r emacs-unicode-2 emacs

Works great - thank!

-- 
Bastien

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-11-11 12:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-10 22:39 Emacs CVS 22.0.90 and XFT fonts on ubuntu-powerbook ? Bastien
2006-11-10 23:03 ` Olive
2006-11-11  0:13 ` Peter Dyballa
2006-11-11  3:19 ` Brep
2006-11-11 12:46   ` Bastien

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.