From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.help Subject: Re: M-q does not fill quoted text anymore Date: Thu, 08 Dec 2005 13:35:09 +0100 Message-ID: References: <1134031986.304604.93410@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1134056180 11736 80.91.229.2 (8 Dec 2005 15:36:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Dec 2005 15:36:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 08 16:36:13 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EkNmc-0004GN-Fq for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Dec 2005 16:34:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkNjV-00011q-9T for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Dec 2005 10:30:57 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-X-Trace: individual.net 5uEbWG2VJCJ/wyB/x2nF1Ay2kUbmOurPibenVCtAyhBlvCpL9y User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:MO+GSBnHbbEDvyBCAc/PU2bV+c4= Original-Xref: shelby.stanford.edu gnu.emacs.help:136171 Original-To: help-gnu-emacs@gnu.org 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:31784 Archived-At: "zuying@gmail.com" writes: > I was always trying to recover my dotemacs file according to the > change-log to see if any settings or recently added elisp got > conflicted with the key binding. I wonder whether there are other ways > to debug the fix it better........ I guess I *could* put in (error "I'll stop here") in the code and see when the filling works and when it doesn't... Btw, emacs -q works, of course. I checked the values of all the variables that fill-paragraph says it checks, and they were the same in both "emacs -q" and normal startup.