[mew-int 2418] Re: mew-field-spec
Bastien
bzg at example.com
Sun Jan 27 11:13:41 JST 2008
Kazu Yamamoto (山本和彦) <kazu at example.com> writes:
>> Well, the value of `mew-field-spec' is correct, but this variable is
>> somehow ignored. In the meantime I discovered that this error doesn't
>> happen with a clean invocation of Emacs ("emacs -q")
>>
>> I guess my hairy setup is messing up a bit.
>>
>> Any idea of what could make mew ignore the value of `mew-field-spec'?
>
> Your Emacs might load old Mew from somewhere. Check directories
> which are printed with:
> (pp load-path)C-j
I've found the culprit. I had this piece of advice:
,----
| (defadvice forward-page (after recenter-at-top)
| "After next page, recenter at the top."
| (recenter 1))
|
| (ad-activate 'forward-page)
`----
And auto-recentering revealed skipped header in the message. Everything
works ok now, thanks for your help!
--
Bastien
More information about the Mew-int
mailing list