GNU bug report logs -
#13794
mac os 10.8 rendering problems
Previous Next
Reported by: Bob Smith <sbob9849 <at> gmail.com>
Date: Sat, 23 Feb 2013 18:51:03 UTC
Severity: normal
Done: Jan Djärv <jan.h.d <at> swipnet.se>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 13794 in the body.
You can then email your comments to 13794 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13794
; Package
emacs
.
(Sat, 23 Feb 2013 18:51:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Bob Smith <sbob9849 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sat, 23 Feb 2013 18:51:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Greetings,
I hope this bug report is useful. I can trigger this bug by setting a large
default font size, and simply starting emacs.
When I do this, emacs starts with a frame that is completely blank. No
modeline, no cursor, no text, no minibuf. I have attached a screenshot of
what it looks like. Typing in this frame or resizing it does not fix
anything.
If I create a new frame, I can see the modeline, but its location is such
that it is half showing and half cut off below the edge of the frame, and
the minibuf is also hidden. I have attached a screenshot of this as well.
In this configuration, resizing the frame fixes the placement of the
minibuf and modeline.
I am using the emacs I downloaded from emacsformacosx.com.
My .emacs looks like this:
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:inherit nil :stipple nil :background "White" :foreground
"Black" :inverse-video nil :box nil :strike-through nil :overline nil
:underline nil :slant normal :weight normal :height 180 :width normal
:foundry "apple" :family "Monaco")))))
[Message part 2 (text/html, inline)]
[Screen Shot 2013-02-22 at 9.12.27 PM.png (image/png, attachment)]
[Screen Shot 2013-02-22 at 9.12.00 PM.png (image/png, attachment)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13794
; Package
emacs,ns
.
(Sat, 16 Mar 2013 14:19:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 13794 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello.
I can't reproduce this with trunk or emacs 24.3.
If your version is earlier than 24.3, please try 24.3.
In the future, please use M-x report-emacs-bug, so we can see what version you are running.
I did find a bug w.r.t. resize increments (fixed in trunk), but it should not give the symptoms
you are seeing.
Thanks,
Jan D.
23 feb 2013 kl. 03:35 skrev Bob Smith <sbob9849 <at> gmail.com>:
> Greetings,
>
> I hope this bug report is useful. I can trigger this bug by setting a large default font size, and simply starting emacs.
>
> When I do this, emacs starts with a frame that is completely blank. No modeline, no cursor, no text, no minibuf. I have attached a screenshot of what it looks like. Typing in this frame or resizing it does not fix anything.
>
> If I create a new frame, I can see the modeline, but its location is such that it is half showing and half cut off below the edge of the frame, and the minibuf is also hidden. I have attached a screenshot of this as well. In this configuration, resizing the frame fixes the placement of the minibuf and modeline.
>
> I am using the emacs I downloaded from emacsformacosx.com.
>
> My .emacs looks like this:
>
> (custom-set-variables
> ;; custom-set-variables was added by Custom.
> ;; If you edit it by hand, you could mess it up, so be careful.
> ;; Your init file should contain only one such instance.
> ;; If there is more than one, they won't work right.
> )
> (custom-set-faces
> ;; custom-set-faces was added by Custom.
> ;; If you edit it by hand, you could mess it up, so be careful.
> ;; Your init file should contain only one such instance.
> ;; If there is more than one, they won't work right.
> '(default ((t (:inherit nil :stipple nil :background "White" :foreground "Black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 180 :width normal :foundry "apple" :family "Monaco")))))
>
>
> <Screen Shot 2013-02-22 at 9.12.27 PM.png><Screen Shot 2013-02-22 at 9.12.00 PM.png>
[Message part 2 (text/html, inline)]
Reply sent
to
Jan Djärv <jan.h.d <at> swipnet.se>
:
You have taken responsibility.
(Sat, 30 Mar 2013 10:09:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Bob Smith <sbob9849 <at> gmail.com>
:
bug acknowledged by developer.
(Sat, 30 Mar 2013 10:09:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 13794-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello.
Please keep the debbugs-address so comments are saved in the bug tracker also.
30 mar 2013 kl. 00:10 skrev Bob Smith <sbob9849 <at> gmail.com>:
> Thanks for the response. 24.3 seems to fix the problem. I wonder if this was related to the resize increments bug to which you refer.
>
No, that was just a minor bug involving calculating frame size when font size changed. Anyway, that fix is not in 24.3.
Thanks for testing, closing the bug.
Jan D.
> -Yanni
>
> On Sat, Mar 16, 2013 at 10:16 AM, Jan Djärv <jan.h.d <at> swipnet.se> wrote:
> Hello.
>
> I can't reproduce this with trunk or emacs 24.3.
> If your version is earlier than 24.3, please try 24.3.
> In the future, please use M-x report-emacs-bug, so we can see what version you are running.
>
> I did find a bug w.r.t. resize increments (fixed in trunk), but it should not give the symptoms
> you are seeing.
>
> Thanks,
>
> Jan D.
>
> 23 feb 2013 kl. 03:35 skrev Bob Smith <sbob9849 <at> gmail.com>:
>
>> Greetings,
>>
>> I hope this bug report is useful. I can trigger this bug by setting a large default font size, and simply starting emacs.
>>
>> When I do this, emacs starts with a frame that is completely blank. No modeline, no cursor, no text, no minibuf. I have attached a screenshot of what it looks like. Typing in this frame or resizing it does not fix anything.
>>
>> If I create a new frame, I can see the modeline, but its location is such that it is half showing and half cut off below the edge of the frame, and the minibuf is also hidden. I have attached a screenshot of this as well. In this configuration, resizing the frame fixes the placement of the minibuf and modeline.
>>
>> I am using the emacs I downloaded from emacsformacosx.com.
>>
>> My .emacs looks like this:
>>
>> (custom-set-variables
>> ;; custom-set-variables was added by Custom.
>> ;; If you edit it by hand, you could mess it up, so be careful.
>> ;; Your init file should contain only one such instance.
>> ;; If there is more than one, they won't work right.
>> )
>> (custom-set-faces
>> ;; custom-set-faces was added by Custom.
>> ;; If you edit it by hand, you could mess it up, so be careful.
>> ;; Your init file should contain only one such instance.
>> ;; If there is more than one, they won't work right.
>> '(default ((t (:inherit nil :stipple nil :background "White" :foreground "Black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 180 :width normal :foundry "apple" :family "Monaco")))))
>>
>>
>> <Screen Shot 2013-02-22 at 9.12.27 PM.png><Screen Shot 2013-02-22 at 9.12.00 PM.png>
>
>
[Message part 2 (text/html, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 27 Apr 2013 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 12 years and 51 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.