emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH]


From: Timothy
Subject: Re: [PATCH]
Date: Tue, 28 Sep 2021 01:52:44 +0800
User-agent: mu4e 1.6.5; emacs 28.0.50

Bastien <bzg@gnu.org> 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]