From: G. B. R. <g.b...@gm...> - 2024-04-24 19:24:07
|
At 2024-04-24T19:06:23-0000, Guenter Milde via Docutils-develop wrote: > So my question is: > > * Do we want to keep the emacs variables block? > Is anyone using emacs? I tend to use Vim, but occasionally use emacs. > * If yes, do we need the FORM FEED character > (it shows as ^L in my text editor). As far as I know, this is not necessary. As I recollect, GNU Emacs scans backward through the last 3,000 bytes of the file attempting to match the "Local variables:" pattern; the lack of a form feed character before that text does not frustrate the search. Try out the attached file. Regards, Branden |