Discussion:
ediff-word-{1,2,3,4}
(too old to reply)
Julian Bradfield
2023-09-03 21:08:30 UTC
Permalink
I don't understand where to set these variables if I want to customize
refinement for a particular invocation of ediff. They are
buffer-local, so which buffer do I set them in?
Po Lu
2023-09-05 03:32:14 UTC
Permalink
Post by Julian Bradfield
I don't understand where to set these variables if I want to customize
refinement for a particular invocation of ediff. They are
buffer-local, so which buffer do I set them in?
Would setting their default values help?
Julian Bradfield
2023-09-05 08:20:50 UTC
Permalink
Post by Po Lu
Post by Julian Bradfield
I don't understand where to set these variables if I want to customize
refinement for a particular invocation of ediff. They are
buffer-local, so which buffer do I set them in?
Would setting their default values help?
Yes, but it would be inelegant :)

I suppose the other thing would be to write a little wrapper round
ediff which would just let-bind them.

Or to write buffer-local variable settings into the files, which is
slightly annoying since I'm mainly wanting to compare versions of files.
Loading...