all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* aquamacs
@ 2006-06-29 18:30 Philip Nelson
  0 siblings, 0 replies; 4+ messages in thread
From: Philip Nelson @ 2006-06-29 18:30 UTC (permalink / raw)



I am running Aquamacs right after installation on the OS mentioned 
below; I made no changes. Whenever I hit "C-x C-f", or generate any 
sort of message, or move to *Messages* buffer, everything fails with 
this message in the message window:

Font `-apple-monaco*-medium-r-normal--12-*-*-*-*-*-fontset-monaco12' 
is not defined

Thanks Phil Nelson


In GNU Emacs 22.0.50.1 (i386-apple-darwin8.6.1)
  of 2006-04-10 on plume.sr.unh.edu - Aquamacs Distribution 0.9.9c
X server distributor `Apple Computers', version 10.4.7
configured using `configure '--without-x' '--prefix=/usr/local''

Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: nil
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: nil
   locale-coding-system: iso-8859-1
   default-enable-multibyte-characters: t

Major mode: Text

Minor modes in effect:
   smart-frame-positioning-mode: t
   aquamacs-styles-mode: t
   recentf-mode: t
   encoded-kbd-mode: t
   osx-key-mode: t
   mac-inline-input-method-mode: t
   show-paren-mode: t
   delete-selection-mode: t
   pc-selection-mode: t
   cua-mode: t
   tooltip-mode: t
   auto-compression-mode: t
   tool-bar-mode: 0
   mouse-wheel-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   blink-cursor-mode: t
   unify-8859-on-encoding-mode: t
   utf-translate-cjk-mode: t
   column-number-mode: t
   line-number-mode: t
   transient-mark-mode: t

Recent input:
<return> <help-echo> <menu-bar> <buffer> "*tramp/ssh
pcn@dept.physics.upenn.edu*" <help-echo> <menu-bar>
<buffer> "*tramp output*" <help-echo> <help-echo> <down-mouse-1>
<drag-mouse-1> <down-mouse-1> <drag-mouse-1> <help-echo>
<help-echo> <help-echo> <menu-bar> <buffer> "*Messages*"
C-x C-f M-x f i n d SPC f SPC i l <return> u r g e
n t <return> <help-echo> <menu-bar> <help-menu> <menu-aquamacs-help>
<menu-bar> <help-menu> <report-emacs-bug>

Recent messages:
Password for /ssh:pcn@dept.physics.upenn.edu: ..
Password for /ssh:pcn@dept.physics.upenn.edu: ........
(New file)
x-create-frame-with-faces: Font 
`-apple-monaco*-medium-r-normal--12-*-*-*-*-*-fontset-monaco12' is 
not defined [5 times]
Error while displaying tooltip: (error Font 
`-apple-monaco*-medium-r-normal--12-*-*-*-*-*-fontset-monaco12' is 
not defined)
Pop up the Help menu
x-create-frame-with-faces: Font 
`-apple-monaco*-medium-r-normal--12-*-*-*-*-*-fontset-monaco12' is 
not defined [2 times]
Making completion list...
x-create-frame-with-faces: Font 
`-apple-monaco*-medium-r-normal--12-*-*-*-*-*-fontset-monaco12' is 
not defined
Loading emacsbug...done

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

* Aquamacs
@ 2006-11-20  7:50 amnesiac
  2006-11-21  7:56 ` Aquamacs david.reitter
  0 siblings, 1 reply; 4+ messages in thread
From: amnesiac @ 2006-11-20  7:50 UTC (permalink / raw)


Hi,

I just downloaded Aquamacs on my OS X. But I've got 2 problems:
- I can't adjust my color settings; if I set e.g. (set-background-color
"black") in my Preferences.el file, this has no effect (the file is
read, since syntax errors are reported)
- If I edit a Python file, no indentions are made, do I have to
activate the Python mode?

Thanks for your,
André

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

* Re: Aquamacs
  2006-11-20  7:50 Aquamacs amnesiac
@ 2006-11-21  7:56 ` david.reitter
  2006-11-21 16:31   ` Aquamacs Kevin Rodgers
  0 siblings, 1 reply; 4+ messages in thread
From: david.reitter @ 2006-11-21  7:56 UTC (permalink / raw)


amnesiac@web.de wrote:

> I just downloaded Aquamacs on my OS X. But I've got 2 problems:
> - I can't adjust my color settings; if I set e.g. (set-background-color
> "black") in my Preferences.el file, this has no effect (the file is
> read, since syntax errors are reported)

`set-background-color' does this, according to the documentation (C-h f
set-background-color RET):

"Set the background color of the selected frame to color-name."

However, only the current frame is selected when Preferences.el is
called, and nothing says that this is to be the default background -
hence it may (and will be!) set to something else again. Have a look at
the "Frame Appearance Styles" menu - this set of functions sets the
frame style according to the major mode. When you have several frames
open, you can more easily distinguish their contents if, for instance,
the background colors differ.

> - If I edit a Python file, no indentions are made, do I have to
> activate the Python mode?

Should be activated automatically when you open a .py file. Does it say
"python-mode" in the mode line, i.e. (almost) at the bottom of the
editing window?
If not, M-x python-mode (M-x is Option-X or ESC X) in Aquamacs will
help - alternatively, use the "Change Buffer Mode" function in the
"File" menu.

Hope that helps.


--
http://aquamacs.org -- Aquamacs: Emacs on Mac OS X

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

* Re: Aquamacs
  2006-11-21  7:56 ` Aquamacs david.reitter
@ 2006-11-21 16:31   ` Kevin Rodgers
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Rodgers @ 2006-11-21 16:31 UTC (permalink / raw)


david.reitter@gmail.com wrote:
> amnesiac@web.de wrote:
> 
>> I just downloaded Aquamacs on my OS X. But I've got 2 problems:
>> - I can't adjust my color settings; if I set e.g. (set-background-color
>> "black") in my Preferences.el file, this has no effect (the file is
>> read, since syntax errors are reported)
> 
> `set-background-color' does this, according to the documentation (C-h f
> set-background-color RET):
> 
> "Set the background color of the selected frame to color-name."

C-h v default-frame-alist

-- 
Kevin

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

end of thread, other threads:[~2006-11-21 16:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-20  7:50 Aquamacs amnesiac
2006-11-21  7:56 ` Aquamacs david.reitter
2006-11-21 16:31   ` Aquamacs Kevin Rodgers
  -- strict thread matches above, loose matches on Subject: below --
2006-06-29 18:30 aquamacs Philip Nelson

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.