From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.cc-mode.general,gmane.emacs.devel Subject: c-subword-mode Date: Mon, 27 Feb 2006 11:50:47 +1300 Message-ID: <17410.12487.182878.922032@kahikatea.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1140994485 15695 80.91.229.2 (26 Feb 2006 22:54:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Feb 2006 22:54:45 +0000 (UTC) Cc: bug-cc-mode@gnu.org Original-X-From: cc-mode-help-admin@lists.sourceforge.net Sun Feb 26 23:54:40 2006 Return-path: Envelope-to: sf-cc-mode-help@m.gmane.org Original-Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FDUmc-0007ey-05 for sf-cc-mode-help@m.gmane.org; Sun, 26 Feb 2006 23:54:30 +0100 Original-Received: from sc8-sf-list1-b.sourceforge.net (sc8-sf-list1-b.sourceforge.net [10.3.1.7]) by sc8-sf-spam1.sourceforge.net (Postfix) with ESMTP id 720A388515; Sun, 26 Feb 2006 14:53:04 -0800 (PST) Original-Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1FDUkV-0007fy-3w for cc-mode-help@lists.sourceforge.net; Sun, 26 Feb 2006 14:52:19 -0800 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by mail.sourceforge.net with esmtps (TLSv1:RC4-SHA:128) (Exim 4.44) id 1FDUkS-0008IH-RI for cc-mode-help@lists.sourceforge.net; Sun, 26 Feb 2006 14:52:19 -0800 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.34) id 1FDUkN-0000hw-BV for bug-cc-mode@gnu.org; Sun, 26 Feb 2006 17:52:11 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.52) id 1FDUky-0004Jf-3K for bug-cc-mode@gnu.org; Sun, 26 Feb 2006 17:52:51 -0500 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FDUkx-0004JX-IU; Sun, 26 Feb 2006 17:52:48 -0500 Original-Received: from kahikatea.snap.net.nz (p202-124-114-147.snap.net.nz [202.124.114.147]) by viper.snap.net.nz (Postfix) with ESMTP id 522B3740BA8; Mon, 27 Feb 2006 11:51:59 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 4449D88AA; Mon, 27 Feb 2006 11:50:48 +1300 (NZDT) Original-To: emacs-devel@gnu.org X-Mailer: VM 7.19 under Emacs 22.0.50.71 X-Spam-Score: 0.0 (/) X-Spam-Report: Spam Filtering performed by sourceforge.net. See http://spamassassin.org/tag/ for more details. Report problems to http://sf.net/tracker/?func=add&group_id=1&atid=200001 Original-Sender: cc-mode-help-admin@lists.sourceforge.net Errors-To: cc-mode-help-admin@lists.sourceforge.net X-BeenThere: cc-mode-help@lists.sourceforge.net X-Mailman-Version: 2.0.9-sf.net Precedence: bulk List-Unsubscribe: , List-Id: Bug reports, feature requests, and general talk about CC Mode. List-Post: List-Help: List-Subscribe: , List-Archive: X-Original-Date: Mon, 27 Feb 2006 11:50:47 +1300 Xref: news.gmane.org gmane.emacs.cc-mode.general:3095 gmane.emacs.devel:50995 Archived-At: With CC Mode 5.31.3 and GNU Emacs 22.0.50.71 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2006-02-25: Sometimes I get error messages saying that c-subword-mode is a void variable. c-subword-mode seems to be a function, so the patch below might be a fix. -- Nick http://www.inet.net.nz/~nickrob *** cc-cmds.el 25 Feb 2006 17:51:43 +1300 1.44 --- cc-cmds.el 27 Feb 2006 11:43:36 +1300 *************** With universal argument, inserts the ana *** 259,265 **** (if c-hungry-delete-key "h" "") (if (and ;; cc-subword might not be loaded. ! (boundp 'c-subword-mode) (symbol-value 'c-subword-mode)) "w" ""))) --- 259,265 ---- (if c-hungry-delete-key "h" "") (if (and ;; cc-subword might not be loaded. ! (fboundp 'c-subword-mode) (symbol-value 'c-subword-mode)) "w" ""))) ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642