kunhtkun
kunhtkun
Fix #20. This simply requires `compile.el` so that we will have the `compilation-*` faces available. However, I am not sure if it is the best fix. Maybe we should instead...
Hi! In the AUCTeX 14.1 release, major modes are renamed as documented in the change log file [(doc/changes.texi)](https://git.savannah.gnu.org/cgit/auctex.git/tree/doc/changes.texi): ```texi @heading News in 14.1 @itemize @bullet @item @AUCTeX{} changes major mode...
Previously only the first edge is checked, which is presumably a typo. * snap-core/graph.h (THGraph::TNodeI::HasEdge): Correctly check all neighboring edges of the node. Cc @bpedrood. Thanks!