Gnus development mailing list
 help / color / mirror / Atom feed
From: Trey Jackson <tjackson@ichips.intel.com>
Subject: fill-prefix being set when using Gnus
Date: Fri, 07 Jun 2002 09:13:58 -0700	[thread overview]
Message-ID: <qkxptz3dq2h.fsf@dlxc0017.pdx.intel.com> (raw)

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.

My message-mode-hook is clean, I cannot find any occurrences of code
that would set it to " >" in my .emacs, or in any of the files in my load-path:

(igrep igrep-program
       "fill-prefix"
       (mapcar (lambda
                 (dir)
                 (concat dir
                         (if (string-match "/$" dir)
                             nil
                           "/")
                         "*.el"))
               load-path)
       igrep-options)

It's really bugging me, but I can't figure it out.
Any help out there?


TJ

ps. Oort Gnus v0.06, Emacs 20.7

pps. minor modes when replying are:

     Compiling MML Flyspell Sig-Quote Filladapt Abbrev Fill

Sig-Quote is my own mode for inserting signatures, the rest are pretty standard.

-- 
Trey Jackson
tjackson@ichips.intel.com

Q: Should I learn the parallel or telemark turn?
A: Shut up and ski!



             reply	other threads:[~2002-06-07 16:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-07 16:13 Trey Jackson [this message]
2002-06-07 17:39 ` Simon Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=qkxptz3dq2h.fsf@dlxc0017.pdx.intel.com \
    --to=tjackson@ichips.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).