* Thomas A. Schmitz (2006-03-16) writes:

> XEmacs with auctex from sumo package ("1.46"):
> context files: fontification buggy, fails at beginning of lines
> latex files: opened and fontified correctly
>
> XEmacs with auctex 11.82 and -vanilla:
> context files: opened and fontified correctly
> latex files: same hard crash as without -vanilla

With the same error message?

> XEmacs with auctex from cvs: fails to fontify both context and latex  
> files, gives following error-messages (result identical when started  
> with -vanilla):
>
> (1) (file-mode-spec/warning) Error in File mode specification: Wrong  
> type argument: arrayp, nil
>
> Backtrace follows:
>
>    # bind (size fontobj)
>    set-font-size(nil 14)
>    # bind (fo)
>    (let ((fo (font-create-object f d))) (set-font-size fo 14) (font- 
> create-name fo d))
>    # bind (d f)
>    (lambda (f d) (let ((fo (font-create-object f d))) (set-font-size  
> fo 14) (font-create-name fo d)))("Andale Mono:13:b" #<carbon-device  
> on "carbon" 0xb2d>)

Can you find out why

(font-create-object "Andale Mono:13:b"
                    (derive-domain-from-locale 'global 'window-system nil))

returns nil in the Carbon port?  (If it does.)  My guess is that there
is no appropriate backend function accessible via
`font-window-system-mappings'.

If you cannot do this yourself, you might want to send a bug report to
xemacs-beta with `M-x report-xemacs-bug RET'.  Or Andrew Choi.

-- 
Ralf


_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to