From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Martin Rubey Newsgroups: gmane.emacs.help,gmane.emacs.auctex.general Subject: Re: problem (bug?) with fill prefix in latex mode Date: Fri, 16 Oct 2009 09:38:08 +0200 Organization: Linux Private Site Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1255678919 6159 80.91.229.12 (16 Oct 2009 07:41:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Oct 2009 07:41:59 +0000 (UTC) Cc: auctex@gnu.org To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 16 09:41:50 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 1MyhRd-0001JC-DO for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Oct 2009 09:41:49 +0200 Original-Received: from localhost ([127.0.0.1]:40473 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyhRc-00005Q-SJ for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Oct 2009 03:41:48 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!newsserver.news.garr.it!kanaga.switch.ch!switch.ch!news-1.dfn.de!news.dfn.de!newsserver.rrzn.uni-hannover.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 39 Original-NNTP-Posting-Host: ada0.ifam.uni-hannover.de Original-X-Trace: newsserver.rrzn.uni-hannover.de 1255678688 587 130.75.17.184 (16 Oct 2009 07:38:08 GMT) Original-X-Complaints-To: usenet@newsserver.rrzn.uni-hannover.de Original-NNTP-Posting-Date: Fri, 16 Oct 2009 07:38:08 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) Cancel-Lock: sha1:xDPNQwiXnX34VkfPMKAQJl86byE= Original-Xref: news.stanford.edu gnu.emacs.help:173933 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:69017 gmane.emacs.auctex.general:3526 Archived-At: I should add: the problem is very likely in LaTeX-fill-paragraph from latex.el from auctex, therefore I CC... The top lines of the ChangeLog in /usr/share/emacs/site-lisp/auctex/ say 2007-01-12 Ralf Angeli * Version 11.84 released. (No idea how to get the version otherwise) I'm using emacs 22 there. Martin Martin Rubey writes: > I have the following text in a latex mode buffer > > ++ maxMixedDegree(d) specifies the maximum q-degree of the > ++ coefficient polynomials in a recurrence with polynomial > ++ coefficients, in the case of mixed shifts. Although slightly > ++ inconsistent, maxMixedDegree(0) specifies that no mixed shifts > ++ are allowed. This option is expressed in the form > ++ \spad{maxMixedDegree == d}. > > > setting fill-prefix to " ++ " and pressing M-q turns it into > > ++ maxMixedDegree(d) specifies the maximum q-degree of the ++ > coefficient polynomials in a recurrence with polynomial ++ > coefficients, in the case of mixed shifts. Although slightly > ++ inconsistent, maxMixedDegree(0) specifies that no mixed > shifts ++ are allowed. This option is expressed in the form ++ > \spad{maxMixedDegree == d}. > > Help for fixing that would be greatly appreciated! > > Martin