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

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

bug#987: x-display-pixel-width not returning correct value after resolut


From: Baoqiu Cui
Subject: bug#987: x-display-pixel-width not returning correct value after resolution change
Date: Tue, 16 Sep 2008 10:43:44 -0700
User-agent: Gnus/5.1100000000000003 (Gnus v5.11) Emacs/22.2 (cygwin)

It seems that function x-display-pixel-width behaves a little
differently in GNU Emacs and XEmacs.

In XEmacs, (x-display-pixel-width) can recognize the display resolution
changes after XEmacs is started.  For example, if the display resolution
was originally set to 1400x1050 when XEmacs was started,
(x-display-pixel-width) would return 1400; then, if the display
resolution is changed to 1280x1024 while XEmacs is still running,
(x-display-pixel-width) would return 1280.

However, (x-display-pixel-width) on GNU Emacs is NOT able to recognize
such physical display resolution change (from 1400x1050 to 1280x1024)
and will still return 1400.

I am not sure if this is a bug or feature on GNU Emacs, but I would like
to see this function work like its counterpart in XEmacs.

Regards,
Baoqiu







reply via email to

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