From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Martin Rubey Newsgroups: gmane.emacs.help Subject: problem (bug?) with fill prefix in latex mode Date: Fri, 16 Oct 2009 09:23:15 +0200 Organization: Linux Private Site Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1255678862 5998 80.91.229.12 (16 Oct 2009 07:41:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Oct 2009 07:41:02 +0000 (UTC) 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:40:52 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 1MyhQi-0000tP-FY for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Oct 2009 09:40:52 +0200 Original-Received: from localhost ([127.0.0.1]:39965 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyhQh-0007QQ-OV for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Oct 2009 03:40:51 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!news.glorb.com!news2.glorb.com!news.glorb.com!feeder.erje.net!news-1.dfn.de!news.dfn.de!newsserver.rrzn.uni-hannover.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: ada0.ifam.uni-hannover.de Original-X-Trace: newsserver.rrzn.uni-hannover.de 1255677795 587 130.75.17.184 (16 Oct 2009 07:23:15 GMT) Original-X-Complaints-To: usenet@newsserver.rrzn.uni-hannover.de Original-NNTP-Posting-Date: Fri, 16 Oct 2009 07:23:15 +0000 (UTC) Cancel-Lock: sha1:fWLyTFH8+pbQ6x5vFeTMCeDuZWM= Original-Xref: news.stanford.edu gnu.emacs.help:173932 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:69016 Archived-At: 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