Does not break original ispell mode from jed This issue has been largely discussed in Bug#572621. Adding the -a option to aspell in variable Ispell_Program_Name seems to be an acceptable solution, in particular when users put the following in their ~/.jedrc: . autoload ("ispell", "/usr/share/jed/lib/ispell.sl"); autoload ("flyspell_mode", "flyspell"); . and activate flyspell mode in their buffers. Without the change in this patch, users that do so will have a non-functional "\e$" key.
Do not run unit test involving curl if network is not activated This is necessary because some auto-builders disable the network connection at build time. This is a Debian-specific patch.