unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Le Wang <l26wang@gmail.com>
To: Gaston Fiore <gaston.fiore@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Emacs on OS X error
Date: Mon, 9 Apr 2012 23:55:31 +0800	[thread overview]
Message-ID: <CAM=K+iqJfVqhXdEVW_3_HKPksi3C39WSYWi1bpzsgwd5hcRRqA@mail.gmail.com> (raw)
In-Reply-To: <CAAx7R0Qax31vZJKaYMemLRY=ZS+uS4wXHWj=3wa25SXNvL8hVQ@mail.gmail.com>

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

On Mon, Apr 9, 2012 at 8:26 PM, Gaston Fiore <gaston.fiore@gmail.com> wrote:

> The problem is that the top of the Emacs window appears hidden behind
> the OS X menu bar and can't be accessed. The steps that I followed
> are, in the top-level directory:
>
> make distclean
> ./configure --with-ns
> make install
>
> I'm then opening the app by double-clicking it in the nextstep
> directory. Again, I'm running OS X 10.7.3.
>

The first thing that comes to mind is that you can move the frame by
modifying frame-parameters.

Here is a simple command that I use to resize and reposition a frame:

(defun le::reset-frame ()
  "when a bigger second monitor is disconnected, this is requireda
to bring back the window controls into
view."
  (interactive)
  (set-frame-size (selected-frame) 146 41)
  (set-frame-position (selected-frame) 0 0))


I'm not familiar with this error message, the I last built the ns build a
few months ago without problems. I've since moved on to the Mac build,
which is better in EVERY way for me, so maybe you can try that?  It's a
little bit more involved of a build process, but the end result has a much
more "Mac" feel than the ns build.  The ns build also crashed with
"anything" completion usage for me several times a day, which has never
happened with the Mac build.

see: http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00224.html

-- 
Le

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

  reply	other threads:[~2012-04-09 15:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-08 21:48 Emacs on OS X error Gaston Fiore
2012-04-09  5:24 ` Le Wang
2012-04-09 12:26   ` Gaston Fiore
2012-04-09 15:55     ` Le Wang [this message]
2012-04-09 21:22       ` Peter Dyballa
     [not found] <mailman.763.1333931083.20052.help-gnu-emacs@gnu.org>
2012-04-09 19:23 ` Joost Kremers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAM=K+iqJfVqhXdEVW_3_HKPksi3C39WSYWi1bpzsgwd5hcRRqA@mail.gmail.com' \
    --to=l26wang@gmail.com \
    --cc=gaston.fiore@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).