From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: fill-paragraph ill designed Date: Wed, 26 Aug 2015 09:15:46 +0200 Message-ID: <877foildul.fsf@gnu.org> References: <55DC2621.4030905@online.de> <87bndvivq6.fsf@gnu.org> <55DC3A4B.6040708@online.de> <87r3mrh88x.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1440573377 24685 80.91.229.3 (26 Aug 2015 07:16:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Aug 2015 07:16:17 +0000 (UTC) Cc: Andreas =?utf-8?Q?R=C3=B6hler?= , emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 26 09:16:08 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZUUwJ-0002RJ-1i for ged-emacs-devel@m.gmane.org; Wed, 26 Aug 2015 09:16:07 +0200 Original-Received: from localhost ([::1]:36473 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUUwI-0007Ww-1u for ged-emacs-devel@m.gmane.org; Wed, 26 Aug 2015 03:16:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUUw7-0007Wk-RP for emacs-devel@gnu.org; Wed, 26 Aug 2015 03:15:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUUw2-0001aT-Pc for emacs-devel@gnu.org; Wed, 26 Aug 2015 03:15:55 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:45206) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUUw2-0001aI-KM for emacs-devel@gnu.org; Wed, 26 Aug 2015 03:15:50 -0400 Original-Received: from thinkpad-t440p (dhcp220.uni-koblenz.de [141.26.71.220]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 9D4CE1A8363; Wed, 26 Aug 2015 09:15:49 +0200 (CEST) Mail-Followup-To: Stefan Monnier , Andreas =?utf-8?Q?R=C3=B6hler?= , emacs-devel In-Reply-To: (Stefan Monnier's message of "Tue, 25 Aug 2015 10:53:59 -0400") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 141.26.64.15 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189190 Archived-At: Stefan Monnier writes: >> `LaTeX-fill-paragraph'. In contrast to the normal `fill-paragraph', it >> ensures that verbatim macros will never be wrapped, e.g., \verb|foo bar| >> will always stay on one line which is very important. A wrapped >> verbatim macro is an error. > > Isn't that what fill-nobreak-predicate is for? Oh yes, seems so. Thanks for the pointer. Bye, Tassilo