* Emacs 22.1 Compile with Ubuntu 7.04
@ 2007-06-08 16:36 simaomm
2007-06-08 20:18 ` Taylor Venable
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: simaomm @ 2007-06-08 16:36 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
I just compiled emacs with the following configure options:
./configure --with-gtk --enable-font-backend --with-xft
But when I run emacs I get:
./emacs
No fonts match `Monospace-8'
Here's my .Xresources:
Emacs.FontBackend: xft
Emacs.font: Monospace-8
Xft.dpi: 96
Xft.hinting: None
Thank you for your help.
Simao
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Emacs 22.1 Compile with Ubuntu 7.04
2007-06-08 16:36 Emacs 22.1 Compile with Ubuntu 7.04 simaomm
@ 2007-06-08 20:18 ` Taylor Venable
2007-06-08 20:26 ` Jason Rumney
[not found] ` <mailman.1793.1181333898.32220.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 7+ messages in thread
From: Taylor Venable @ 2007-06-08 20:18 UTC (permalink / raw)
To: simaomm; +Cc: help-gnu-emacs
On Fri, 08 Jun 2007 09:36:27 -0700
simaomm@gmail.com wrote:
> Hi,
>
> I just compiled emacs with the following configure options:
>
> ./configure --with-gtk --enable-font-backend --with-xft
>
> But when I run emacs I get:
> ./emacs
> No fonts match `Monospace-8'
>
> Here's my .Xresources:
> Emacs.FontBackend: xft
> Emacs.font: Monospace-8
> Xft.dpi: 96
> Xft.hinting: None
>
> Thank you for your help.
Try running Emacs with `./emacs --enable-font-backend` and if that
fails try (in addition) a different font, maybe something like:
Emacs.font: DejaVu Sans Mono-10
You need to pass the "--enable-font-backend" both when you configure
and when you run the program.
--
Taylor Venable
taylor@metasyntax.net
http://www.metasyntax.net/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Emacs 22.1 Compile with Ubuntu 7.04
2007-06-08 16:36 Emacs 22.1 Compile with Ubuntu 7.04 simaomm
2007-06-08 20:18 ` Taylor Venable
@ 2007-06-08 20:26 ` Jason Rumney
2007-06-09 2:33 ` simaomm
[not found] ` <mailman.1793.1181333898.32220.help-gnu-emacs@gnu.org>
2 siblings, 1 reply; 7+ messages in thread
From: Jason Rumney @ 2007-06-08 20:26 UTC (permalink / raw)
To: help-gnu-emacs
sima...@gmail.com wrote:
> Hi,
>
> I just compiled emacs with the following configure options:
>
> ./configure --with-gtk --enable-font-backend --with-xft
Of those options, emacs-22.1 only supports --with-gtk.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Emacs 22.1 Compile with Ubuntu 7.04
[not found] ` <mailman.1793.1181333898.32220.help-gnu-emacs@gnu.org>
@ 2007-06-09 2:32 ` simaomm
0 siblings, 0 replies; 7+ messages in thread
From: simaomm @ 2007-06-09 2:32 UTC (permalink / raw)
To: help-gnu-emacs
On Jun 8, 9:18 pm, Taylor Venable <tay...@metasyntax.net> wrote:
> On Fri, 08 Jun 2007 09:36:27 -0700
>
>
>
> sima...@gmail.com wrote:
> > Hi,
>
> > I just compiled emacs with the following configure options:
>
> > ./configure --with-gtk --enable-font-backend --with-xft
>
> > But when I run emacs I get:
> > ./emacs
> > No fonts match `Monospace-8'
>
> > Here's my .Xresources:
> > Emacs.FontBackend: xft
> > Emacs.font: Monospace-8
> > Xft.dpi: 96
> > Xft.hinting: None
>
> > Thank you for your help.
>
> Try running Emacs with `./emacs --enable-font-backend` and if that
> fails try (in addition) a different font, maybe something like:
>
> Emacs.font: DejaVu Sans Mono-10
>
> You need to pass the "--enable-font-backend" both when you configure
> and when you run the program.
>
> --
> Taylor Venable
> tay...@metasyntax.nethttp://www.metasyntax.net/
Hi,
I did tried with a different font and with --enable-font-backend but I
still get a similar error.
Thank you for your help.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Emacs 22.1 Compile with Ubuntu 7.04
2007-06-08 20:26 ` Jason Rumney
@ 2007-06-09 2:33 ` simaomm
2007-06-09 6:47 ` poppyer
0 siblings, 1 reply; 7+ messages in thread
From: simaomm @ 2007-06-09 2:33 UTC (permalink / raw)
To: help-gnu-emacs
On Jun 8, 9:26 pm, Jason Rumney <jasonrum...@gmail.com> wrote:
> sima...@gmail.com wrote:
> > Hi,
>
> > I just compiled emacs with the following configure options:
>
> > ./configure --with-gtk --enable-font-backend --with-xft
>
> Of those options, emacs-22.1 only supports --with-gtk.
Hi,
I just compiled emacs only with --with-gtk and I get the very same
error.
Thank you,
Simao
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Emacs 22.1 Compile with Ubuntu 7.04
2007-06-09 2:33 ` simaomm
@ 2007-06-09 6:47 ` poppyer
2007-06-10 19:55 ` simaomm
0 siblings, 1 reply; 7+ messages in thread
From: poppyer @ 2007-06-09 6:47 UTC (permalink / raw)
To: help-gnu-emacs
> On Jun 8, 9:26 pm, Jason Rumney <jasonrum...@gmail.com> wrote:
> > sima...@gmail.com wrote:
> > > Hi,
> >
> > > I just compiled emacs with the following configure options:
> >
> > > ./configure --with-gtk --enable-font-backend --with-xft
> >
> > Of those options, emacs-22.1 only supports --with-gtk.
>
> Hi,
>
> I just compiled emacs only with --with-gtk and I get the very same
> error.
I think you didn't get what Jason means.
What you want (using "monospace" xft font) is a function only available
in emacs23
--
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Emacs 22.1 Compile with Ubuntu 7.04
2007-06-09 6:47 ` poppyer
@ 2007-06-10 19:55 ` simaomm
0 siblings, 0 replies; 7+ messages in thread
From: simaomm @ 2007-06-10 19:55 UTC (permalink / raw)
To: help-gnu-emacs
On Jun 9, 7:47 am, poppyer <popp...@gmail.com> wrote:
> > On Jun 8, 9:26 pm, Jason Rumney <jasonrum...@gmail.com> wrote:
> > > sima...@gmail.com wrote:
> > > > Hi,
>
> > > > I just compiled emacs with the following configure options:
>
> > > > ./configure --with-gtk --enable-font-backend --with-xft
>
> > > Of those options, emacs-22.1 only supports --with-gtk.
>
> > Hi,
>
> > I just compiled emacs only with --with-gtk and I get the very same
> > error.
>
> I think you didn't get what Jason means.
> What you want (using "monospace" xft font) is a function only available
> in emacs23
>
> --
Ah ok.
Thank you.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-06-10 19:55 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-08 16:36 Emacs 22.1 Compile with Ubuntu 7.04 simaomm
2007-06-08 20:18 ` Taylor Venable
2007-06-08 20:26 ` Jason Rumney
2007-06-09 2:33 ` simaomm
2007-06-09 6:47 ` poppyer
2007-06-10 19:55 ` simaomm
[not found] ` <mailman.1793.1181333898.32220.help-gnu-emacs@gnu.org>
2007-06-09 2:32 ` simaomm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).