Comments

15 Comments
BZ#1943743 "ansible-test --docker" fails on second run and afterwards with podman-docker
BZ#1900363 youtube-dl-2020.11.26 is available
BZ#1679274 Syntax error in default exim.conf
BZ#1405546 Review Request: emacs-json-reformat - Reformatting tool for JSON
BZ#1405547 Review Request: emacs-json-snatcher - Get the path to a JSON element in Emacs
BZ#1405548 Review Request: emacs-json-mode - Major mode for editing JSON files with Emacs

The package works fine under F26 (and could be pushed to stable), but the referenced bug is the wrong one (should be #1423523 and #1417329).

BZ#1420129 %_emacs_bytecompile does not work with files in subdirectories
BZ#1501883 youtube-dl-2017.10.12 is available

Unfortunately, the automatic replacing misses three spots where "bsdtar" is meant:

  1. In the manual title, "TAR(1)" (".Dt TAR 1").
  2. In a command example, "$ tar -cvf output.tar @input.mtree" (".Dl $ tar -cvf output.tar @input.mtree").
  3. In the section "Compatibility", "For maximum portability, scripts that invoke tar should use the bundled-argument format above, […]".

I looked at all other matches of "\b(bsd)?tar\b" and they appeared correct to me.

BZ#1294252 Man page for bsdtar(1) claims that it is for tar(1)

This works at least for font-locking (I didn't check deeper as I typically use php-mode primarily for syntax highlighting). Thanks!

The package doesn't associate php-mode automatically with *.php files. I'm not sure if and what the official Fedora policy for this is, but the puppet package's puppet-mode-init.el has a:

(add-to-list 'auto-mode-alist '("\\.pp\\'" . puppet-mode))

I would find it useful to have the same for php-mode.

BZ#1289860 Review Request: emacs-php-mode - Major GNU Emacs mode for editing PHP code

Same error here as @yuwata's.

BZ#1289860 Review Request: emacs-php-mode - Major GNU Emacs mode for editing PHP code

When loading the mode with (load-library "php-mode") or (require 'php-mode), Emacs complains:

Loading php-mode...
Cannot open load file: datei oder Verzeichnis nicht gefunden, php-ext
BZ#1289860 Review Request: emacs-php-mode - Major GNU Emacs mode for editing PHP code