From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "shreevatsa" Newsgroups: gmane.emacs.help Subject: ctypes.el is stupid (by default) Date: 21 Dec 2005 22:17:56 -0800 Organization: http://groups.google.com Message-ID: <1135232276.410888.123020@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1135232366 13015 80.91.229.2 (22 Dec 2005 06:19:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Dec 2005 06:19:26 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 22 07:19:25 2005 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EpJnP-0005tO-9X for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Dec 2005 07:19:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EpJoO-0000tk-DC for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Dec 2005 01:20:24 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 59.92.132.22 Original-X-Trace: posting.google.com 1135232281 1605 127.0.0.1 (22 Dec 2005 06:18:01 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 22 Dec 2005 06:18:01 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8) Gecko/20051111 Firefox/1.5,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=59.92.132.22; posting-account=f2TnjA0AAAAUB1pT12szuNdqeG1M-B83 Original-Xref: shelby.stanford.edu gnu.emacs.help:136537 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:32156 Archived-At: I'm on Ubuntu, installed package emacs-extra and it screwed up a lot of (minor) things. The most major change was the weird colours (blue cursor?), but I commented out the custom-set-faces stuff in /usr/share/emacs/site-lisp/emacs-extra/emacs-extra.el. Turning on auto-fill-mode for C and C++ is certainly NOT what I want, I commented out that too. The only remaining problem is with ctypes.el It does not know of any of the C++ types that emacs used to highlight earlier -- set, string, map, vector, most of the STL, basically. How do I get it to learn about them?