Bastien writes: > Since this is a variable, a simple (defvar visual-fill-column-width) > will silent the compiler. I’ve just had another thought which wouldn’t add visual-fill-column-width to the namespace (if that’s worth worrying about). Not sure if this is better or worse though. ┌──── │ (/ (or (and (bound-and-true-p visual-fill-column-mode) │ (or (bound-and-true-p visual-fill-column-mode) auto-fill-function)) └──── Might you have an opinion on this? All the best, Timothy