emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 23 Mac port


From: YAMAMOTO Mitsuharu
Subject: Re: Emacs 23 Mac port
Date: Sat, 02 Jan 2010 13:21:42 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Sat, 02 Jan 2010 01:27:32 +0000, Leo <address@hidden> said:

> However, my old font setting under ns does not seem to work:

Try replacing "_" in the family names with " ".  The font backend
driver of the Mac port, as well as the ones in X11, doesn't avoid
spaces in font family names.

To get font family names, you can use `(font-family-list)' or check
the result of `(x-select-font)' as in the GTK+ build.

> Also is there a way to disable tool-bar in such a way that it does not
> display the tool-bar first and then hide it and shrink the window as
> is done by (tool-bar-mode -1).

I assume you are using initial-frame-alist or something like
that.  This behavior can also be observed in the GTK+ build, and
a known workaround is to use X resources.  It is also applicable
to the Mac port.

  For permanent setting:
  $ defaults write org.gnu.Emacs 'Emacs*ToolBar' 0
  (This corresponds to adding the line 'Emacs*ToolBar:0' into
   ~/.Xresources)

  For temporary setting:
  $ .../Emacs.app/Contents/MacOS/Emacs -xrm 'Emacs*ToolBar:0'

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]