unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13794: mac os 10.8 rendering problems
@ 2013-02-23  2:35 Bob Smith
  2013-03-16 14:16 ` Jan Djärv
  0 siblings, 1 reply; 3+ messages in thread
From: Bob Smith @ 2013-02-23  2:35 UTC (permalink / raw)
  To: 13794


[-- Attachment #1.1: Type: text/plain, Size: 1500 bytes --]

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")))))

[-- Attachment #1.2: Type: text/html, Size: 1685 bytes --]

[-- Attachment #2: Screen Shot 2013-02-22 at 9.12.27 PM.png --]
[-- Type: image/png, Size: 93120 bytes --]

[-- Attachment #3: Screen Shot 2013-02-22 at 9.12.00 PM.png --]
[-- Type: image/png, Size: 62922 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#13794: mac os 10.8 rendering problems
  2013-02-23  2:35 bug#13794: mac os 10.8 rendering problems Bob Smith
@ 2013-03-16 14:16 ` Jan Djärv
       [not found]   ` <CAEbCvfmnbfXKda=dY1pZfjcTev6erruxZ9J-17JzO4a1p-N9jQ@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Djärv @ 2013-03-16 14:16 UTC (permalink / raw)
  To: Bob Smith; +Cc: 13794

[-- Attachment #1: Type: text/plain, Size: 2083 bytes --]

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@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>


[-- Attachment #2: Type: text/html, Size: 2765 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#13794: mac os 10.8 rendering problems
       [not found]   ` <CAEbCvfmnbfXKda=dY1pZfjcTev6erruxZ9J-17JzO4a1p-N9jQ@mail.gmail.com>
@ 2013-03-30 10:05     ` Jan Djärv
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Djärv @ 2013-03-30 10:05 UTC (permalink / raw)
  To: Bob Smith; +Cc: 13794-done

[-- Attachment #1: Type: text/plain, Size: 2710 bytes --]

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@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@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@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>
> 
> 


[-- Attachment #2: Type: text/html, Size: 4032 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-30 10:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-23  2:35 bug#13794: mac os 10.8 rendering problems Bob Smith
2013-03-16 14:16 ` Jan Djärv
     [not found]   ` <CAEbCvfmnbfXKda=dY1pZfjcTev6erruxZ9J-17JzO4a1p-N9jQ@mail.gmail.com>
2013-03-30 10:05     ` Jan Djärv

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).