On Fri, Nov 21, 2003 at 07:12:40PM +0100, Adrian Aichner wrote:
>>>>> "Matt" == Matt Price
<matt.price(a)utoronto.ca> writes:
Matt> Any ideas where I should look? I've posted my .xemacs
Matt> directory online, at
http://www.derailleur.org/xemacs if
Matt> anyone wants to take a look. Didn't want to send all them
Matt> files to the whole list, though.
Hey Matt, I get:
Forbidden
You don't have permission to access /xemacs/ on this server.
Apache/1.3.27 Server at
www.derailleur.org Port 80
Sorry adrian,
the permissions should be fixed now. In addition, my color issues seem
to have been solved along the way -- I was missing a
(require 'font-lock)
(setq-default font-lock-maximum-decoration t)
sequence. trivial, but EXTREMELY time-consuming.
I still have this issue about movement-related hooks. I'd really like
for emacs to pop me out underneath the mail headers, rather than above
them, but neither I nor other folks on the mutt-user list have had any
luck with various solution Many of them work fine after the buffer's
have been opened -- for instance, a (mail-text) hook in mail-mode works
fine iF I switch to mail-mode from another mode, but if the buffer is
initially opened in mail-mode, the cursor tays stuck att he top of the
buffer.
DOes this sound like a bug of some kind? Any idea how it can be
fixed?
Thanks,
Matt