php-elisp 1.22.1-2 source package in Ubuntu

Changelog

php-elisp (1.22.1-2) unstable; urgency=medium

  * Do source-only upload so package can migrate to testing.
  * Declare Standards-Version: 4.4.1 (no changes required).

 -- Nicholas D Steeves <email address hidden>  Sun, 17 Nov 2019 16:52:36 -0500

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
lisp
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-elisp_1.22.1-2.dsc 2.0 KiB 57716fbf0209730d2bc8fbc1b311a0d7f6b840805845de99425349974cae7757
php-elisp_1.22.1.orig.tar.xz 72.0 KiB 3e85acc7589baf58dcafc4a8dd0272c67a75efa47e924aef101a6187f408c575
php-elisp_1.22.1-2.debian.tar.xz 5.6 KiB 6925890c2b69eea3976db979cb07b0c06c71d745902579e3c32055272fec35c3

Available diffs

No changes file available.

Binary packages built by this source

elpa-php-mode: PHP Mode for GNU Emacs

 This project updates PHP Mode for GNU Emacs with features that make
 it more friendly to use with PHP 5.4 and later. Web Mode should be
 used in preference to PHP Mode when one needs to work with PHP
 scripts that contain HTML and other markup. Supports:
  * Highlighting for keywords, for all official PHP magic and
    predefined constants, for PHPDoc tags and annotations, and for
    customised user-defined lists of frequently used constants.
  * Imenu listings for traits, interfaces, namespaces, and anonymous
    functions.
  * Syntax highlighting, including fontification of namespaces.
  * Chained Method Calls that align method calls over multiple lines
    anchored around the '->' operator.
  * Prettified formatting of arrays and nested function calls.
  * On-the-fly syntax checking via Flycheck or Flymake.
  * Searching PHP documentation using key at point (under cursor).
  * Executing Regions of PHP. Output appears in the *PHP* buffer.
  * Multiple coding styles. In addition to its default style, this
    mode supports Drupal, WordPress, Symfony2, and PEAR/PSR-2.
  * Amaka. PHP Mode activates when editing build scripts.
  * Most of PSR-5: PHPDoc (Draft).