From: "shreevatsa" <shreevatsa.public@gmail.com>
Subject: Re: ctypes.el is stupid (by default)
Date: 28 Dec 2005 09:01:02 -0800 [thread overview]
Message-ID: <1135789262.772802.101410@g43g2000cwa.googlegroups.com> (raw)
In-Reply-To: <vpqpsnhzggb.fsf@ecrins.imag.fr>
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?
next prev parent reply other threads:[~2005-12-28 17:01 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 [this message]
2005-12-28 21:38 ` Kevin Rodgers
[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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1135789262.772802.101410@g43g2000cwa.googlegroups.com \
--to=shreevatsa.public@gmail.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).