Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. "..\A\B\a.blah"
  2.  
  3. "../A/B/a.blah"
  4. "..//A//B//a.blah"
  5. "..ABa.blah"
  6.  
  7. "..\A\B\a.blah"
  8.  
  9. ffap-string-at-point-mode-alist is a variable defined in ‘ffap.el’.
  10. Its value is ((file "--:\\${}+<>@-Z_[:alpha:]~*?" "<@" "@>;.,!:")
  11. (url "--:=&?$+@-Z_[:alpha:]~#,%;*()!'" "^[0-9a-zA-Z]" ":;.,!?")
  12. (nocolon "--9$+<>@-Z_[:alpha:]~" "<@" "@>;.,!?")
  13. (machine "-[:alnum:]." "" ".")
  14. (math-mode ",-:$+<>@-Z_[:lower:]~`" "<" "@>;.,!?`:")
  15. (latex-mode "--:\\$+<>@-Z_[:alpha:]~*?" "<@" "@>;.,!:")
  16. (tex-mode "--:\\$+<>@-Z_[:alpha:]~*?" "<@" "@>;.,!:"))
  17.  
  18.  
  19. This variable may be risky if used as a file-local variable.
  20.  
  21. Documentation:
  22. Alist of (MODE CHARS BEG END), where MODE is a symbol,
  23. possibly a major-mode name, or one of the symbols
  24. ‘file’, ‘url’, ‘machine’, and ‘nocolon’.
  25. Function ‘ffap-string-at-point’ uses the data fields as follows:
  26. 1. find a maximal string of CHARS around point,
  27. 2. strip BEG chars before point from the beginning,
  28. 3. strip END chars after point from the end.
  29. The arguments CHARS, BEG and END are handled as described in
  30. ‘skip-chars-forward’.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement