From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Hunter Newsgroups: gmane.emacs.help Subject: align around symbol Date: Fri, 07 May 2004 10:05:40 -0500 Organization: The University of Chicago Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083944235 11865 80.91.224.253 (7 May 2004 15:37:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 May 2004 15:37:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 07 17:37:04 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BM7PM-0000AK-00 for ; Fri, 07 May 2004 17:37:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BM7KE-0003Ey-6B for geh-help-gnu-emacs@m.gmane.org; Fri, 07 May 2004 11:31:46 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.uchicago.edu!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.090013 (Oort Gnus v0.13) Emacs/21.2 (i686-pc-linux-gnu) Cancel-Lock: sha1:Luz/PniIoLw4sWU0t4E5grBQv4k= Original-Lines: 24 Original-NNTP-Posting-Host: 128.135.97.130 Original-X-Trace: news.uchicago.edu 1083943676 128.135.97.130 (Fri, 07 May 2004 10:27:56 CDT) Original-NNTP-Posting-Date: Fri, 07 May 2004 10:27:56 CDT X-SessionID: 9sMmc-6851-25-8539@news.uchicago.edu X-Hash-Info: post-filter,v:1.4 X-Hash: c03b7aa0 68f8c328 e5020bb8 56078d04 5ca6d70e Original-Xref: shelby.stanford.edu gnu.emacs.help:123055 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 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 Xref: main.gmane.org gmane.emacs.help:18341 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18341 Suppose I have a region like the following '28' : ( '\leftparen', 'cmr10'), '5D' : ( ']', 'cmr10'), '\oint' : ( 'cmex10', '49'), '\bigodot' : ( 'cmex10', '4B'), '\bigoplus' : ( 'cmex10', '4D'), Only one ':' per line. Is there an easy wan in emacs to get the code to align the : symbols, ie '28' : ( '\leftparen', 'cmr10'), '5D' : ( ']', 'cmr10'), '\oint' : ( 'cmex10', '49'), '\bigodot' : ( 'cmex10', '4B'), '\bigoplus' : ( 'cmex10', '4D'), Thanks, John Hunter