> "Jeff" == Jeff Sparkes <jsparkes(a)gmail.com>
writes:
> On Wed, Nov 20, 2013 at 5:07 AM, Uwe Brauer <oub(a)mat.ucm.es> wrote:
>>
> "Jeff" == Jeff Sparkes
<jsparkes(a)gmail.com> writes:
>>
In theory, (setq default-frame-plist '(height 20)) should work.
In
practice, I had to edit frame-gtk.c and replace three instances of 40 with
20 to get a 20 line high frame. I just checked in a change setting the
default height to 24, which should help you.
Right the setq does not work. I already tried out the changes in frame-gtk.c
BTW sorry for the naive question, I deleted frame-gtk.o and run make
again which besides compiling the frame-gtk did also all the lisp
stuff. Is this necessary to do this way?
Go into src/faces.c and look for "Monospace 10". The 10 is
the point size.
I don't actually know where the Hebrew characters are coming from. Trying
putting unifont first with a larger font size. Make sure it's installed;
ubuntu doesn't select it by default.
The default font might be Deja Vu Sans Mono. GTK makes it rather hard to
find out.
Ok I did the following changes
/* Note that fontconfig can search for several font families in one
call. We should use this facility. */
"Monospace-14",
^^^^^^^^^^^^^^^
/* do we need to worry about non-Latin characters for monospace?
No, at least in Debian's implementation of Xft.
We should recommend that "gothic" and "mincho" aliases be created?
*/
"Sazanami Mincho-12",
/* Japanese #### add encoding info? */
/* Arphic for Chinese? */
/* Korean */
#elif defined (HAVE_GTK)
"Monospace 14",
^^^^^^^^^^^^^^^^^
"Sazanami Mincho 10",
"WenQuanYi Micro Hei Mono 10",
"unifont 14", /* ttf-unifont package on Ubuntu */
^^^^^^^^^^^^^^
#else
And it looks much better, save the hebrew font which is better but not much
Hmm, I just tried "Droid Sans Mono" and Hebrew looked
better.
Where did you insert that? Could you also check in please?
Thanks
Uwe
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta