Re: diary-date-forms customization too late

2007-04-07 Thread Glenn Morris
Stephen Berman wrote: > If you call (diary) from your init-file and use the Custom interface > to customize diary-date-forms, the customization gets evaluated after > diary-font-lock-keywords has been set, so your customized date form > does not get fontified as it should. To reproduce: Thanks;

Re: diary-date-forms customization too late

2007-04-07 Thread Stephen Berman
On Sat, 07 Apr 2007 21:06:10 +0200 Stephen Berman <[EMAIL PROTECTED]> wrote: > This hack is untenable. What it does must only be done the first > time diary-show-all or make-diary-entry are invoked but not on > subsequent invocations (don't want to kill modified buffers!). I > think the fix must

Re: diary-date-forms customization too late

2007-04-07 Thread Stephen Berman
On Sat, 07 Apr 2007 15:08:59 +0200 Stephen Berman <[EMAIL PROTECTED]> wrote: > On Sat, 07 Apr 2007 12:49:07 +0200 Stephen Berman > <[EMAIL PROTECTED]> wrote: > >> Since this bug seems similar to the others involving "too late" >> customization that I have reported recently and Glenn Morris fixed,

smtp bug with most recent cvs gnu emacs

2007-04-07 Thread emacs user
hello again, this problem disappeared after maintainer-clean and make bootstrap. apologies... using GNU/linux (redhat enterprise 4), most recent cvs Emacs 22.0.97.3 , trying to mail using smtp results in the error message (invalid-function with-case-table). > traceback attached. thanks,

Re: smtp bug with most recent cvs gnu emacs

2007-04-07 Thread Chong Yidong
"emacs user" <[EMAIL PROTECTED]> writes: > using GNU/linux (redhat enterprise 4), most recent cvs Emacs 22.0.97.3 , > trying to mail using smtp results in the error message > (invalid-function with-case-table). traceback attached. thanks, EU You need to recompile your lisp directory and dump E

smtp bug with most recent cvs gnu emacs

2007-04-07 Thread emacs user
using GNU/linux (redhat enterprise 4), most recent cvs Emacs 22.0.97.3 , trying to mail using smtp results in the error message (invalid-function with-case-table). traceback attached. thanks, EU _ Mortgage rates near historic l

Re: diary-date-forms customization too late

2007-04-07 Thread Stephen Berman
On Sat, 07 Apr 2007 12:49:07 +0200 Stephen Berman <[EMAIL PROTECTED]> wrote: > Since this bug seems similar to the others involving "too late" > customization that I have reported recently and Glenn Morris fixed, I > tried similar fixes to diary-date-forms, using the :initial and :set > keywords

diary-date-forms customization too late

2007-04-07 Thread Stephen Berman
If you call (diary) from your init-file and use the Custom interface to customize diary-date-forms, the customization gets evaluated after diary-font-lock-keywords has been set, so your customized date form does not get fontified as it should. To reproduce: 1. Let your ~/.emacs consist only of th

Re: [unicode-2] whitespace-auto-cleanup always replaces leading spaces with tabs

2007-04-07 Thread martin rudalics
> I'm using the emacs-unicode-2 branch. After a recent update of my > working copy, whitespace-auto-cleanup replaces sequences of 8 spaces in > leading whitespace with tabs. It does this even though indent-tabs-mode, > whitespace-check-leading-whitespace, and > whitespace-check-indent-whitespace a