emacs-devel
[Top][All Lists]
Advanced

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

Re: New Mac OS Changes


From: Gerd Moellmann
Subject: Re: New Mac OS Changes
Date: Mon, 23 Oct 2000 11:41:56 +0200 (CEST)
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.90

Andrew Choi <address@hidden> writes:

> Hi everyone, I am new here.  If I mess anything up please forgive me.
> Let me know and I will try to fix it.

Thanks, Andrew.

During the compilation of term/mac-win.el, I get an error on Unix.

Compiling /u3/gd/gnu/emacs/lisp/term/mac-win.el
While compiling xw-defined-colors in file /u3/gd/gnu/emacs/lisp/term/mac-win.el:
  ** reference to free variable x-colors
While compiling toplevel forms:
  ** assignment to free variable dired-free-space-program
  ** assignment to free variable mac-ready-for-drag-n-drop
  !! Wrong type argument ((arrayp nil))

The source of the error is aroung position 7089 in mac-win.el.

(gdb) xbacktrace
0x8176b18 "aref"
0x818cda4 "charset-id"
0x8176f6c "list"
0x81765a0 "cons"
0x81765a0 "cons"
0x81956a4 "backquote-list*"
0x8176f6c "list"
0x8176f6c "list"
0x8176f6c "list"
0x8176f6c "list"
0x8176f6c "list"
0x817752c "`"
0x8177dd0 "eval"
Error accessing memory address 0x20000811: Bad address.
(gdb) p current_buffer->name
$1 = 948400036
(gdb) pr
" *Compiler Input*"
(gdb) p current_buffer->pt  
$2 = 7089

Could you please take a look at this?



reply via email to

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