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
> Here is the patch that stores any kind of information via a hook,
> one for each window in a buffer local way.
>
> Currently only dired positions for the revert case are supported.
> But also I tried to save context of any buffer in a bookmark way,
> and this works nicely, and correctly restores old positions even
> from window states from the desktop:
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?
martin
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.