Tíquete #48966

Doesn't work with Emacs29.1

: 2024-01-22 06:10 Última Atualização: 2024-05-09 02:40

Relator:
Dono:
Tipo:
Estado:
Aberto [Owner assigned]
Componente:
Marcos:
(Nenhum)
Prioridade:
5 - Medium
Gravidade:
5 - Medium
Resolução:
Nenhum
Arquivo:
Nenhum

Details

大昔から Egg/FreeWnn を使っていた為に、2009年以来 tamago-tsunagi を使ってきましたが、 今回 Fedora 39 に上げたことで Emacs29.1 になり、 結果、tamago-tsunagi が動かなくなりました。

色々と引っ掛かりそうなところがあるようですが、 一番は buffer-has-markers-at が無くなってしまったことのようです。 ※ egg-cnv で使用している。

どうしたら良いものか?

Ticket History (3/5 Histories)

2024-01-22 06:10 Updated by: zic-osdn
  • New Ticket "Doesn't work with Emacs29.1" created
2024-01-29 23:12 Updated by: zic-osdn
  • Dono Update from (Nenhum) to itisango
  • Componente Update from (Nenhum) to elisp
2024-05-08 05:55 Updated by: None
Comentário

zic-osdn への返信

一番は buffer-has-markers-at が無くなってしまったことのようです。 ※ egg-cnv で使用している。

次の様な感じで代替できそうです。

(defun buffer-has-markers-at (position) "Return t if there are markers pointing at POSITION in the current buffer. The original function was obsolute since 24.3." (let ((tmp-ring mark-ring)) (while (and tmp-ring (not (= position (marker-position (car tmp-ring))))) (pop tmp-ring) ) tmp-ring))

あともしinactivate-current-input-method-function と inactivate-input-method について問題となる場合は以下を参照のこと

https://www.mail-archive.com/users-jp@freebsd.org/msg00229.html

2024-05-08 05:55 Updated by: None
Comentário

zic-osdn への返信

一番は buffer-has-markers-at が無くなってしまったことのようです。 ※ egg-cnv で使用している。

次の様な感じで代替できそうです。

(defun buffer-has-markers-at (position) "Return t if there are markers pointing at POSITION in the current buffer. The original function was obsolute since 24.3." (let ((tmp-ring mark-ring)) (while (and tmp-ring (not (= position (marker-position (car tmp-ring))))) (pop tmp-ring) ) tmp-ring))

あともしinactivate-current-input-method-function と inactivate-input-method について問題となる場合は以下を参照のこと

https://www.mail-archive.com/users-jp@freebsd.org/msg00229.html

2024-05-09 02:40 Updated by: zic-osdn
Comentário

コメント有難うございます。

頂いた修正を適用したところ、問題無く動いているように見えます。

助かりました。

Attachment File List

No attachments

Editar

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login