From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Michael Reilly Newsgroups: gmane.emacs.devel Subject: Re: Emacs with OS X Lion Date: Wed, 4 Jul 2012 18:22:08 -0400 Message-ID: References: <26815746-FD48-469D-BCCB-6229016769A5@gmail.com> <095D0BA8-524A-442A-8687-CE1550B4ECB7@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf3074b46634aa0e04c408762c X-Trace: dough.gmane.org 1341440546 25058 80.91.229.3 (4 Jul 2012 22:22:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Jul 2012 22:22:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Timothy Klim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 05 00:22:25 2012 Return-path: Envelope-to: ged-emacs-devel@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 1SmXxi-0002Q9-8m for ged-emacs-devel@m.gmane.org; Thu, 05 Jul 2012 00:22:18 +0200 Original-Received: from localhost ([::1]:53713 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmXxh-0004D8-2g for ged-emacs-devel@m.gmane.org; Wed, 04 Jul 2012 18:22:17 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmXxd-0004Ca-S2 for emacs-devel@gnu.org; Wed, 04 Jul 2012 18:22:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmXxb-0002Qf-S0 for emacs-devel@gnu.org; Wed, 04 Jul 2012 18:22:13 -0400 Original-Received: from mail-qa0-f41.google.com ([209.85.216.41]:45691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmXxb-0002QS-Nj for emacs-devel@gnu.org; Wed, 04 Jul 2012 18:22:11 -0400 Original-Received: by qabg27 with SMTP id g27so3900814qab.0 for ; Wed, 04 Jul 2012 15:22:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=kkQN8nLfxHVdjsLCSCCFcdgArb6cmCDOxpvcHZ1RJdk=; b=UlQRfHNUs+ZoLASPmmk/jBuAkANhLJtu/efEg6A1bDtDZtJ4y4KkPJ0nWn1iEPbSBt 2dvWZgcxGsQhsag9gcSd6XqTW0pIEqwajDSa0/essYwED3sfhbzJAb3WwoctRtIsvTDX ikujEZZZ8C711MXOnHfAoN6V9ahZwjAG3iVJEpHS70NnsX6+PjH7h2RemYLC23KM9A1M QKRJLGGryyEwBVxDl9jE/aBuA+vNmM8+yQ355MkrV1MjFdlb++utZ1K04OOgJXooxzQD W4iV7vcL4KiI4Y/1EAsO9kacbEz7U3N+g24QnU4ew3bhBLtG77bi8qx7KrJvDnlhKbzf oqKg== Original-Received: by 10.224.58.201 with SMTP id i9mr41472695qah.39.1341440528787; Wed, 04 Jul 2012 15:22:08 -0700 (PDT) Original-Received: by 10.229.46.2 with HTTP; Wed, 4 Jul 2012 15:22:08 -0700 (PDT) In-Reply-To: <095D0BA8-524A-442A-8687-CE1550B4ECB7@gmail.com> X-Gm-Message-State: ALoCoQkT+Fb7GtoSKxkAZxgfZwOv5PG6qbC3KLsWFYsoLqjn5SuZwTxUIG7cpyKwxmH7oh/CjgPJ X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.216.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151427 Archived-At: --20cf3074b46634aa0e04c408762c Content-Type: text/plain; charset=ISO-8859-1 Perhaps someone has used your approach and has a forthcoming solution for you. In the absence of that solution I can tell you that I get the development sources for Emacs using Bazaar (see the EmacsWiki for copious details) on a regular basis, build it and use it on Lion as a matter of course, as, apparently, do many others. If you follow one of the EmacsWiki approaches and run into difficulties, you might get more joy from this, or some other, list. Enjoy, -pmr On Wed, Jul 4, 2012 at 1:47 PM, Timothy Klim wrote: > I have this code in my init.el: > (setq default-frame-alist > '((top . 0) (left . 20) > (width . 100) (height . 48) > )) > > > > On Jul 4, 2012, at 9:04 PM, Timothy Klim wrote: > > > Hi! > > > > I have Mac OS X 10.7.4 and Emacs from git sources(through homebrew). > When I open any file I got screen bugs http://cl.ly/1G1R2E0H2b0F2N1V1H1Y > > > > Any ideas what is this? > > > > Thank you. > > > --20cf3074b46634aa0e04c408762c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Perhaps someone has used your approach and has a forthcoming solution for y= ou. =A0In the absence of that solution I can tell you that I get the develo= pment sources for Emacs using Bazaar (see the EmacsWiki for copious details= ) on a regular basis, build it and use it on Lion as a matter of course, as= , apparently, do many others. =A0If you follow one of the EmacsWiki approac= hes and run into difficulties, you might get more joy from this, or some ot= her, list.

Enjoy,

-pmr

On Wed, Jul 4, 2012 at 1:47 PM, Timothy Klim &= lt;klimtimothy@g= mail.com> wrote:
I have this code in my init.el:
(setq default-frame-alist
=A0 =A0 =A0 '((top . 0) (left . 20)
=A0 =A0 =A0 =A0 (width . 100) (height . 48)
=A0 =A0 =A0 =A0 ))



On Jul 4, 2012, at 9:04 PM, Timothy Klim wrote:

> Hi!
>
> I have Mac OS X 10.7.4 and Emacs from git sources(through homebrew). W= hen I open any file I got screen bugs http://cl.ly/1G1R2E0H2b0F2N1V1H1Y
>
> Any ideas what is this?
>
> Thank you.



--20cf3074b46634aa0e04c408762c--