Re: Recent changes to Calendar/Diary

2005-09-19 Thread Stefan Monnier
>> I think it hides the actual problem. >> A `save-excursion' around `with-current-buffer' is just very weird. > Yup. >> What happens if you revert your patch and apply the one below instead? > My bug is gone, indeed. > I've reverted my change, please install this better patch instead. Done, t

Re: Recent changes to Calendar/Diary

2005-09-19 Thread Romain Francoise
Stefan Monnier <[EMAIL PROTECTED]> writes: > I think it hides the actual problem. > A `save-excursion' around `with-current-buffer' is just very weird. Yup. > What happens if you revert your patch and apply the one below instead? My bug is gone, indeed. I've reverted my change, please install

Re: Recent changes to Calendar/Diary

2005-09-19 Thread Stefan Monnier
>> Hmm curious ... I'll take yet another look, > Note that I installed a change yesterday to that effect. I think it hides the actual problem. A `save-excursion' around `with-current-buffer' is just very weird. What happens if you revert your patch and apply the one below instead? S

Re: Recent changes to Calendar/Diary

2005-09-19 Thread Romain Francoise
Stefan Monnier <[EMAIL PROTECTED]> writes: > Hmm curious ... I'll take yet another look, Note that I installed a change yesterday to that effect. -- Romain Francoise <[EMAIL PROTECTED]> | I've become someone else's it's a miracle -- http://orebokech.com/ | nightmare... ___

Re: Recent changes to Calendar/Diary

2005-09-19 Thread Stefan Monnier
>> The patch I just installed should have fixed it. > It doesn't, but reversing the order of with-current-buffer and > save-excursion in your new version of the function does. Hmm curious ... I'll take yet another look, Stefan ___ Emacs-

Re: Recent changes to Calendar/Diary

2005-09-16 Thread Romain Francoise
Stefan Monnier <[EMAIL PROTECTED]> writes: > The patch I just installed should have fixed it. It doesn't, but reversing the order of with-current-buffer and save-excursion in your new version of the function does. -- Romain Francoise <[EMAIL PROTECTED]> | The world is a fine place, it's a mirac

Re: Recent changes to Calendar/Diary

2005-09-16 Thread Stefan Monnier
> With today's Emacs: when I do M-x calendar, instead of just telling me > that there are no diary items for today as it used to, Emacs jumps to > the next diary-anniversary entry in my diary, which is on September > 25th. The patch I just installed should have fixed it. Please confirm,

Re: Recent changes to Calendar/Diary

2005-09-13 Thread Stefan Monnier
> With today's Emacs: when I do M-x calendar, instead of just telling me > that there are no diary items for today as it used to, Emacs jumps to > the next diary-anniversary entry in my diary, which is on September > 25th. > Is this intentional? Nope. I must have messed up something. I'll take