Harald Jörg

Results 30 comments of Harald Jörg

In a related discussion on the Emacs developer list, it was suggested that CPerl mode should move towards the "common" use of faces, i.e. no longer (ab)use `font-lock-type-face` for over-writable...

I use PerlNavigator with eglot occasionally with this invocation in my Emacs configuration (I'm using cperl-mode, for which eglot has no default language server configured): ```emacs-lisp (with-eval-after-load 'eglot (add-to-list 'eglot-server-programs...

Some more details about Eglot: Unlike lsp-mode, most of its configuration is not available through the "customize" interface of Emacs. This makes it somewhat clumsy and ... dangerous. So, the...

1. Passing a fixed value/derived value as a parameter to a superclass constructor: This has indeed been discussed (but hard to spot in the long discussion) and I'd say it...

I should mention: This has been fixed in the Emacs repository in February 2021 (available here in the "upstream" branch) but _not_ in the master branch here.

It is correct, the session ID _is_ stored in the "users" table. But actually, you don't have to sign out and sign in to attend to different conferences, because this...

Since you are using Emacs 28: May I ask you to try the version of cperl-mode.el which comes with Emacs? The Emacs maintainers have incorporated jrockway's code (but not from...

Thanks for clarifying! This is my fault. When I rewrote Perl font-locking (which is part of Emacs 28), I missed one place where I needed to change the match count....

The fix is now pushed to the [Emacs release branch](https://git.savannah.gnu.org/cgit/emacs.git/log/?h=emacs-28). So, with either Emacs 28.3 or 29.0 the problem will be officially solved. Is it OK if we close the...

The bug has now drawn attention but it is unlikely that it can be fixed in Emacs. The root cause is the use of the `insert` function here: Use `insert-and-inherit`...