From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.bugs Subject: issues customizing C stuff Date: 16 Jul 2002 20:38:07 +0100 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1026848361 27455 127.0.0.1 (16 Jul 2002 19:39:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2002 19:39:21 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17UYAJ-00078i-00 for ; Tue, 16 Jul 2002 21:39:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17UYAL-00042b-00; Tue, 16 Jul 2002 15:39:21 -0400 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17UY9B-0003zZ-00 for ; Tue, 16 Jul 2002 15:38:09 -0400 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 17UY9A-0003r1-00 for ; Tue, 16 Jul 2002 20:38:08 +0100 Original-To: bug-gnu-emacs@gnu.org Original-Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:2727 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2727 1. I think CC mode should have its own Custom group. Currently in a customization buffer for a cc-mode variable, going up to the parent group sucks in hideif, cpp and cmacexp, which is infelicitous. 2. More importantly, going to the parent group (`c') loads c-mode -- the obsolete one. That definitely shouldn't be loaded, as the comment on its defgroup says. If cc-mode is already loaded when you do this, `c-mode' becomes the wrong thing entirely. I couldn't immediately spot why c-mode.elc gets loaded. Perhaps it should just be junked.