php-elisp 1.23.0-1 source package in Ubuntu

Changelog

php-elisp (1.23.0-1) unstable; urgency=medium

  * New upstream release.

 -- Nicholas D Steeves <email address hidden>  Fri, 08 May 2020 20:30:03 -0400

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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-elisp_1.23.0-1.dsc 1.9 KiB 3db1a09cffcc54203c513d63cafae41cbf4c020a38038af3939e298aeffa44bc
php-elisp_1.23.0.orig.tar.xz 75.0 KiB 9e4cbb156b74dbca898752e78709f9e875473121c73efcbd6233a03d7d08b42a
php-elisp_1.23.0-1.debian.tar.xz 5.7 KiB a702ee376ea2488ac269ed230e693dec02dc232ba0bdcbea8ae369b19f28a6be

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).