Results 9 comments of François Pinard

Hello, Robert. I see your diffs, but do not understand the problem they intend to solve. PPPP is already defined as "$(PYTHON) pppp" (so it is already called with the...

On Sat, Mar 1, 2014 at 11:11 PM, Elliot Bulmer [email protected]: > ``` > if PYTHON3: > ``` > > NameError: name 'PYTHON3' is not defined > > Hi, Elliot....

Hi, Maciej. I'm not familiar with Rope usage, so I'm slightly tempted to suspect that Rope might be behind the slowdown you observe. But maybe not at all. For one,...

Same here! I am a bit shocked! :-) File "pymacs.el.in" has this code: (if (fboundp 'set-buffer-multibyte) (defalias 'pymacs-set-buffer-multibyte 'set-buffer-multibyte) (defun pymacs-set-buffer-multibyte (flag) "For use in Emacs 20.2 or earlier. Under...

Someone else asked me, today, if there was some pymacs-unload function! :-) If I read you correctly, you even suggest a function that would unload _all_ Pymacs loaded modules at...

Hello, Titus. It would be fun adapting "make check" so it also works under Windows, and not only under Linux. I'm not sure about the best way to proceed. I...

Hi, Masafumi. I would guess these spurious unordered lists are empty table of contents. Most likely, a table of contents should be omitted if there is no contents to show?...

A difficulty for automation: there is no prescription about how to generate HTML. Each HTML exporter is free to do its own way, so one cannot compare an HTML output...

wallyqs: Thanks for the link! :-)