From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mar@centrum.cz (Martin) Newsgroups: gmane.emacs.help Subject: subword-mode for underscores? Date: Thu, 14 Jul 2011 00:29:28 +0200 Message-ID: <20110713222928.GB27549@chocholous.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1310650823 25162 80.91.229.12 (14 Jul 2011 13:40:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 14 Jul 2011 13:40:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 14 15:40:19 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QhM9K-00051y-PW for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Jul 2011 15:40:18 +0200 Original-Received: from localhost ([::1]:38629 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhLc3-0001HT-PG for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Jul 2011 09:05:55 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh7w3-0004eH-E3 for help-gnu-emacs@gnu.org; Wed, 13 Jul 2011 18:29:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qh7w1-0004BG-PA for help-gnu-emacs@gnu.org; Wed, 13 Jul 2011 18:29:39 -0400 Original-Received: from smtp-out3.iol.cz ([194.228.2.91]:57944) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh7w1-0004B0-BX for help-gnu-emacs@gnu.org; Wed, 13 Jul 2011 18:29:37 -0400 Original-Received: from antivir5.iol.cz (unknown [192.168.30.212]) by smtp-out3.iol.cz (Postfix) with ESMTP id 650FFBC80A1 for ; Wed, 13 Jul 2011 22:29:30 +0000 (UTC) Original-Received: from localhost (antivir5.iol.cz [127.0.0.1]) by antivir5.iol.cz (Postfix) with ESMTP id 539381E8034 for ; Thu, 14 Jul 2011 00:29:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at iol.cz Original-Received: from antivir5.iol.cz ([127.0.0.1]) by localhost (antivir5.iol.cz [127.0.0.1]) (amavisd-new, port 10224) with LMTP id o4CzS9Tez9cm for ; Thu, 14 Jul 2011 00:29:30 +0200 (CEST) Original-Received: from port4.iol.cz (unknown [192.168.30.94]) by antivir5.iol.cz (Postfix) with ESMTP id 33C741E8031 for ; Thu, 14 Jul 2011 00:29:30 +0200 (CEST) X-SBRS: None X-SBRS-none: None X-RECVLIST: MTA-OUT-IOL X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhI7AGcbHk5VoGnE/2dsb2JhbABThT+TC4p0hAN4iHyjH59BhVtfBKMz Original-Received: from ip-85-160-105-196.eurotel.cz (HELO chocholous.lan) ([85.160.105.196]) by port4.iol.cz with ESMTP; 14 Jul 2011 00:29:29 +0200 Original-Received: by chocholous.lan (Postfix, from userid 1000) id 413A92402F6; Thu, 14 Jul 2011 00:29:28 +0200 (CEST) Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 194.228.2.91 X-Mailman-Approved-At: Thu, 14 Jul 2011 08:59:13 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81585 Archived-At: Hello, I have just learned about "subword-mode" for CamelCase and I am wondering, if there is something simillar for underscores syntax (camel_case)? Most ideally have both variations in one buffer at a time -- as Python coding conventions like to have classes in CamelCase and other_things_with_underscore? Do you have any tips? Regards, martin.