all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* correctly building emacs with lucid
@ 2017-06-23 23:38 Filipe Silva
  2017-06-24  0:40 ` andrés ramírez
  2017-06-24  3:48 ` James Cloos
  0 siblings, 2 replies; 3+ messages in thread
From: Filipe Silva @ 2017-06-23 23:38 UTC (permalink / raw)
  To: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 667 bytes --]

Gentleman, I have a successful build script that builds emacs inside a
Centos docker container using the gtk toolkit (default)


I changed that now to build emacs with lucid. I've managed to build it. All
that I did was: dropping the gtk-devel lib, add the libpng-devel lib and
drop a --with-x-toolkit=lucid in the ./configure line.


But here's the problem: I does not recognize the fonts I have in my
~/.fonts (I used fc-cache).


It seems that lucid emacs can only use crappy fonts. What is happening?

Do I have to pass another option to ./configure to get my fonts going? Or
maybe I have to install an appropriate library before ./configure?


thanks in advance

[-- Attachment #2: Type: text/html, Size: 2128 bytes --]

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

* Re: correctly building emacs with lucid
  2017-06-23 23:38 correctly building emacs with lucid Filipe Silva
@ 2017-06-24  0:40 ` andrés ramírez
  2017-06-24  3:48 ` James Cloos
  1 sibling, 0 replies; 3+ messages in thread
From: andrés ramírez @ 2017-06-24  0:40 UTC (permalink / raw)
  To: Filipe Silva; +Cc: Emacs developers

Add below on configure:
--8<---------------cut here---------------start------------->8---
--with-xft
--8<---------------cut here---------------end--------------->8---

AR
Filipe Silva wrote:
> 
> Do I have to pass another option to ./configure to get my fonts going? Or maybe I have to install an appropriate library before ./
> configure?



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

* Re: correctly building emacs with lucid
  2017-06-23 23:38 correctly building emacs with lucid Filipe Silva
  2017-06-24  0:40 ` andrés ramírez
@ 2017-06-24  3:48 ` James Cloos
  1 sibling, 0 replies; 3+ messages in thread
From: James Cloos @ 2017-06-24  3:48 UTC (permalink / raw)
  To: Filipe Silva; +Cc: Emacs developers

You probably also want --with-xft.

And maybe also --with-libotf --with-m17n-flt

-JimC
-- 
James Cloos <cloos@jhcloos.com>         OpenPGP: 0x997A9F17ED7DAEA6



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

end of thread, other threads:[~2017-06-24  3:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-23 23:38 correctly building emacs with lucid Filipe Silva
2017-06-24  0:40 ` andrés ramírez
2017-06-24  3:48 ` James Cloos

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.