GNU bug report logs -
#50195
[PATCH] Adding diary-offset, a diary-sexp offsetting another diary-sexp.
Previous Next
Reported by: Yuchen Pei <hi <at> ypei.me>
Date: Wed, 25 Aug 2021 05:57:01 UTC
Severity: wishlist
Tags: patch
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #32 received at 50195 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
> > That would not work, you would still get warnings about free variables.
>
> I don't understand. This code did compile under dynamic-binding, so
> what warnings did you have in mind?
You can just try, they look like
| In diary-list-entries-1:
| diary-lib.el:731:17: Warning: reference to free variable ‘number’
| diary-lib.el:734:48: Warning: reference to free variable ‘list-only’
I just removed lexical-binding from the header and commented the
`with-no-warnings' call in `diary-list-entries-1'.
> > This case is a bit special and not directly related to lexical-binding
> > because these variables are just not declared with `defvar' (and I think
> > we don't want to introduce global variables like `date').
>
> You are saying this always emitted warnings?
AFAIR there have been problems with these variables and warnings about
them for a long time, and different measures to handle them. I think
(I'm not sure) we had (defvar date) in the file in the past. If you
want to have any useful information you must ask Stefan, he was the one
that worked on that.
Michael.
This bug report was last modified 3 years and 319 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.