Package: subversion-tools Version: 1.14.2-4+b2 Severity: normal Tags: patch X-Debbugs-Cc: none, OHURA Makoto <[email protected]>
Dear Maintainer, After upgrading emacs 29.1, psvn.el does not work fine. Emacs 29.1 doesn't support the function, toggle-read-only. Use read-only-mode. I attach a patch to this e-mail. Thanks. -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.4.0-1-amd64 (SMP w/2 CPU threads; PREEMPT) Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages subversion-tools depends on: ii libapr1 1.7.2-3 ii libc6 2.37-6 ii libsvn1 1.14.2-4+b2 ii subversion 1.14.2-4+b2 Versions of packages subversion-tools recommends: ii libconfig-inifiles-perl 3.000003-2 ii libsvn-perl 1.14.2-4+b2 ii liburi-perl 5.19-2 ii postfix [mail-transport-agent] 3.8.1-2 ii rsync 3.2.7-1 ii svn2cl 0.14-3 Versions of packages subversion-tools suggests: pn ruby-svn <none> -- no debconf information ---- OHURA Makoto: [email protected](Debian Project) [email protected](LILO/Netfort) GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt fingerprint: 54F6 D1B1 2EE1 81CD 65E3 A1D3 EEA2 EFA2 77DC E083 http://www.netfort.gr.jp/~ohura/
--- psvn.el.old 2023-08-04 01:00:23.460477204 +0900
+++ psvn.el 2023-08-04 00:28:50.764059785 +0900
@@ -2248,7 +2248,7 @@
(setq mode-line-process 'svn-status-mode-line-process)
(run-hooks 'svn-status-mode-hook)
(let ((view-read-only nil))
- (toggle-read-only 1)))
+ (read-only-mode 1)))
(defun svn-status-update-mode-line ()
(setq svn-status-mode-line-process
@@ -5729,7 +5729,7 @@
(use-local-map svn-info-mode-map)
(setq major-mode 'svn-info-mode)
(setq mode-name "svn-info")
- (toggle-read-only 1))
+ (read-only-mode 1))
(defun svn-info-show-context ()
"Show the context for a line in the info buffer.
@@ -5814,7 +5814,7 @@
(if svn-blame-mode
(progn
(easy-menu-add svn-blame-mode-menu)
- (toggle-read-only 1))
+ (read-only-mode 1))
(easy-menu-remove svn-blame-mode-menu))
(force-mode-line-update))
pgp_1OkSICrk6.pgp
Description: OpenPGP Digital Signature

