1471 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
page 1 / 1
2 results tagged lib x
  • thumbnail
    Flycheck for Perl projects
    (flycheck-define-checker perl-project-libs
      "A perl syntax checker."
      :command ("perl"
                "-MProject::Libs lib_dirs => [qw(local/lib/perl5)]"
                "-wc"
                source-inplace)
      :error-patterns ((error line-start
                              (minimal-match (message))
                              " at " (file-name) " line " line
                              (or "." (and ", " (zero-or-more not-newline)))
                              line-end))
      :modes (cperl-mode))
    
    (add-hook 'cperl-mode-hook
              (lambda ()
                (flycheck-mode t)
                (setq flycheck-checker 'perl-project-libs)))
    
    April 29, 2019 at 8:59:35 PM UTC - permalink -
    QRCode
    - https://m0t0k1ch1st0ry.com/blog/2014/07/07/flycheck/
    carton dependencies emacs error flycheck lib path perlbrew
  • thumbnail
    using emacs flycheck with perl and perlbrew
    '(flycheck-perl-include-path
    (quote
    ("your path to your perl libraries")))
    '(flycheck-perl-executable "path to your perl executable")
    April 29, 2019 at 6:18:56 PM UTC * - permalink -
    QRCode
    - https://randstructure.wordpress.com/2015/06/21/using-emacs-flycheck-with-perl-and-perlbrew/
    carton emacs flycheck lib path perl perlbrew
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation