GPLv3

ffap-include-start.el

ffap-include-start.el lets Emacs find-file-at-point (ffap) recognise C, GNU Awk, or GNU Make, or Gtk RC includes like

#include <foo.h>
@include "foo.rc"
include foo.make
include "foo.rc"
when point is at the start of the line or on the include or #include part, not just on the foo filename part.

ffap-include-start.el is free software (free as in freedom), published under the terms of the GNU General Public License (v3 or up).

Download version 11,

The sig file is an Gnu PG ascii armoured signature generated from my key.


See also ffap-gcc-path.el for setting the include search path for GCC, and ffap-makefile-vars.el for makefile variable expansion.


This page Copyright 2007, 2008, 2009, 2010, 2011, 2013, 2014, 2015, 2016, 2017 Kevin Ryde, except for the GPLv3 logo which is Copyright Free Software Foundation and used here in accordance with its terms.

(Back to the sitemap.)