From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#468: longline mode and flyspell fails when type backspace Date: Wed, 23 Jul 2008 01:25:25 -0400 Message-ID: <87iqux9np6.fsf@stupidchicken.com> Reply-To: Chong Yidong , 468@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216792117 18879 80.91.229.12 (23 Jul 2008 05:48:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jul 2008 05:48:37 +0000 (UTC) Cc: 468@emacsbugs.donarmstrong.com To: Marco Pessotto Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jul 23 07:49:26 2008 Return-path: Envelope-to: geb-bug-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 1KLXE3-0006YV-Go for geb-bug-gnu-emacs@m.gmane.org; Wed, 23 Jul 2008 07:49:23 +0200 Original-Received: from localhost ([127.0.0.1]:43398 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLXDA-0000qo-54 for geb-bug-gnu-emacs@m.gmane.org; Wed, 23 Jul 2008 01:48:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLXCC-0000KR-Vf for bug-gnu-emacs@gnu.org; Wed, 23 Jul 2008 01:47:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLXC8-0000H7-1n for bug-gnu-emacs@gnu.org; Wed, 23 Jul 2008 01:47:25 -0400 Original-Received: from [199.232.76.173] (port=60615 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLXC7-0000Gf-Kq for bug-gnu-emacs@gnu.org; Wed, 23 Jul 2008 01:47:23 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:44362) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KLXC6-0007Uj-Jo for bug-gnu-emacs@gnu.org; Wed, 23 Jul 2008 01:47:23 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m6N5lIeu014948; Tue, 22 Jul 2008 22:47:19 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m6N5Z30n011471; Tue, 22 Jul 2008 22:35:03 -0700 X-Loop: don@donarmstrong.com Resent-From: Chong Yidong Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 23 Jul 2008 05:35:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 468 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 468-submit@emacsbugs.donarmstrong.com id=B468.121679073410178 (code B ref 468); Wed, 23 Jul 2008 05:35:03 +0000 Original-Received: (at 468) by emacsbugs.donarmstrong.com; 23 Jul 2008 05:25:34 +0000 Original-Received: from furry (c-24-63-201-57.hsd1.ma.comcast.net [24.63.201.57]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m6N5PVlE010152 for <468@emacsbugs.donarmstrong.com>; Tue, 22 Jul 2008 22:25:32 -0700 Original-Received: by furry (Postfix, from userid 1000) id B433EC056; Wed, 23 Jul 2008 01:25:25 -0400 (EDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Wed, 23 Jul 2008 01:47:25 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:18784 Archived-At: > Longlines-mode fails using the backspace at the beginning of a line > (with a soft newline at the end of the previous line). It give the > message Error in post-command-hook: (wrong-type-argument integerp > nil). This disables the longlines-mode's auto-wrapping and the font > lock of flyspell. I can't reproduce this. Please provide a detailed recipe for reproducing this bug, beginning with "emacs -Q".