I am using emacs to code in Verilog/SystemVerilog and the commented lines begin with //.
I like to use the "ido find files at point" and so I have '(ido-use-filename-at-point (quote guess)) in custom-set-variables.
It works perfectly except when I am trying to open another file while my cursor is on the first word of a comment like //Revision Control:. It tries to find a file called Revision in // path.
How can I disable the ido ffap functionality for the root / and // paths? Another way that would serve the functionality is if the ido ffap disables automatically on lines starting with //.