cjohansson / emacs-phps-mode

Emacs major mode for PHP with code intelligence
GNU General Public License v3.0
36 stars 2 forks source link

phps-mode/:catch: Invalid read syntax: "#" #51

Open OrionRandD opened 2 months ago

OrionRandD commented 2 months ago

I am getting this error:

Error (use-package): phps-mode/:catch: Invalid read syntax: "#"

My version is: ;;; phps-mode.el --- Major mode for PHP with code intelligence -- lexical-binding: t --

;; Copyright (C) 2018-2024 Free Software Foundation, Inc.

;; Author: Christian Johansson christian@cvj.se ;; Maintainer: Christian Johansson christian@cvj.se ;; Created: 3 Mar 2018 ;; Modified: 15 Jan 2024 ;; Version: 0.4.47 ;; Keywords: tools, convenience ;; URL: https://github.com/cjohansson/emacs-phps-mode

;; Package-Requires: ((emacs "26"))

;; This file is not part of GNU Emacs.

cjohansson commented 2 months ago

What Emacs version are you using?

OrionRandD commented 2 months ago

What Emacs version are you using?

GNU Emacs 29.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) of 2024-04-20, modified by Debian

cjohansson commented 2 months ago

I am using about the same version without any issues, just to make sure this issue is not from use-package package can you try to eval this code (M-x eval-expression) and see if you get any errors?

(require 'phps-mode)