php-elisp 1.25.0-1ubuntu1 source package in Ubuntu

Changelog

php-elisp (1.25.0-1ubuntu1) noble; urgency=medium

  * d/control: depend on php8.3

 -- Athos Ribeiro <email address hidden>  Fri, 23 Feb 2024 22:25:45 -0300

Upload details

Uploaded by:
Athos Ribeiro
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
text
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe text

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-elisp_1.25.0.orig.tar.xz 109.5 KiB c34ad80e502fe129872094b6c8221176f7fdf52a3cc48ca740020a562e41b3e8
php-elisp_1.25.0-1ubuntu1.debian.tar.xz 9.7 KiB ceb14c6ab55b7b97a5d59dd6d5e4a8103fc6dcef7e34dc444fa06cfb1bc1c97a
php-elisp_1.25.0-1ubuntu1.dsc 2.1 KiB bb910934859f91312af67c74523c48a31517a16222f65e0a882118546e8bf734

View changes file

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