Sorry, I think my original mail did not make it into the mailing
list. Here it is again.
Hi John,
I am using version 0.99.19 that I compiled myself:
=============================================================
~> xjed --version
jed version: 0.99.19/Unix
Compiled with GNU C 13.2
S-Lang version: 2.3.3
jed compile-time options:
+LINE_ATTRIBUTES +BUFFER_LOCAL_VARS +SAVE_NARROW +TTY_MENUS
+EMACS_LOCKING +MULTICLICK +SUBPROCESSES +DFA_SYNTAX +ABBREVS
+COLOR_COLUMNS +LINE_MARKS +GPM_MOUSE +IMPORT
Using JED_ROOT=/usr/local/jed
================================================================
However, the exact same problem exists also in the AUR package of jed.
Strangely, on another machine that runs manjaro I don't seem to have
this problem - but I don't understand why - on the surface they all
up-to-date and use the same libraries .
I tried what you have suggested -- all three commands give the same
effect of fonts taking two places.
I attach a screenshot to this email (I hope it is allowed in this
mailing list).
Thanks,
I.
On Sun, Aug 20, 2023, at 17:45, John E. Davis wrote:
Itai Arad <ia@xxxxxxxxxxxx> wrote:
I have installed jed on manjaro linux and I am trying to use xjed.
However, all the fonts look funny; they appear to occupy to places,
where the letter is written in one space and the other space is empty.
What version of jed are you using? (xjed --version)
If it is a recent version, try something like:
xjed -fn xft:mono
xjed -fn xft:courier
If the same problems result, then try:
xjed -fn 10x20 -fs 0
And if the problem continues, I will work with you to try to resolve
the problem.
Thanks,
--John
For example, if I write ABC, it will appear there as "A B C"
I tried many different fonts using -fn and -fs --- for example, xjed
-fn "mono" -fs 11 --- but while the fonts and sizes change, I always
get the same behavior.
Do you know what could have gone wrong? I compiled it with xft
support.
Thanks,
Itai.
_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.