From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: don.rozenberg@gmail.com Newsgroups: gmane.emacs.help Subject: emacs OSX initial frame does not show initial line Date: Wed, 8 Jul 2015 21:03:25 -0700 (PDT) Message-ID: <1993fcc6-2970-46fc-8201-6241e2593029@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1436417001 519 80.91.229.3 (9 Jul 2015 04:43:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jul 2015 04:43:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 09 06:43:21 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZD3g8-0002mr-Ub for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jul 2015 06:43:21 +0200 Original-Received: from localhost ([::1]:37832 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZD3g8-0007Vb-Dv for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jul 2015 00:43:20 -0400 X-Received: by 10.66.66.66 with SMTP id d2mr17285273pat.5.1436414605800; Wed, 08 Jul 2015 21:03:25 -0700 (PDT) X-Received: by 10.50.138.70 with SMTP id qo6mr828405igb.13.1436414605725; Wed, 08 Jul 2015 21:03:25 -0700 (PDT) Original-Path: usenet.stanford.edu!qs7no2848654igc.0!news-out.google.com!t2ni4940igk.0!nntp.google.com!qs7no2848647igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=8.39.134.8; posting-account=FxE2oAoAAACLDChqNDEvoUKW4RME9Sjc Original-NNTP-Posting-Host: 8.39.134.8 User-Agent: G2/1.0 Injection-Date: Thu, 09 Jul 2015 04:03:25 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:213268 X-Mailman-Approved-At: Thu, 09 Jul 2015 00:43:05 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105555 Archived-At: I am running emacs 24.5.1 on an Apple Mini with 4 GB of memory and Yosemite= . When the initial frame is displayed the top line is not present no matte= r what I put in buffer. If I create a new frame the top line is visible. = I could just create a new frame and abandon the original, but that is unatt= ractive.=20 As emacs starts a smaller window appears at the upper left of the screen an= d includes icons. That window quickly disappears and is replaced by a fram= e located, colored, sized, and using my font according to my .emacs and spo= rts no icons but it also does not display the first line of the the scratch= buffer. I am happy with the appearance of the window except for the missi= ng line. The missing line persists no matter what I load into the buffer. If I then create a new frame, with the same dimensions specified in my .ema= cs, the contents are nearly the same as the previous frame but moved down o= ne line to display the first line but missing the bottom line. Also, the ne= w frame appears to be one line smaller. I think I probable have done somet= hing mistaken in my .emacs. It appears that the original frame is 81x44 while the new frame is 81x43 wh= ilst my .emacs specifies a height of 45 for both initial-frame-alist and de= fault-frame-alist. This is very confusing!=20 I would appreciate any suggestion about how to make the initial frame appea= r as expected. Thanks in Advance