From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Snail Newsgroups: gmane.emacs.help Subject: auto wrapping in latex mode Date: 13 May 2007 00:28:19 -0700 Organization: http://groups.google.com Message-ID: <1179041299.765499.237070@q75g2000hsh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1179166548 4220 80.91.229.12 (14 May 2007 18:15:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 May 2007 18:15:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 14 20:15:47 2007 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 1Hnf5G-0006dh-PG for geh-help-gnu-emacs@m.gmane.org; Mon, 14 May 2007 20:15:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnfD3-00038k-2d for geh-help-gnu-emacs@m.gmane.org; Mon, 14 May 2007 14:23:49 -0400 Original-Path: shelby.stanford.edu!newshub.stanford.edu!postnews.google.com!q75g2000hsh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 68.37.14.177 Original-X-Trace: posting.google.com 1179041300 29388 127.0.0.1 (13 May 2007 07:28:20 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 13 May 2007 07:28:20 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: q75g2000hsh.googlegroups.com; posting-host=68.37.14.177; posting-account=TzVqmg0AAABYzd8s_jbSQ-VCgb-UwJJ- Original-Xref: shelby.stanford.edu gnu.emacs.help:148342 X-Mailman-Approved-At: Mon, 14 May 2007 14:22:30 -0400 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:43971 Archived-At: Dear all, I have a question in using emacs as a latex mode, espeically auto wrapping. I have used emacs for my latex editting, and used alt-q for auto wrapping. A nice feature this auto wrapping is that when I use \begin{something} \end{something}, then those blocks are not auto wrapped, which I like. However, obviously if I make my own commands using \recommand or something, e.g., \beq for \begin{eqnarray}, then it's auto wrapped. What kind of file and how do I have to edit to prevent auto wrapping of my own command, e.g., \beq? Thanks in advance.