all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: ctypes.el is stupid (by default)
Date: Wed, 28 Dec 2005 14:38:20 -0700	[thread overview]
Message-ID: <dov0kg$j50$2@sea.gmane.org> (raw)
In-Reply-To: <1135789262.772802.101410@g43g2000cwa.googlegroups.com>

shreevatsa wrote:
> Ok, c++-font-lock-extra-types somewhat fixes the issue -- I added
> (setq c++-font-lock-extra-types
>       (append
>        '(
>          "ios" "string" "rope" "list" "slist" "deque" "vector" "set"
>          "multiset" "map" "multimap" "hash" "stack" "queue"
> "priority_queue"
>          "iterator" "const_iterator" "reverse_iterator"
>          "const_reverse_iterator" "reference" "const_reference")
>        c-font-lock-extra-types
>        c++-font-lock-extra-types))
> to my .emacs, and everything seems to work AFAIK. Thanks a lot.
> 
> But in general: How do I know that this is all there is? Why should I
> have to do this, why can't ctypes.el NOT mess up an existing setup?

One problem is that merely loading ctypes affects subsequent editing.
You could try to disable ctypes with:
(remove-hook 'find-file-hooks 'ctypes-find-file-hook)

-- 
Kevin Rodgers

  reply	other threads:[~2005-12-28 21:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-22  6:17 ctypes.el is stupid (by default) shreevatsa
2005-12-28  7:35 ` shreevatsa
2005-12-28 10:03   ` Matthieu Moy
2005-12-28 17:01     ` shreevatsa
2005-12-28 21:38       ` Kevin Rodgers [this message]
     [not found]       ` <mailman.20728.1135806945.20277.help-gnu-emacs@gnu.org>
2005-12-29 16:07         ` shreevatsa
2005-12-29 19:34           ` Kevin Rodgers
2005-12-28 21:36 ` Kevin Rodgers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='dov0kg$j50$2@sea.gmane.org' \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.