The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "emacs"

Emacs - Redefine Perl's system primitives to work inside of Emacs River stage zero No dependents

This module replaces "STDIN", "STDOUT", "STDERR", %ENV, %SIG, "exit", and "warn" (via $SIG{__WARN__}) with versions that work safely within an Emacs session. In Perlmacs, it also defines a function named *main*, which launches an Emacs editing sessio...

JTOBEY/Emacs-EPL-0.7 - 13 Feb 2001 05:42:49 UTC - Search in distribution
  • Emacs::EPL - Protocol implementation and data conversions for Emacs Perl
  • Emacs::EPL - Demand-loaded protocol debugging support
  • Emacs::Lisp - Support for writing Emacs extensions in Perl

Emacs::PDE - Perl Development Environment in emacs River stage zero No dependents

This is not a perl module. It is a collection of emacs lisp extension and configuration for perl development environment....

YEWENBIN/Emacs-PDE-v0.2.17 - 24 Apr 2019 02:53:25 UTC - Search in distribution

Emacs::Rep - a find & replace engine for rep.pl and rep.el River stage zero No dependents

Emacs::Rep is a module that acts as a back-end for the rep.pl script which in turn is used by the emacs library. rep.el. Emacs::Rep is a find and replace engine that can perform multiple perl substitution commands (e.g. s///g) on a given file, record...

DOOM/Emacs-Rep-1.00 - 04 Jul 2012 19:40:16 UTC - Search in distribution
  • rep.pl - perform a series of find and replaces

Emacs::Run - use emacs from perl via the shell River stage one • 1 direct dependent • 1 total dependent

Emacs::Run is a module that provides portable utilities to run emacs from perl as an external process. This module provides methods to allow perl code to: * Probe the system's emacs installation to get the installed version, the user's current load-p...

DOOM/Emacs-Run-0.15 - 01 Sep 2009 07:47:02 UTC - Search in distribution

Emacs::PodMode - Emacs major mode for editing .pod-files River stage zero No dependents

FLORA/pod-mode-1.04 - 13 Oct 2010 13:40:53 UTC - Search in distribution

Regexp::Common::Emacs - regexps for some Emacs filenames River stage one • 3 direct dependents • 5 total dependents

This module is regexps matching filenames used by Emacs. They're designed to operate only on the filename without a directory part, so foo.txt good /dir/foo.txt bad Basename-only is because the directory and/or volume part is system dependent and bes...

KRYDE/Regexp-Common-Other-14 - 04 Jun 2015 22:32:56 UTC - Search in distribution

App::EditorTools::Emacs - Emacs binding for App::EditorTools River stage zero No dependents

Once the emacs bindings have been installed (per the instructions in the SYNOPIS) you can use the mappings below speed editing/refactoring your Perl code. See App::EditorTools for a description of each refactoring routine....

MGRIMES/App-EditorTools-1.00 - 16 Aug 2014 13:54:55 UTC - Search in distribution

Emacs::Run::ExtractDocs - extract elisp docstrings to html form River stage zero No dependents

Emacs::Run::ExtractDocs is a module that provides ways of working with the "docstrings" from emacs lisp packages and transforming them to other formats (at present, just html). The central feature is the elisp_docstrings_to_html method, which can cre...

DOOM/Emacs-Run-ExtractDocs-0.03 - 25 Jan 2010 11:05:59 UTC - Search in distribution

Enbld::Definition::Emacs - definition module for GNU Emacs River stage zero No dependents

MAGNOLIA/Enbld-0.7041 - 09 Feb 2015 13:36:06 UTC - Search in distribution

App::ShellCompleter::emacs - Shell completion for emacs River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-ShellCompleter-emacs-0.04 - 21 Oct 2016 10:07:40 UTC - Search in distribution
  • _emacs - Shell completer for emacs

Term::ReadLine::Zoid::Emacs - a readline emacs mode River stage one • 1 direct dependent • 4 total dependents

This mode provides some emacs key-bindings, taking the bash(1) implementation as a reference. This module also provides a 'emac_multiline' key map....

PARDUS/Term-ReadLine-Zoid-0.07 - 22 Nov 2004 14:59:35 UTC - Search in distribution

Devel::PerlySense::Editor::Emacs - Integration with Emacs River stage zero No dependents

JOHANL/Devel-PerlySense-0.0221 - 30 Aug 2019 08:12:04 UTC - Search in distribution

lib/SVK/Resolve/Emacs.pm River stage one • 7 direct dependents • 8 total dependents

CLKAO/SVK-v2.2.3 - 23 Mar 2010 15:19:59 UTC - Search in distribution

Hyper::Developer::Manual::IDE::Emacs - Hints for Emacs Users River stage zero No dependents

AUTO GENERATOR You can use could use the auto-generator feature of hyper to generate code on configuration save. Just put the following code into your .emacs file and replace the $BASE_PATH thing with your application base path. (add-hook 'after-save...

ACID/Hyper-Developer-0.07 - 18 Feb 2008 23:01:27 UTC - Search in distribution

Text::EmacsColor - syntax-highlight code snippets with Emacs River stage zero No dependents

JROCKWAY/Text-EmacsColor-0.03 - 09 Dec 2009 05:23:53 UTC - Search in distribution

App::Chart::EmacsMain - main loop for Emacs interaction River stage zero No dependents

KRYDE/App-Chart-274 - 15 May 2024 13:50:37 UTC - Search in distribution
  • chart - Stock and commodity price charting and downloading

Syntax::Highlight::WithEmacs - syntax-highlight source code using Emacs River stage zero No dependents

This module uses the Emacs script htmlize.el to provide syntax highlighting the same way as your local Emacs does. Care has been taken so that it works on the server, especially it has been tested to work as part of a Movable Type CodeBeautifier plug...

ANEI/Syntax-Highlight-WithEmacs-0.2 - 20 Sep 2013 14:53:09 UTC - Search in distribution

Sepia - Simple Emacs-Perl Interface River stage zero No dependents

Sepia is a set of features to make Emacs a better tool for Perl development. This package contains the Perl side of the implementation, including all user-serviceable parts (for the cross-referencing facility see Sepia::Xref). This document is aimed ...

SEANO/Sepia-0.992 - 17 Nov 2011 18:25:51 UTC - Search in distribution
  • sepl - a Term::ReadLine-based Sepia interactive shell.

Dist::Zilla::Plugin::CheckEmacsChangeLog - Check missing version in ChangeLog River stage zero No dependents

It is a simple extension of Dist::Zilla::Plugin::CheckChangeLog allowing to check that a sentence about a new version was added to a file "ChangeLog" in your project. It differs from the Dist::Zilla::Plugin::CheckChangeLog by expecting the format of ...

TULSOFT/Dist-Zilla-Plugin-CheckEmacsChangeLog-0.0.2 - 03 Jun 2013 06:34:44 UTC - Search in distribution

File::Versions - Emacs-like versioned file names River stage one • 1 direct dependent • 1 total dependent

This module duplicates the behaviour of programs like the Emacs text editor under Unix, where the environment variables "VERSION_CONTROL" and "SIMPLE_VERSION_CONTROL" allow one to make numbered backups of a file....

BKB/File-Versions-0.10 - 14 Feb 2021 05:10:48 UTC - Search in distribution
228 results (0.107 seconds)