bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64752: 30.0.50; proced: text-scale-adjust leads to wrong header alig


From: Matthias Meulien
Subject: bug#64752: 30.0.50; proced: text-scale-adjust leads to wrong header alignment
Date: Sat, 22 Jul 2023 09:09:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Laurence Warne <laurencewarne@gmail.com> writes:

> Hi,
>
> I'm having issues viewing the image Matthias shared earlier in the thread.  
> Would someone be able to attach another
> or provide steps to reproduce?

I have not read proced implementation but my understanding is that
entries length depend on the locale.

If you have french locale installed, I guess you can try M-x proced in
Emacs started with:

  LANG=fr_FR.UTF-8 emacs -Q 

Then if you computer uptime is greater than 1 day, the start column of
proced may display durations expressed in hours, minutes, seconds or
using an abbreviated date.  But the length of abbreviated dates depends
on the locale...

Note the impact of the locale on abbreviated month length:

matthias@carbon:~/Sources/emacs$ LANG=en_US.UTF-8 date +%b
Jul
matthias@carbon:~/Sources/emacs$ LANG=fr_FR.UTF-8 date +%b
juil.

and even, for a given locale, but different months:

matthias@carbon:~/Sources/emacs$ LANG=fr_FR.UTF-8 date +%b 
--date="2023-02-22T08:55:06"
févr.
matthias@carbon:~/Sources/emacs$ LANG=fr_FR.UTF-8 date +%b 
--date="2023-03-22T08:55:06"
mars

Hope it helps.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]