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

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

bug#987: marked as done (x-display-pixel-width not returning correct va


From: Emacs bug Tracking System
Subject: bug#987: marked as done (x-display-pixel-width not returning correct value after resolution change)
Date: Thu, 18 Sep 2008 11:30:04 -0700

Your message dated Thu, 18 Sep 2008 14:27:07 -0400
with message-id <87hc8d1f9g.fsf@cyd.mit.edu>
and subject line Re: x-display-pixel-width does NOT return current display 
width correctly
has caused the Emacs bug report #986,
regarding x-display-pixel-width not returning correct value after resolution 
change
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
986: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=986
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: 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




--- End Message ---
--- Begin Message --- Subject: Re: x-display-pixel-width does NOT return current display width correctly Date: Thu, 18 Sep 2008 14:27:07 -0400
I've just checked in a fix.  Thanks for the report.


--- End Message ---

reply via email to

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