bug#72866: [PATCH] Add ediff-copy-all-X-to-Y functions

2024-09-01 Thread Paul Nelson
#x27;ve updated the patch with a NEWS entry (formatted to the best of my ability), together with updates to the Ediff manual and the internal help system. Happy to revise further if I missed anything. Thanks, best, Paul From 70cb106941e10fee1e0946928b4ade7f599dfd41 Mon Sep 17 00:00:00 2001 From: Pa

bug#72866: [PATCH] Add ediff-copy-all-X-to-Y functions

2024-09-04 Thread Paul Nelson
Hi Robert, > The functionality seems useful. I wonder if it makes more sense to > have them triggered by the prefix arg, eg "C-u b", "C-u a b", > etc. rather than having to keep Ctrl pressed. > > Robert > -- Many thanks for your suggestion. I agree that this is a more elegant approach, which als

bug#72866: [PATCH] Add ediff-copy-all-X-to-Y functions

2024-09-04 Thread Paul Nelson
Thanks Robert, I've implemented your suggestions. I hope someone will check that I've used "+++" correctly in NEWS, affirming that I updated the documentation -- hopefully I didn't miss anything. Any other comments welcome. Paul 0001-Add-Ediff-feature-for-copying-all-differences.patch Descript

bug#73037: 31.0.50; fullscreen tooltips break after loading pdf-tools on MacOS

2024-09-05 Thread Paul Nelson
I've tested the following setups: (1) Emacs master, pdf-tools 1.1.0 (2) Emacs 29.4, pdf-tools 1.1.0 The issue appears with (1) but not (2), so I figured I'd report it as a bug with Emacs rather than pdf-tools, but would welcome other suggestions. Steps to reproduce: 1. Install pdf-tools (e.g.,

bug#73037: 31.0.50; fullscreen tooltips break after loading pdf-tools on MacOS

2024-09-12 Thread Paul Nelson
Thanks, will do.