From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45156 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: fill-prefix being set when using Gnus Date: Fri, 07 Jun 2002 19:39:36 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1023471646 16233 127.0.0.1 (7 Jun 2002 17:40:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 7 Jun 2002 17:40:46 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17GNjC-0004Di-00 for ; Fri, 07 Jun 2002 19:40:46 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17GNiK-00012n-00; Fri, 07 Jun 2002 12:39:52 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 07 Jun 2002 12:40:08 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id MAA10997 for ; Fri, 7 Jun 2002 12:39:57 -0500 (CDT) Original-Received: (qmail 5238 invoked by alias); 7 Jun 2002 17:39:37 -0000 Original-Received: (qmail 5233 invoked from network); 7 Jun 2002 17:39:36 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 7 Jun 2002 17:39:36 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.4/8.12.4) with ESMTP id g57HdYXq026361; Fri, 7 Jun 2002 19:39:34 +0200 Original-To: Trey Jackson Mail-Copies-To: nobody In-Reply-To: (Trey Jackson's message of "Fri, 07 Jun 2002 09:13:58 -0700") Original-Lines: 17 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.90 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45156 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45156 Trey Jackson writes: > All, > > I'm having a dickens of a time tracking down where the variable > 'fill-prefix is being set. Here's what's happening: > > After staring up emacs, I make sure the default value for 'fill-prefix > is nil. I go about my business, editing scripts, C++ code, and using > Gnus for mail/news. At some point, I'll start composing a > follow-up/reply to someone's message, and the default value of > 'fill-prefix will be set to " >". > > I cannot figure out where this is happening. flow-fill.el? It does use a temporary binding, but there might be bad magic inside some function it later calls.