GNU bug report logs - #74467
31.0.50; org-protocol emacsclient.desktop change is not fully functional

Previous Next

Package: emacs;

Reported by: Alexey Lebedeff <binarin <at> binarin.info>

Date: Fri, 22 Nov 2024 03:57:02 UTC

Severity: normal

Merged with 79068

Found in versions 30.1, 31.0.50

Full log


Message #59 received at 74467 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Björn Bidar <bjorn.bidar <at> thaodan.de>
Cc: 74467 <at> debbugs.gnu.org, yantar92 <at> posteo.net, binarin <at> binarin.info
Subject: Re: bug#74467: 31.0.50; org-protocol emacsclient.desktop change is
 not fully functional
Date: Sun, 05 Jan 2025 21:11:19 +0200
> From: Björn Bidar <bjorn.bidar <at> thaodan.de>
> Cc: yantar92 <at> posteo.net,  74467 <at> debbugs.gnu.org,  binarin <at> binarin.info
> Date: Sun, 05 Jan 2025 20:20:40 +0200
> 
> Do I understand correctly that when Emacs starts it tries to find the
> file-handler in C but the call to the handler is done in Lisp code?

AFAIR, file-handlers are looked for on both C and Lisp level.  What
matters is the level on which the operation is implemented.  If it's
implemented in C, we must look for the handler in C, otherwise we can
look for it in Lisp.  find-file-name-handler is a primitive
implemented in C, but you can call it both from C and from Lisp.




This bug report was last modified 5 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.