>>>> "Matt" == Matt Price
<matt.price(a)utoronto.ca> writes:
Matt> 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
>
Matt> Sorry adrian,
Matt> the permissions should be fixed now. In addition, my color
Hi Matt, I suggest you upgrade to XEmacs 21.4.14 if possible.
Many issues were fixed since 21.4.6.
See
http://www.xemacs.org/Releases/21.4.7.html#summary
thru
http://www.xemacs.org/Releases/21.4.14.html#summary
Yes, I can get to
http://www.derailleur.org/xemacs/
now, thanks.
Matt> issues seem to have been solved along the way -- I was
Matt> missing a
Matt> (require 'font-lock)
Matt> (setq-default font-lock-maximum-decoration t)
The XEmacs way to enable font-lock for a mode called 'my-major-mode
would be
(add-hook 'my-major-mode-hook 'turn-on-font-lock)
provided 'my-major-mode has a 'my-major-mode-hook.
I do not (require 'font-lock), just use the above for various modes.
Matt> sequence. trivial, but EXTREMELY time-consuming.
Matt> I still have this issue about movement-related hooks. I'd
Matt> really like for emacs to pop me out underneath the mail
Matt> headers, rather than above them, but neither I nor other
Matt> folks on the mutt-user list have had any luck with various
Matt> solution Many of them work fine after the buffer's have been
Matt> opened -- for instance, a (mail-text) hook in mail-mode
Matt> works fine iF I switch to mail-mode from another mode, but
Matt> if the buffer is initially opened in mail-mode, the cursor
Matt> tays stuck att he top of the buffer.
I use message mode under gnus.
It leaves me in the
To:
header when creating a new message.
In case I'd rather be in body, I use
C-c C-b (message-goto-body)
but the to address is probably a good thing to fill in first.
I haven't used mutt.
Adrian
Matt> DOes this sound like a bug of some kind? Any idea how it
Matt> can be fixed?
Matt> Thanks,
Matt> Matt
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/