From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Schone Mullerin Newsgroups: gmane.emacs.help Subject: Re: GNU emacs 21.3.50 carbon with csharp-mode on TiBook Date: Mon, 25 Nov 2002 18:37:49 GMT Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1038250384 3239 80.91.224.249 (25 Nov 2002 18:53:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 25 Nov 2002 18:53:04 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18GO9r-00009Q-00 for ; Mon, 25 Nov 2002 19:40:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18GOAh-0003yp-00; Mon, 25 Nov 2002 13:41:27 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!paloalto-snf1.gtei.net!crtntx1-snh1.gtei.net!news.gtei.net!paloalto-snr1.gtei.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: slrn/0.9.7.4 (Darwin) Original-Lines: 15 Original-X-Trace: /w/U28ShzwoY0XAJqx8S+KiV/jTODWIJgCLSE9sHzLqlKGHjr3asi3TkE7ytPfsdyiNmi3VRVUv4!48xUow/+ii0p2HxQPYm5qBLZLLybwLNK6Ujb28EnbthgALnl3UDrzsL7ZhBOpzI7+0RgkVFuKcXX!egm4FO8= Original-X-Complaints-To: abuse@gte.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly Original-NNTP-Posting-Date: Mon, 25 Nov 2002 18:37:49 GMT Original-Distribution: world Original-Xref: shelby.stanford.edu gnu.emacs.help:107435 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3986 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3986 In article , Christopher Brown wrote: > Hey, I'm successfully running 21.3.50 (Carbon) GNU Emacs on my Powerbook, > but the csharp-mode.el from http://www.davh.dk/script/ now fails to load. Probably line 459: (c-common-init) In newer versions of cc-mode, this function takes an argument, the name of a mode. The sensible value would be 'csharp-mode, but that doesn't seem to work, since the mode isn't defined yet (or something). Otoh, 'c-mode seems to work...