GNU bug report logs -
#70348
[PATCH] Make preview placement more flexible
Previous Next
Reported by: Paul Nelson <ultrono <at> gmail.com>
Date: Fri, 12 Apr 2024 07:19:03 UTC
Severity: normal
Tags: patch
Done: Arash Esbati <arash <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #31 received at 70348 <at> debbugs.gnu.org (full text, mbox):
Paul Nelson <ultrono <at> gmail.com> writes:
>> Sorry about that, I was sloppy in splitting up a commit. The fix is:
>
> In more detail, the "fix" is contained in the patch I submitted later
> at #70442, and the issue arose when I split some commit into this
> patch and that one. One way to proceed would be to squash those two
> patches, if the latter looks OK.
If you don't mind, I install this small change to fix the issue at hand:
--8<---------------cut here---------------start------------->8---
diff --git a/preview.el.in b/preview.el.in
index 5625d9c0..925ea3eb 100644
--- a/preview.el.in
+++ b/preview.el.in
@@ -3619,7 +3619,7 @@ name(\\([^)]+\\))\\)\\|\
tempdir
(cdr open-data)))
(ov (car ovl)))
- (setq close-data (nconc ovl close-data))
+ (setq close-data (nconc ovl close-data)))
(with-current-buffer run-buffer
(preview-log-error
(list 'error
--8<---------------cut here---------------end--------------->8---
and we can the go on and discuss the other patches. It will probably
produce a little work at your end, but I hope you bear with me. Ok?
Best, Arash
This bug report was last modified 1 year and 35 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.