GNU bug report logs -
#62599
30.0.50; Improve ibuffer-diff-with-file
Previous Next
Reported by: "Basil L. Contovounesios" <contovob <at> tcd.ie>
Date: Sat, 1 Apr 2023 22:21:02 UTC
Severity: minor
Tags: patch
Found in versions 30.0.50, 24.5.1
Fixed in version 30.1
Done: Basil Contovounesios <contovob <at> tcd.ie>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 62599 <at> debbugs.gnu.org (full text, mbox):
Mattias EngdegÄrd [2023-04-02 10:24 +0200] wrote:
> Thank you -- I'm no buffer expert but see no obvious flaws.
Thanks for reviewing. I'll wait a few more days for comments before
pushing.
> `verilog-diff-file-with-buffer` in verilog-mode.el looks vaguely
> similar, down to the dodgy unwind-protect, but it has stronger
> compatibility requirements so it probably can't use more recent diff
> machinery.
Oh, that reminded me that call-process has a DISPLAY parameter. I guess
in ibuffer-diff-buffer-with-file-1 we're still interested in calling
redisplay after diff-sentinel, though:
Basil L. Contovounesios [2023-04-01 23:20 +0100] wrote:
> + (diff-sentinel (call-process shell-file-name nil t nil
> + shell-command-switch command)
> + oldtmp newtmp)
> + (goto-char (point-max)))
> + (redisplay)))
I opened https://bugs.gnu.org/62620 for the Verilog case.
Thanks,
--
Basil
This bug report was last modified 2 years and 42 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.