emacs-pretest-bug
[Top][All Lists]
Advanced

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

no colors in os x emacs application


From: Hal Perkins
Subject: no colors in os x emacs application
Date: Sun, 15 Oct 2006 16:53:28 -0700

From: Hal Perkins <address@hidden>
To: address@hidden
Subject: no colors in os x emacs application
--text follows this line--

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the address@hidden mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

I was experimenting with the latest emacs sources (updated 4pm pdt, 10/15) and generated an OS X application with make-package --self- contained. The result built with no apparent problems, and the installer in the generated disk image worked fine and installed an emacs application in /Applications. The only apparent problem is that syntax coloring isn't there. It does appear in other OS X emacs applications that i've found in various places on the web.

I've got a very small .emacs file on this system:

---
; SML/NJ stuff
(setq load-path (cons "/usr/local/sml-mode-3.9.5" load-path))
(load "sml-mode-startup")

; Global coloring
(global-font-lock-mode)
---

Any ideas why no coloring with this newly built emacs for even basic things like C mode, even though it works in emacs applications build elsewhere?

--------------------------

If emacs crashed, and you have the emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/Applications/Emacs.app/Contents/Resources/etc/DEBUG for instructions.


In GNU Emacs 22.0.50.1 (powerpc-apple-darwin8.8.0)
of 2006-10-15 on Computer.local
X server distributor `Apple Computers', version 10.4.8
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: C/l

Minor modes in effect:
  encoded-kbd-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t
  abbrev-mode: t

Recent input:
C-x C-f e s t . <backspace> <backspace> <backspace>
<backspace> t e x t <backspace> <backspace> <backspace>
<backspace> D e s <tab> t e s t . c <return> # i n
c l u d e SPC < s t d i o . h > <return> <return> v
o i <backspace> <backspace> <backspace> i n t SPC m
a i n SPC ( v o i d ) S-SPC { <return> r e t u r n
SPC 0 ; <return> } C-x C-s <help-echo> <help-echo>
<help-echo> <menu-bar> <help-menu> <report-emacs-b
ug>

Recent messages:
(/Applications/Emacs.app/Contents/MacOS/Emacs)
Loading /usr/local/sml-mode-3.9.5/sml-mode-startup.el (source)...done
Toggling global-font-lock-mode off; better pass an explicit argument.
For information about the GNU Project and its goals, type C-h C-p. [2 times]
Loading encoded-kb...done
(New file)
Loading cc-mode...done
Wrote /Users/perkins/Desktop/test.c
Loading emacsbug...done





reply via email to

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