From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xend Newsgroups: gmane.emacs.help Subject: multi-programming language alignment?? Date: Fri, 2 Oct 2009 20:46:10 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1254544863 14551 80.91.229.12 (3 Oct 2009 04:41:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 Oct 2009 04:41:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 03 06:40:56 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MtwQS-0003ZV-0g for geh-help-gnu-emacs@m.gmane.org; Sat, 03 Oct 2009 06:40:56 +0200 Original-Received: from localhost ([127.0.0.1]:56818 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtwQR-0007tH-9x for geh-help-gnu-emacs@m.gmane.org; Sat, 03 Oct 2009 00:40:55 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!i4g2000prm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 221.223.122.219 Original-X-Trace: posting.google.com 1254541571 32384 127.0.0.1 (3 Oct 2009 03:46:11 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 3 Oct 2009 03:46:11 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i4g2000prm.googlegroups.com; posting-host=221.223.122.219; posting-account=o4YrVwoAAAAAIOu9uBqaRT4EH9JiGtz4 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.0 Safari/532.2, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:173521 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68632 Archived-At: i edit a Ruby file, and programming with inline C, mode is ruby-mode, so emacs can't alignment C, like this: require "inline" class Mytest #c is here, not alignment inline do |builder| builder.c " long add(int b, int a) { return a + b; }" #c end end end are there some tool can alignment C in Ruby??thanks