GNU bug report logs -
#33871
27.0.50; Revert Dired window saved in window configuration
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Tue, 25 Dec 2018 21:43:01 UTC
Severity: minor
Found in version 27.0.50
Fixed in version 30.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Note that
>
> + (with-selected-window w
> + (when (functionp window-set-context-function)
>
> and
>
> + (with-selected-window w
> + (when-let ((context (window-parameter w 'context)))
>
> would set up a precedence case for the future use of
> 'window-set-context-function'. Are you sure that you always want to
> select the window in question here or would it suffice to pass the
> window as argument to the context function?
With 'with-selected-window' the code was so simple: just one call
'with-selected-window' and no special handling needed. But
without 'with-selected-window' the code became more complicated
and error-prone. I just found another place that needed to use
the window's buffer, and fixed it. I don't know maybe
'with-selected-window' was not too bad? Or it has other problems?
This bug report was last modified 1 year and 102 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.