From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#17062: 24.3 current-fill-column breaks fill-match-adaptive-prefix Date: Mon, 29 Feb 2016 16:41:14 +1100 Message-ID: <87egbwt6o5.fsf@gnus.org> References: <532C981E.5040200@easy-emacs.de> <877fk11f2y.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1456724544 30420 80.91.229.3 (29 Feb 2016 05:42:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Feb 2016 05:42:24 +0000 (UTC) Cc: 17062@debbugs.gnu.org To: Andreas =?UTF-8?Q?R=C3=B6hler?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 29 06:42:15 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1aaGb0-0006Mm-Ou for geb-bug-gnu-emacs@m.gmane.org; Mon, 29 Feb 2016 06:42:14 +0100 Original-Received: from localhost ([::1]:34296 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaGb0-0005mB-B7 for geb-bug-gnu-emacs@m.gmane.org; Mon, 29 Feb 2016 00:42:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaGat-0005gS-EB for bug-gnu-emacs@gnu.org; Mon, 29 Feb 2016 00:42:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaGao-0002GH-FF for bug-gnu-emacs@gnu.org; Mon, 29 Feb 2016 00:42:07 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:54398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaGao-0002GB-BQ for bug-gnu-emacs@gnu.org; Mon, 29 Feb 2016 00:42:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aaGao-0006Gd-6z for bug-gnu-emacs@gnu.org; Mon, 29 Feb 2016 00:42:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 29 Feb 2016 05:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17062 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 17062-submit@debbugs.gnu.org id=B17062.145672450624055 (code B ref 17062); Mon, 29 Feb 2016 05:42:02 +0000 Original-Received: (at 17062) by debbugs.gnu.org; 29 Feb 2016 05:41:46 +0000 Original-Received: from localhost ([127.0.0.1]:51522 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aaGaX-0006Ft-Px for submit@debbugs.gnu.org; Mon, 29 Feb 2016 00:41:46 -0500 Original-Received: from hermes.netfonds.no ([80.91.224.195]:44025) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aaGaW-0006Fl-QC for 17062@debbugs.gnu.org; Mon, 29 Feb 2016 00:41:45 -0500 Original-Received: from cpe-60-225-211-161.nsw.bigpond.net.au ([60.225.211.161] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aaGa6-0003Rb-LG; Mon, 29 Feb 2016 06:41:19 +0100 In-Reply-To: <877fk11f2y.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 26 Dec 2015 15:04:21 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-MailScanner-ID: 1aaGa6-0003Rb-LG MailScanner-NULL-Check: 1457329279.65951@GOccm0mQEaCuKeGvP9Fppw X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:114103 Archived-At: Lars Ingebrigtsen writes: > Andreas R=F6hler writes: > >> fill.el >> >> Running into a "Wrong type argument"-error caused by >> >> (current-fill-column) >> >> which may return nil >> >> If nil, the following line in >> >> fill-match-adaptive-prefix >> >> breaks: >> >> (>=3D (+ (current-left-margin) (length str)) (current-fill-column)) > > Are you still seeing this problem? If so, please post a backtrace. More information was requested, but no response was given within a few months, so I'm closing this bug report. If the problem still exists, please reopen this bug report. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no