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

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

[debbugs-tracker] bug#23544: closed (25.0.93; default paper size assumed


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23544: closed (25.0.93; default paper size assumed from LANG locale setting -- use LC_PAPER)
Date: Wed, 18 May 2016 02:36:02 +0000

Your message dated Wed, 18 May 2016 05:35:38 +0300
with message-id <address@hidden>
and subject line Re: bug#23544: 25.0.93; default paper size assumed from LANG 
locale setting -- use LC_PAPER
has caused the debbugs.gnu.org bug report #23544,
regarding 25.0.93; default paper size assumed from LANG locale setting -- use 
LC_PAPER
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
23544: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23544
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.93; default paper size assumed from LANG locale setting -- use LC_PAPER Date: Sun, 15 May 2016 22:53:07 +0200 User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.7.2
Dear sir or madam,

if you want to have English language for text and paper size "A4" on
GNU/Linux as default you can set locale setting to:
LANG=en_US.UTF-8
LC_PAPER=de_DE.UTF-8

This works fine for other applications.
Emacs assumes default paper size from LANG, not LC_PAPER.

Please, use LC_PAPER to assume default paper size, if no (user or
system)option is set.


To reproduce:
1. execute in terminal: LANG=en_US.UTF-8 emacs
2. in Emacs: C-h v ps-paper-type
   value is: letter
3. close Emacs
4. in terminal execute: LANG=de_DE.UTF-8 emacs
5. in Emacs: C-h v ps-paper-type
   value is: a4
6. value of LC_PAPER does not matter


I am using Fedora 24 x86_64 to write up the bug report.
I can reproduce this with other versions of Emacs on different GNU/Linux
distributions, f.e. Emacs 24.3.1 on Trisquel 7.0 x86_64.


I can work around the problem with:
a) system setting
(setq ps-paper-type (quote a4)))
in /usr/share/emacs/site-lisp/site-start.el

b) user setting
in ${HOME}/.emacs
(customize in Emacs with: C-h v ps-paper-type)


In GNU Emacs 25.0.93.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.20.3)
 of 2016-05-03 built on buildhw-12.phx2.fedoraproject.org

--
Kind regards,
René



--- End Message ---
--- Begin Message --- Subject: Re: bug#23544: 25.0.93; default paper size assumed from LANG locale setting -- use LC_PAPER Date: Wed, 18 May 2016 05:35:38 +0300
> From: René Genz <address@hidden>
> Date: Wed, 18 May 2016 02:09:22 +0200
> Cc: address@hidden
> 
> After compiling branch emacs-25 with:
> # install packages: git autoconf automake makeinfo libXpm-devel libjpeg-devel 
> libungif-devel libtiff-devel libXaw-devel gtk+-devel
> $ git clone --depth 1 -b emacs-25 git://git.sv.gnu.org/emacs.git
> $ cd emacs
> $ ./autogen.sh all
> $ ./configure
> $ make
> 
> $ src/emacs
> could change paper type depending on LC_PAPER
> 
> Thank you very much for the fix :)

Thanks, I'm closing the bug report.


--- End Message ---

reply via email to

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