>> 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
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
>> 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
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...
___
>> 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-
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
> 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,
> 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